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 PORTENTA Breakout Board

The Portenta Breakout module extends the capabilities of the Arduino Portenta module with additional connectors and cables. The module includes a power switch, a DIP switch for selecting the start mode of the Arduino Portenta, as well as a series of connectors: USB A, RJ5, microSD, OpenMW, MIPI 20T JTAG. The board also includes the RTC chip, as well as a slot for the CR2032 battery, a screw connector for the power supply and all the cables for the Arduino Portenta module.

ASX00031

Regular price €54.95 -€4.96 Price €49.99

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

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 Edge Control

A remote monitoring and control solution, optimised for outdoor environments. Collect real-time data from smart sensors and leverage everything to the edge, in your smart farm management.

AKX034

Price €216.59

Arduino NICLA Vision

Nicla Vision combines a powerful STM32H747AII6 Dual ARM® Cortex® M7/M4 IC processor with a TinyML-enabled 2 MP colour camera, as well as a smart 6-axis motion sensor, integrated microphone and distance sensor. Supports MicroPython, and offers WiFi and Bluetooth® Low Energy connectivity.

ABX00051

Price €120.99

Arduino NICLA Voice

Nicla Voice combines a powerful Syntiant® NDP120 Neural Decision Processor™ (NDP), a high-performance IM69D130 microphone, a BMI270 6-axis intelligent motion sensor, a BMM150 3-axis magnetometer and Bluetooth® Low Energy connectivity.

ABX00061

Price €95.59

Arduino NICLA Sense ME

Nicla Sense ME is the smallest Arduino-developed board equipped with a range of the latest Bosch environmental and motion sensors. The module is based on the nRF52832 ARM Cortex M4 chip clocked at 64 MHz with 512 kB of Flash, 64 kB of RAM and 2 MB of SPI Flash and 2 MB of QSPI embedded memory. The Nicla Sense ME features the Bosch BHI260AP, BMP390, BMM150 and BME688 embedded sensors

ABX00050

Price €95.59

Active filters

  • Categories: Shields Arduino
  • Brand: Arduino

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.