Filter By


Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Price

Price

  • €0.00 - €599.00

Color

Color

USB

USB

Chip

Chip

Clock

Clock

Memory

Memory

Interfaces

Interfaces

Voltages

Voltages

Pinout

Pinout

Dimensions

Dimensions

Pins digital

Pins digital

Pins analog

Pins analog

PWM

PWM

Resolución

Resolución

Filas de carácteres

Filas de carácteres

Firmware

Firmware

Módulo ESP

Módulo ESP

Carga máxima

Carga máxima

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

ARDUINO PORTENTA VISION Shield Ethernet

It is the ideal industrial upgrade for the powerful Arduino Portenta H7 that adds a low power Himax camera, two microphones, Ethernet connectivity and microSD slot, everything you need for the fast creation of cutting-edge ML applications. 

ASX21

Price €57.90

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

Sensor Shield V5 APC220 Arduino compatible

Arduino Sensor Shield V5 APC220 features:
Sensor Shield V5.0 allows: - Being punctured directly to an Arduino Uno, Mega, Leonardo plate
- Facilitate the connection of different modules, such as sensors, relays, servos, buttons, potentiometers and more

M0001

Price €2.89

Power Supply Transformer 220V AC/DC 2A 12V

Power Supply Transformer 220V AC/DC 2A 12V features:
- Input voltage: 100~240V 50Hz
- Output voltage: DC 12V
- Output current: 2A
- DC connector: 5.5 mm x 2.1 mm
- Cable length: Approx. 90 cm
- Indicator of operation: LED diode

A0015

Price €4.79

Arduino Uno R3

Arduino UNO is the best board to start your experience with electronics and programming. If this is your first experience with the platform, UNO is the most robust board you can start with. UNO is the most widely used and documented board in the entire Arduino family. Its power ensures ATmega 328p microcontroller, the board is equipped with 14 digital pins, and 6 analog

BAR66

Price €23.99

Sensor Module FZ0888 IR Infrared Speed Meter

Sensor Module FZ0888 IR Infrared Speed Meter features:
- The FZ0888 encoder module is a device that can help you in the creation of your robotics and automation project, Whether you want to know the speed of a motor or its exact position
- The module has a digital output (DO) which can be connected to your preferred microcontroller.
The operating mode:
- When the sensor is blocked, the DO output is high
- The AO signal is not enabled in this module
- Power supply: 3.3-5V
- Power consumption current 20 mA max
- PCB dimensions: 32 x 14 mm

S0038

Price €1.89

Nano plate V3.0 CH340 + Arduino compatible pins

It has an ATMega328P chip running at 16Mhz with a factory loaded bootloader
Characteristic:
- Microcontroller: ATmega328
- Operating Voltage (logic level): 5V
- Input Voltage (recommended): 7-12V
- Digital I / O Pins: 14 (6 PWM outputs)
- Analog Inputs: 8 (A0-A7)
- DC Current per Pin I / O 40 mA
- Flash Memory: 32 KB (2 KB used by the bootloader)
- SRAM: 2 KB
- EEPROM: 1 KB
- Clock Frequency: 16 MHz
- USB Communication - CH340
- Dimensions: 18 mm x 44 mm

B0026

Price €9.99

Acrylic Box for Arduino Mega2560

Protection box for Arduino Mega2560 made with high quality acrylic material. Arduino Mega2560 Acrylic Box features:
- Compatible with Arduino Mega2560
- Material: transparent acrylic
- External dimensions: 112x 65x 18mm

B0007

Price €1.95

Arduino Pro PORTENTA H7

The Arduino Portenta H7 represents a new family of chips designed for IoT applications.  The board uses the STM32H747 microcontroller equipped with Cortex-M7 and Cortex-M4 cores, which allows it to run programs written in Arduino®, MicroPython or JavaScript. In addition, the Arduino Portent H7 is characterised by high performance and at the same time energy efficiency.

ABX42

Price €125.99

Arduino Nano Every

Arduino has decided to further develop its catchy Nano project in the direction of more power. Nano Every is the simplest of the new series as it doesn´t include any sensors nor connectivity solution, however still significantly more powerful than standard Nano (50% more program memory and 2 times more RAM). Above characteristics make it perfect for projects of small devices with more advanced functionalities, such as audio processing or robotics.

BAR33

Price €20.99

Active filters

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.