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

Arduino Kit Starter Oficial

Arduino Starter Kit is a perfect kit to start your adventure with Arduino. It offers a range of original components, which ensure compatibility with all Arduino parts and give you access to full range of official materials. Additionally, you get a 15 projects booklet, which is pretty much all you need to start rolling with your Arduino projects

KA002

Price €105.95

Arduino Starter Kit Classroom Pack

The ideal package for teachers looking for classroom solutions that introduce programming and electronics through fun and engaging interactive projects.

It is a ready-made package with the curriculum available for ready-made classes - it comes with a booklet of 15 introduction classes written by Arduino team.

The Arduino Starter Kit class package is a solution package, containing six of the popular Arduino Starter Kits. This classroom package is for a classroom of at least twelve students - the recommended ratio is two students per kit - and is intended for use by middle school teachers looking for a comprehensive educational solution based on the Arduino platform.

KA007

Price €599.00

Arduino Oplà IoT Kit - Spanish - Official Internet of Things Kit

This new official Arduino Stuff online starter kit is the perfect kit to start your adventure with Arduino. It offers everything you need to introduce your home or environment to the world of home automation and Smart Home. This programmable platform consists of various sensors, touch buttons, actuators, and even a screen, all embedded inside a sophisticated spherical housing, allowing you to add smart connectivity to your devices.

The 8 projects included in the Oplà IoT Kit allow users to turn everyday devices into intelligent devices, which can be remotely controlled from a mobile phone.

AKX26

Price €145.90

TinkerKit Braccio Robot Arduino - Robot Arm 6 DOF

The Tinkerkit Braccio Robot, is a fully operational and functional robot arm, with 6 degrees of freedom, easily controlled through Arduino. It can be assembled in different ways to use it in the applications that are required, such as moving objects, connecting a camera or a solar panel.

Discover the unlimited potential of robotics and mechanics with BRACCIO!

T050000

Regular price €286.49 -€30.00 Price €256.49

Arduino Engineering Kit REV2

The Arduino Engineering Kit Rev 2 is a versatile and practical learning tool. By creating fun, real-world projects, you can understand basic engineering and mechatronics concepts and learn to program in MATLAB and Simulink. The versatility of the elements gives you the opportunity to adapt the content and create your own curriculum based on it. The kit includes online courseware, step-by-step instructions, lessons and exercises. It works best when studying in small groups.

AKX022

Regular price €289.95 -€15.00 Price €274.95

Active filters

  • Categories: Arduino kits
  • 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.