Filter By


Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Price

Price

  • €0.00 - €110.00

Chip

Chip

Voltages

Voltages

Firmware

Firmware

Módulo ESP

Módulo ESP

Número de canales

Número de canales

Pines

Pines

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

W5100 Mini Network Module Ethernet Shield Arduino compatible

W5100 Mini Network Module Ethernet Shield Arduino features:
- Shield Ethernet for Arduino and compatible boards based on the Wiznet W5100 chip
- Provides a simple mode to connect your module to the local network and the internet
- Compatible with the official Arduino Ethernet library
- With this shield you can build a web server
- It can be used as a server or as a client - Controller: Wiznet W5100
- Supports TCP and UDP protocols
- Supports up to 4 simultaneous connections
- Compatible with all versions of Arduino: UNO, mega 1280/2560
- Dimensions: 50 x 25x 25mm

W0074

Price €10.90

433MHz RF Wireless Receiver + Transmitter

Transmitter and receiver kit for radio control and data transmission, compatible with Arduino. 433MHz RF Wireless Receiver + Transmitter features:

Specifications of the emitter module: - Power supply: 3V ~ 12V
- Working intensity: max = 40mA (at 12V), min = 9mA (at 3V)
- AM ASK / OOK modulation
- SAW filter
- Working frequency: 315MHz-433.92MHz
- Transmission power: 25mW (315MHz at 12V)
- Range: 20 to 200 meters (different voltages can give different results)
- Transfer speed: 4 kB / S
- Dimensions: 19x 19x 7mm Receiver module specifications: - Power supply: 5.0VDC + 0.5V
- Work intensity: 5.5mA (at 5.0VDC)
- Work frequency: 315MHz-433.92MHz - Receiver sensitivity: -100dBm

W0010

Price €1.09

1 Channel Relay Module DC 5V 10A Low/High Trigger for Arduino

1 Channel Relay Module DC 5V 10A Low/High Trigger for Arduino features:
- Channel: 1 (protected with Optocoupler)
- Supply voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Insulation: Yes
- Trigger signal type jumper (low / high)
- LED indicator
- Dimensions: 30x 54mm
- Has a jumper that allows to choose type of trigger signal (low / high)
- This module can be controlled directly by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL)

RL001

Price €2.39

ESP8266 ESP12E NodeMcu Lua Wireless Development Board CP2102 WiFi

NodeMcu module based on ESP8266 controller and programming in Lua language
NodeMcu is equipped with 10 GPIO, PWM, I2C, 1-wire and ADC
ESP8266-12E is an improved version of ESP8266-12
It works as a standard WiFi 802.11 b / g / n 2.4 GHz
USB Communication - CP2102 Chip
Characteristic:
ESP 12E ESP8266 ESP12E NodeMcu Lua Wireless Development Board CP2102 WiFi features:

- Supply voltage: 3.3V (LOGICAL LEVELS: 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 integrated power management units
- Output power: 0 , 15 (W); + 19.5dBm in 802.11b mode

W0014

Price €4.95

DSC321 AT24C32 with Real Time Clock RTC Battery

RTC DS3231 clock module with EEPROM 32k.
High precision RTC module.
Can be used in projects of Arduino, PIC, AVR, STM32 and other.
DSC321 AT24C32 with Real Time Clock RTC Battery features:
- Based on DS3231
- EEPROM AT24C32 (32K)
- I2C interface
- LED work indicator
- Includes CR2032 3V battery

M0004

Price €4.49

NRF24L01 Adapter + Socket Wireless Transceiver 2.4GHz

NRF24L01 Adapter + Socket Wireless Transceiver 2.4GHz features:
- The NRF24L01 + module is powered with 3.3V
- This adapter module includes a 3.3V voltage regulator
- You can connect the NRF24L01 module on it at 5V voltage
- Dimensions of PCB: 25x 18mm
- Quantity: Adapter 1 unit

W0023

Price €1.49

Mini Submersible Water Pump DC 12V 200L/h 3W for ARDUINO

Mini Submersible Water Pump DC 5.5-12V 200L / H 3W
Mini Submersible Water Pump DC 12V 200L/h 3W ARDUINO features:

* Operating voltage: 5.5-12V * Max flow: max. 200 l / h * Maximum pumping height: 40cm- max. 150cm * Cable length: 140cm * Jack DC 5.5x2.1mm connector (ext / int) * Outlet diameter: 8 mm * Dimensions: 36mm x 25mm

M0111

Price €9.95

Active filters

  • Categories: Arduino Modules

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.