Filter By


Filter By

Availability

Availability

Price

Price

  • €5.00 - €45.00

USB

USB

Chip

Chip

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

Arduino Mega 2560 Rev3

Arduino Mega 2560 R3  A000067 has been designed with larger and more ambitious projects in mind. It has 54 digital input / output pins (15 of which can be used as PWM outputs), 16 analog inputs, 4 UART (i.e. hardware serial ports). The large number of analog and digital pins, along with larger MEMORY, make the Mega 2560 ideal for devices such as 3D printers and other demanding applications. The Mega 2560 board is compatible with most shields designed for Arduino Uno.

BAR67

Regular price €49.99 -€5.00 Price €44.99

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

Arduino Micro

Arduino Micro is based on the same architecture as Arduino Leonardo, but with a smaller form factor, which allows for easy placement on the test plates. That is, it has almost the same functionality but with a much smaller size. And that of size. As we all know, in electronics has meant a lot during the last decades (see example of computers). Developed together with Adafruit, the Leonardo has 20 digital input / output pins of which 7 can be used as PWM outputs and 6 analogue inputs, a 16 MHz crystal oscillator, a micro USB connection, an ICSP header and a reset button. The important thing is also that it comes already equipped with the USB despite its small size because we don't need to install an additional converter.

BAR53

Price €23.34

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

Active filters

  • Voltages: 7-12V 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.