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

SparkFun WiFi Shield - ESP8266

The SparkFun WiFi ESP8266 Shield is a shield for Arduino R3 R3 board enabling internet connection. ESP8266 as you all know is a solid fundament for any IoT project an in this version it can be simply and easily put on your board. It is a great middle ground between the sole module and the development board such NodeMcu or WeMos. So if you need a relatively cheap and super reliable way to internet for your Arduino project - this is the shield for you! ESP8266 shield WiFi comes with an AT-command firmware, hence can be controlled by any UART. It works great with any Arduino R· layout. The shield doesn´t have the headers on.

SP006

Price €21.99

SparkFun Ardumoto - Motor Driver Shield

The Ardumoto Shield was created based on the L298 H-bridge as a two-motor controller for Arduino. It was designed to be able to drive two DC motors up to 2A per channel. Together with its Arduino, it will provide the perfect platform to control RC vehicles, or small autonomous robots. Its use has been made easier, LEDs with control signal have been added and the possibilities for advanced users have been increased.

SP011

Price €23.99

MyoWare Cable Shield

This Shield provides a 3.5mm connector where you can connect a three-electrode sensor cable, allowing you to test and use the MyoWare muscle sensor without actually connecting it to your person.

SP072

Price €6.49

MyoWare Muscle Sensor Development Kit - OBSOLETE

This is the MyoWare Muscle Sensor Development Kit, an Arduino-powered electromyography (EMG) sensor kit that gives you the MyoWare, each MyoWare Shield and everything you need to connect them all together.

SP074

MyoWare Power Shield

MyoWare Power Shield is designed to use two standard CR2032 coin cell batteries to power the MyoWare muscle sensor. These will be connected in parallel for extended capacity at a nominal 3.0V.

SP071

Price €6.49

MyoWare 2.0 Cable Shield

This Cable Shield provides a 3.5mm connector where you can connect a three-electrode sensor cable, allowing you to test and use the MyoWare 2.0 muscle sensor without actually connecting it to your person.

SP045

Price €7.49

SparkFun DataLogger IoT - 9DoF

SparkFun DataLogger IoT - 9DoF is a pre-programmed data logger to automatically log IMU, GPS and various pressure, humidity and distance sensors - all without having to write a single line of code! DataLogger automatically detects, configures and logs Qwiic sensors. It is specifically designed for users who only need to capture a large amount of data in a CSV or JSON file and return it to their larger project.

SP099

Price €94.90

Active filters

  • Categories: Shields Arduino
  • Brand: Sparkfun

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.