Filter By


Filter By

Availability

Availability

Price

Price

  • €20.00 - €110.00

Chip

Chip

Clock

Clock

Memory

Memory

Voltages

Voltages

Pinout

Pinout

Dimensions

Dimensions

Pins digital

Pins digital

Pins analog

Pins analog

PWM

PWM

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-8 of 8 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 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

Arduino Nano 33 Ble

Nano was already a great invention and a super facilitator of many projects, but with Nano BLE opens yet another set of opportunities. First of all, the BLE module - the newest and lowest energy consumption connectivity solution, which effectively allows you to leverage the same technology as used in the newest mass-produced electronic devices

BAR34

Price €33.99

Arduino Nano 33 Ble Sense rev2

On top of all the upgrades presented in Nano BLE (64 MHz clock, 1Mb flash memory, 256Kb SRAM) Nano BLE Sense Rev2 brings basic sensors to the table. It is truly impressive how Arduino team managed to fit those on such a small factor, nonetheless they did and did so for 5 basic modules.

In the package, you get 9 axis IMU, humidity and temperature sensor, barometric sensor, microphone and vision sensor (gesture, proximity, color and light intensity). Such a set together with TensorFlow compatibility enables basic machine learning functionalities straight after taking the board out of the box.

BAR35

Price €49.49

Arduino Mkr Wifi 1010

Arduino MKR WiFi 1010  ( ABX00023 )  es la evolución del MKR1000 y está equipado con un módulo ESP32 de u-blox. Su objetivo es acelerar y simplificar la creación de prototipos de aplicaciones IoT basadas en WiFi gracias a la flexibilidad del módulo ESP32 y su bajo consumo de energía. CONECTIVIDAD USB MICRO TIPO B WIFI & BLE

ABX023

Price €46.90

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

  • Voltages: 5V Input

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.