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-10 of 10 item(s)

Wemos D1 Mini ESP8266 ESP12E CH340 WiFi Wireless Development

Mini ESP8266 ESP12E CH340 WiFi Development
NodeMcu module based on ESP8266 controller and programming in Lua language
NodeMcu it is equipped with 10 GPIO, PWM, I2C, 1-wire and ADC
It works as a standard WiFi 802.11 b / g / n 2.4 GHz
Wemos D1 Mini ESP8266 ESP12E CH340 WiFi Wireless Development features:

- Compatible with Arduino, programming with the Arduino IDE
- Power supply voltage: 5V
- LOGICAL LEVELS: 3.3V
- 11 input / output pins
- 1 ADC (input: 0-3.3V)
- Supported protocols: 802.11 b / g / n
- Network support: 2.4 GHz - Band: 2400 (MHz)
- Wi-Fi Direct (P2p), Soft Access Point
- Integrated TCP / IP stack
- PLL, regulators and power management units Integrated

W0061

Price €3.49

Shield Li-Po Battery for WeMos D1 Mini ESP826

Shield Li-Po Battery for WeMos D1 Mini ESP826 features:
Connect the lithium battery to this shield to supply power for the entire D1 mini system.
When the battery is depleted, it is not necessary disconnect the battery, just use the usb port to charge directly. - Charging voltage: max: 10V, recommend: 5V
- Charging current: max: 1A
- Voltage lithium battery: 3.3-4.2V
- Boost power supply: 5V (max: 1 A)
- LED color: red for charging, green for fully charged
- Ports:
* Micro USB - Charging port (normal 5V)
* Connect to the lithium battery (normal 3.3-4.2V)
* J1 - setting the maximum charging current, 0.5 A or 1A

W0076

Price €4.76

Wemos D1 ESP32 R32 WROOM-32 WiFi and Bluetooth

ESP32 processor development board with WiFi and Bluetooth (BLE) compatible with Arduino Uno shields. It is much faster than the ESP8266 processor (NodeMCU and the like) . Wemos D1 ESP32 R32 WROOM-32 WiFi and Bluetooth features:
Power: 5-12VDC WiFi 802.11 b / g / n / e / i (802.11n up to 150 Mbps) Bluetooth v4.2 BR / EDR and BLE. Compatible with Arduino Uno shields. 6 Analog input. 20 digital inputs / outputs (3.3V) (with PWM functions, interrupt). UART, SPI, I2C communication. Size: 68Ã — 53 mm Micro USB connection. 4Mbytes Flash Memory 520Kb Clock: 240Mhz (a core dedicated to WiFi processing) Temperature: -40C + 85C Current: 250mA (max) Current in saving mode: 0.15mA Operating current: 20mA (without WiFi) Useful links for Arduino / Raspberry programming and projects with Arduino /

W0094

Price €9.95

Wemos D1 Mini Pro-16 Module + Esp8266 Wifi Series Wireless Antenna

A Mini WIFI board ESP8266 contains 16MB flash, external antenna connector and built-in ceramic antenna based on ESP-8266EX. Wemos D1 Mini Pro-16 Module + Esp8266 Wifi Series Wireless Antenna features:
- Compatible with Arduino, programming with the Arduino IDE, MicroPython, NodeMCU
- Supply voltage: 5V
- Logical levels: 3.3V - 16MB (128Mbit) flash
- 11 pins of input / output - I2C / one-wire interface, LOLIN I2C port
- 1 ADC (input: 0-3.2V) - built-in ceramic antenna - external antenna connector - Power switch - Includes external WIFI antenna with IPEX SMA adapter Wemos D1 Mini Pro-16 Module + Esp8266 Wifi Series Wireless Antenna features:
of esp8266:
- Supported protocols: 802.11 b / g / n
- Network support: 2 , 4 GHz

W0098

Price €10.90

Active filters

  • Firmware: WeMos

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.