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)

1 Channel Relay Module DC 5V 10A Low/High Trigger for Arduino

1 Channel Relay Module DC 5V 10A Low/High Trigger for Arduino features:
- Channel: 1 (protected with Optocoupler)
- Supply voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Insulation: Yes
- Trigger signal type jumper (low / high)
- LED indicator
- Dimensions: 30x 54mm
- Has a jumper that allows to choose type of trigger signal (low / high)
- This module can be controlled directly by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL)

RL001

Price €2.39

8 Channel High Trip 5V 10A Relay Module

This module can be directly controlled by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, from the TTL 8 Channel High Trip 5V 10A Relay Module features:
- Channels: 8 (independent protected with Optocouplers)
- Supply Voltage Vcc: 5Vdc
- Output Current: 10A
- High trip min 3.3V input IN1. ..IN8
- Relay activation current: 5 ~ 10mA
- Isolation: Yes
- Indicator LED: For each channel
- Dimensions: 55x 139mm
- Weight: 120g
COM GND jumper input: connects GND optocouplers and GND of the circuit

RL015

Price €9.95

4-Channel 5V 10A Relay Module

Characteristic:
- Channels: 4 (independent protected by Optocouplers)
- Supply Voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Isolation: Yes
- Indicator LED: For each channel
- Dimensions: 54x 72mm
- 5V Optocoupled 4-Channel Relay Module
- This module can be directly controlled by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL)
Useful links for Arduino / Raspberry programming and projects with Arduino / Raspberry boards:
User manual for the remote control + 4-channel 315 MHz IC2262 receiver:
- Relay Module Programming 5V 10A 4 Channel with remote control + 4 channel receiver

RL007

Price €3.99

Relay Module 1 Channel 5V 10A

1 Channel 5V Relay Module.
This module can be directly controlled by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL).
Relay Module 1 Channel 5V 10A features:

- Channel: 1
- Supply Voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- LED indicator
- Dimensions: 30x 54mm

RL005

Price €1.29

Relay Module DC 5V 10A 2 Channel Low/High Trigger

Relay Module DC 5V 10A 2 Channel Low/High Trigger features:
- Channels: 2 (independent protected with Optocouplers)
- Supply voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Insulation: Yes
- Trigger signal type jumper (low / high)
- LED indicator: For each channel
- Dimensions: 40x 50mm
- It has a jumper that allows to choose type of trigger signal (low / high)
- This module can be controlled directly by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL)

RL002

Price €3.15

8 Channel 5V 10A Relay Module Arduino compatible

5V Relay Module with 8 opto-coupled channels.
This module can be directly controlled by the microcontroller ( Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL).
8 Channel Arduino 5V 10A Relay Module features:

- Channels: 8 (independent protected with Optocouplers)
- Supply Voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Isolation: Yes
- LED indicator: For each channel
- Dimensions: 54x 135mm

RL008

Price €9.49

Module Relay 5V Light sensor LDR photoresistor

This module is a three way switch ( COM, NO and NC ) that uses the intensity of the ambient light to control directly the load at the output. Its adjustment potentiometer allows changing the sensitivity and setting the start threshold of the relay. The relay is energized when it is darker than the threshold.

RL016

Price €2.39

Relay SPDT JQC-3FF 5VDC-1ZS

Relay 5VDC SPDT 5VDC JQC-3FF for industrial applications, automation and process control and consumer electronics. Relay SPDT JQC-3FF 5VDC-1ZS features:
- Coil voltage: 5 VDC,
- Coil power: 360 mW,
- Switching capability:
 - 10A @ 277 VAC
 - 12A @ 125 VAC
- Operating time: between 5ms and 10ms,
- Plastic sealed and flux proofed types available,
- Environmental friendly product (RoHS compliant),
- Working temperature: -40ºC to 70ºC,
- Outline dimensions: 19.0 x 15.2 x 15.5 mm.

RL020

Price €0.98

Active filters

  • Voltages: 5V

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.