Filter By


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

Kit Seeed Grove 20 sensors for Arduino

The kit includes 20 basic sensors, which will help you to easily kick-start any project. The sensors are featured with a proprietary Seeed Grove connectors enabling easy connection without soldering and a comprehensive guide book with exemplary classes.

SS001

Price €67.95

Kit Seeed Grove 30 sensors for Arduino

The kit includes 30 basic sensors, which will help you to easily kick-start any project. The sensors are featured with a proprietary Seeed Grove connectors enabling easy connection without soldering and a comprehensive guide book with exemplary classes.

SS002

Price €95.59

Kit Seeed Grove 40 sensors for Arduino

The kit includes 40 basic sensors, which will help you to easily kick-start any project. The sensors are featured with a proprietary Seeed Grove connectors enabling easy connection without soldering and a comprehensive guide book with exemplary classes.

SS003

Price €109.90

Kit Seeed Grove Arduino Starter

Seeed Grove Arduino Starter kit is a game-changer for schools and robotic classes. You get a set of 10 sensors with a Arduino compatible board and 12 classes for only 28.99 EUR!

SS004

Price €35.90

Grove - Red LED

Grove module with a red LED light. Ideal for quick and easy connections thanks to the Seeed Grove connector.

SS022

Regular price €2.79 -10% Price €2.51

Grove - Starter Kit for Arduino

The Grove Starter Kit for Arduino is one of the best Arduino starter kits for beginners. It includes an Arduino-compatible base shield and 14 additional Arduino sensors and accessories. With this Grove starter kit, you can create any Arduino project you want.

SS035

Regular price €66.95 -€8.00 Price €58.95

Grove Starter Kit for Seeed Studio BeagleBone® Green

This starter kit aims to quickly get you connected to Seeed Studio BeagleBone® Green. It contains 10 Grove modules and we provide you with 3 step-by-step projects to get you started quickly with all modules. The set comes in a handy box and is attractively priced!

SS040

Regular price €59.95 -€19.96 Price €39.99

SenseCAP K1100 - Sensor kit with LoRa and AI -

"SenseCAP K1100 - The Sensor Prototype Kit with LoRa® and AI allows you to quickly digitise your world with LoRaWAN® and solve real-world challenges. With this plug-and-play toolkit, anyone can add artificial intelligence to their edge devices and unlock the potential of AIoT.

SS049

Price €78.99

Active filters

  • Brand: Seeed

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.