Arduino

Arduino needs no presentation, known for its design, modules and accessories. It is a perfect environment to start electronics education for a number of reasons, including its compatibility with the wide range of accessories and modules as well as the large fan base that makes it easy to find materials and projects online. We offer all Arduino projects as official distributors for Spain. Check out our offer and extensive teaching materials in the area of courses and tutorials. If you are the teacher and want to prepare Arduino classes we can also complete a kit for your purposes and mark it with your company name. 

Arduino
Showing 1-6 of 6 item(s)

Sonoff Spider Z Smart Wifi RGB LED Strip Controller - support Alexa

The perfect solution for not worrying about the length required on your RGB LED strip, now with a WiFi driver compatible with the eWeLink APP and voice assistants like Google Home or Alexa. Also includes a 24-key IR remote control.

You will be able to turn on and control your strip lights anytime and anywhere, and control it with just a click on your smart phone or tablet via APP eWeLink, or voice assistants, without time and distance limitations.

WS012

Price €11.49

Sonoff IFAN03 + Control - WiFi+RF intelligent ceiling Fan controller

The Sonoff IFan03 is an intelligent controller for ceiling fans with light that allows us to control it intelligently, either by the eWeLink application, by means of 433MHz RF control or by voice assistants such as Alexa or Google Home.

Create your own scenes, turn on the light and/or the fan and adjust its speed, programming it to the hours you want.

WS013

Price €24.90

SONOFF L1 - Intelligent LED strip light WiFi IP65 5M

Intelligent 5 metre LED strip by WiFi and RF, great for creating any atmosphere in any room. Change its colour and rhythm from your mobile phone or its remote control. Dance to the rhythm of the lights, copy the colour from your mobile or control the lighting with your voice assistant like Alexa or Google Home. Decorate your home with an infinite number of possible scenes.

WS016

Price €36.99

Sonoff 4CH PRO R2 - 4 Channel Intelligent WI-FI + Radio Remote Control Switch

433.92 MHz radio receiver module that allows you to also control it via a radio remote control. You can control each channel either by remote control, the free APP "eWeLink" or with wizards such as Alexa or Google Home. This will allow you to create scenes, schedules, and much more. Its relay supports up to 4 devices simultaneously. Each device can be powered by 5-24 V DC.

WS023

Price €31.90

SONOFF D1 Smart Dimmer Switch - WiFi & RF

SONOFF D1 Smart Dimmer Switch is a smart dimmer switch that offers smart light control solutions perfect for your home or workplace, controlled either by the eWeLink application, via 433MHz RF control or by voice assistants such as Alexa or Google Home.

Create your own scenes, turn the light on at the most appropriate level, or schedule it at the times you want

WS027

Regular price €11.85 -€2.86 Price €8.99

Active filters

  • Availability: Not available
  • Brand: Sonoff

Arduino - the first global microcomputer for education

Arduino was born in Italy in the mind of Massimo Banzi in a bar whose name has obtained the plaque. The main idea of the invention was popularization of electronics in education both among people who already have knowledge of electronics but mainly for those who do not have much experience with science. Thus was conceived the idea of the simple board in open-source environment, which allows the infinity of developments and projects by the community of Arduino. The board is based on Atmel's 8-bit AVR microcontroller and an essential part of its construction is the pinout (i.e. the shape of the extension pins), which makes board extensions to a multitude of shields and modules possible. Shields are pre-programmed modules that facilitate the number of applications including motor control (an essential function in robotics), light module control (LED, OLED) or video recording by camera modules.

Arduino IDE - the programming environment

Arduino IDE is a multiplatform application written in Java language, which forms the basis of all projects and the whole Arduino environment. The environment is designed in this way to be friendly to hobbyists and people who do not deal with creating the software. The IDE contains the code editor with such functions as syntax highlighting or automatic engraving in the code, as well as allowing the program to be compiled and sent to the Arduino surface. There is usually no need for additional editing of make files or programs running from the command line, which makes the program more user-friendly for programming beginners.

Arduino IDE contains the C/C++ library called "Wiring" (derived from the project with the same name), thanks to which basic input/output operations are being made much easier. Programs for Arduino are mainly written in C/C++ language, however users must define only two functions to receive the program ready to go:

setup () - function performed once, at the beginning of the program action, used mainly for configuration loading,

loop () - function activated repeatedly, during the whole period of the program action, i.e. until the power is switched off from the arrangement

With these two functions you can write your first program in Arduino!

Compatible boards

Since the time when the Arduino team's projects are available as copyleft licenses, the programmers have restricted the use of the Arduino name only, leaving the construction in opensource form and the whole project open for community development. However, part of the community decided to develop some plates with the same construction but other names like Freeduino, which forms the project separated from Arduino. In addition, there are a variety of producers that offer clones of the most basic Arduino plates - such as Seeduino and many others. It should be remembered that clones work well with established plates, new products rarely have good clones so their compatibility and quality often suffers.