Filter By


Filter By

Categories

Categories

Availability

Availability

Brand

Brand

Price

Price

  • €0.00 - €599.00

Color

Color

USB

USB

Chip

Chip

Clock

Clock

Memory

Memory

Interfaces

Interfaces

Voltages

Voltages

Pinout

Pinout

Dimensions

Dimensions

Pins digital

Pins digital

Pins analog

Pins analog

PWM

PWM

Resolución

Resolución

Filas de carácteres

Filas de carácteres

Firmware

Firmware

Módulo ESP

Módulo ESP

Carga máxima

Carga máxima

Número de canales

Número de canales

Pines

Pines

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

WiFi LoRa 32(V3) 863-928Mhz BLE5.0 OLED

Classic development board designed and manufactured by Heltec Automation (TM), based on the ESP32-S3FN8 + SX1262. Integrates Wi-Fi, Bluetooth, lithium battery management system, dot matrix OLED screen, USB-C interface. Compatible with Arduino IDE, Micro Python, Platform.io, Espressif IDE. Our module is supplied with Lora antenna and IPEX adapter (U.FL) and header pins.

W0128

Price €25.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

LattePanda V1 - A powerful 2GB/32GB mini-PC

This is a LattePanda (DFR0444) with 2GB RAM and 32GB EMMC memory. The minicomputer is equipped with a 1.92 GHz Intel Cherry Trail Z8350 Quad Core processor. In addition, it has WiFi, Bluetooth 4.0, 2x USB 2.0, 1x USB 3.0, microSD slot, Ethernet port and an additional ATmega32u4 microcontroller with 20 GPIO pins known from Arduino. This version comes with Windows 10 installed, but does not include a Windows 10 activation key.

DF023

Regular price €152.40 -€12.00 Price €140.40

Advancer Technologies MyoWare Muscle Sensor

This sensor from Advancer Technologies is an improved version of the bestseller from this producer. It got several upgrades including single supply voltage of 3.1V up to 5V, polarity protection in the power pins output and RAW EMG. 

SP026

Price €75.49

Sonoff DUAL R2 - Wireless Smart Switch - OBSOLETE

SONOFF DUALR2 is a WiFi based 2-gang switch that can independently connect and control two connected devices or lights - this simply means that 1 SONOFF DUALR2 control switch is equivalent to 2 Sonoff basic switches!

WS041

Solar Power Manager 5V

The solar power management module with the CN3065 chip is ideal for IoT (Internet of Things) projects with renewable energy. Compared to the previous version of the module, improvements have been made to the energy management of the connected battery.

DF025

Regular price €17.50 -€4.00 Price €13.50

MyoWare 2.0 Muscle Sensor Basic Kit

Sparkfun sensor  MyoWare® 2.0 from Advancer Technologies is a newer version of this producer's bestseller. The MyoWare 2.0 muscle sensor included in this kit has been redesigned from the ground up with a new compact and easy-to-use design, and has been updated with the latest, most advanced chipset to improve sensor performance and reliability. In addition, MyoWare has developed a range of shields that work with the sensor (in our LED shield offering, displaying sensor readings as LED lights).

SP044

Price €121.95

MyoWare 2.0 Muscle Sensor Development Kit

Sparkfun MyoWare 2.0 Muscle Sensor Development Kit  is an all-in-one electromyography (EMG) sensor kit compatible with Arduino. Just snap on a MyoWare 2.0 Shield, add some EMG sensor pads, connect the sensor to a muscle group and flex! The kit also includes the SparkFun RedBoard Plus is an Arduino compatible board and the MyoWare 2.0 Arduino Shield to connect the MyoWare® 2.0 sensor via a cable to the Arduino.

SP046

Price €182.95

Active filters

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.