Filter By


Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Price

Price

  • €1.00 - €160.00

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

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

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

Arduino Nano

Arduino Nano A000005 is the smaller, friendlier version of Uno's badge. Perfect for IoT applications and for mobile device prototypes. This board is based on the ATmega328 and has a wide range of applications, thanks to its small size and flexibility.

BAR05

Price €25.39

HC-SR04 + Ultrasonic Sensor Support for Arduino compatible sensors

It is very easy to make it work with an Arduino, PIC or any other microcontroller.
In its output pin we can measure the pulse width PWM depending on the distance of the obstacle.
Mounting bracket is ideal for installing the sensor on mobile platforms such as robots, vehicles, etc. HC-SR04 + Ultrasonic Sensor Support Arduino features:
- Supply voltage: 5V (4.5V-6V)
- Consumption: typical 30 mA, (35 mA max)
- Interface: VCC, GND, Signal
- Range: 2 cm to 3 meters
- Angle 15º
- LED measurement indicator in progress
- Frequency: 40 kHz for 200 μs
- Size: 30 mm x 20 mm Feature of the support: - Material: Acrylic
- Transparent color
- Includes screws

S0006

Regular price €3.24 -€0.60 Price €2.64

Arduino Leonardo

The Arduino Leonardo is one of the most popular versions of the series, behind only the legendary Uno plate to which it has very similar features (see our comparison below). The board contains a microcontroller ATmega32u4 with the participation of 20 digital inputs/outputs, of which 7 can be used as PWM outputs and 6 analog inputs. The system works with the clock signal with the frequency of 16 MHz, has 32K Flash and 2.5 KB of SRAM RAM.

BAR57

Price €22.13

Starter KIT Arduino UNO R3 Atmega328 compatible

UNO R3 Basic Kit ATMega328 in a box for Arduino. It allows to build various projects of various complexity, from the easiest ... to the most complicated
The elements are placed in the box to keep everything in order.
100% Arduino compatible
Characteristic:
It includes the following module references:
- 1x UNO R3 Rev3 ATmega328 ATmega16U2 Development Board Arduino Module - 1x LED Display Screen Controller Blue Backlight 16x2 1602 HD44780
- 1x Prototype Protoboard MB-102 830 points Arduino
- 1x Protoboard Breadboard 5x7cm
- 1x 74HC595 74595 SN74HC595N 8-Bit Shift Register DIP-16
- 3x BC547B Bipolar Transistor NPN 50V 100mA 0.1A TO-92
- 3x BC557B Bipolar Transistor PNP 50V 100mA 0.1A TO-92
- 1x PCF8574P I/>

B0034

Regular price €43.63 -€4.63 Price €39.00

Arduino Mkr Wan 1300 - Obsolete

Arduino MKR WAN 1300 tiene el mismo factor de forma que las otras placas Arduino MKR y ofrece mucha funcionalidad en un paquete muy pequeno. Utiliza el microcontrolador Atmel SAMD21 y el módulo Murata MCWX1ZZABZ LoRa para la conectividad. El MKR WAN 1300 ha sido disenado para conectar proyectos y aplicaciones con conectividad LoRa.

ABX00017

Active filters

  • Availability: Not available

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.