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

CNC Shield Expansion Plate V3 Engraver 3D Printer

CNC shield for arduino works as a controller for CNC type milling machines,
3D printers, laser cutters .
CNC Shield Expansion Plate V3 Engraver 3D Printer features:

  • 4 compatible sockets for use of A4988 stepper motor controllers (PAP), DRV8825, other compatible
  • 4 support axes X, Y, Z, A
  • 2 limit switches for each axis (6 in total)

I0011

Price €2.75

Power Supply Transformer 220V AC/DC 1A 9V

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

A0067

Price €3.99

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

Arduino Uno Rev3 SMD

Arduino Uno R3 SMD is a variation of the Uno with SMD. It has 14 digital input / output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz crystal oscillator, a USB connection, a power connector, an ICSP header and a reset button. In addition, Uno SMD offers the following additional features: - ATmega16U2 instead of 8U2 as a USB to serial converter - 1.0

A000073

Price €24.99

Transparent Acrylic Box R3 for Arduino Uno

Protection box for Arduino UNO R3 made of high quality acrylic material. Arduino Uno Transparent Acrylic Box R3 features:
- Compatible with Arduino UNO
- Material: transparent acrylic
- External dimensions: 80x 65x 18.5mm

B0013

Price €1.95

Arduino Nano 33 Iot

Nano 33 IoT as the name would suggest is an WiFi enabled version of the famous Nano. It has an upgraded microcontroller to ARM Cortex SAMD21 y el módulo NINA-W10 (based on ESP32) from u-blox and a module IMU LSM6DS3.

BAR32

Price €26.99

USB Host Shield Google Android ADK UNO Mega 2560

USB Host Shield Google Android ADK UNO Mega 2560 features:
Shield ADK USB allows: - Communication with other USB devices, to build their own mobile accessories
- Create projects that require USB Host functionality
- Supports USB 2.0, Android ADK
- It can also be used with any device equipped with SPI interface
- Compatible with Android devices: v2.3.4 and above
- USB Host with support for HUB protocol

M0005

Price €19.50

Power Supply Transformer 220V AC/DC 1A 5V

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

A0069

Price €3.99

Arduino Uno Wifi Rev2

Imagine the simplicity of the Arduino One connected to the communication module. Seems too good to be true, right? That's Arduino One WiFi. Arduino Uno WiFi REV2 (ABX00021) with its integrated IMU (Inertial Measurement Unit) and WiFi is the ideal board to start making your first Internet application from scratch, or to use in the educational field. It has 14 digital input / output pins (5 of which are PWM outputs), 6 analog inputs, a 16 MHz ceramic resonator, an accelerometer, an RGB LED, a power connector and an ICSP header.

BAR21

Regular price €56.59 -€5.00 Price €51.59

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.