Filter By


Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Price

Price

  • €5.00 - €95.00

Chip

Chip

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)

SparkFun MEMS Microphone Breakout - INMP401 (ADMP401) - obsolete

Ever needed a microphone for your project. This tiny little board will fulfill all your needs - it is not only mobile, but as well easy to connect. A low power, efficient, omnidirectional AMP401 microphone has an analog output. It works great for near and long range uses and is particularly suitable for a mobile projects given its extremely low energy consumption. You can use it in a range of applications - we can see it used in smartphones, cameras or electronic nannies.

SP021

SparkFun Altavoz Hamburger

SparkFun Hamburger speaker is a high quality speaker in a small form and with even smaller price. You wouldn't believe you can get a quality product for less than 7€, right? Well, we couldn't believe that as well, but SparkFun makes that possible.

SP022

Price €7.99

SparkFun GPS Breakout

This small GPS breakout is yet another Qwiic module from SparkFun as per usual based on I2C - meaning that you can keep your serial port free for other applications. The board features XA1110 GPS module from GTOP and MediaTek MT3333 chipset already loaded with SparkFun firmware enabling clean and easy use of both ports. 

SP034

Price €65.99

Serial Enabled 16x2 LCD - White on Black 5V

It is the freshest serial LCD from SparkFun. Similarly to other SparkFun LCD screens it is put on single board with a microcontroller, however in contrast to the other screens in our offer (SP027 and SP028) it is based on PIC16F88 rather than ATmega328.

SP035

Regular price €36.99 -€10.00 Price €26.99

Bus Pirate - v3.6a

This little board is great for any type of prototyping - enables troubleshooting and debugging of any board with voltage from 0 to 5.5V. The  board interprets the commands and sends them further via a proper protocol (ranging from UART through I2C up to HDD44780 LCD). The Pirate lets analyze as well the data sent back from the device to the computer terminal effectively allowing to decipher potential errors. The bootloader installed on the board enables the quick and easy update of firmware and changing the functionality of the board.

This board features PIC24FJ64 and FT232RL USB-to-serial chip enabling swift communication over the mini-B USB port. On the other end of the board 2x5 pin header is placed with detailed descriptions of each pin.

SP037

Price €39.99

SparkFun XBee Explorer Dongle

SparkFun XBee Explorer Dongle enables the communication between your computer and any XBee device, as in case of any XBee device, without any cables!

The module is compatible with Series 1, Series 2.5 and standard Pro version with voltage regulator functioning with the current up to 500 mA.

SP038

Price €34.99

SparkFun XBee Explorer Dongle

SparkFun XBee Explorer Dongle enables the communication between your computer and any XBee device, as in case of any XBee device, without any cables!

The module is compatible with Series 1, Series 2.5 and standard Pro version with voltage regulator functioning with the current up to 500 mA.

SP039

Price €33.99

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