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

2 Channel Relay Module 5V 10A for Arduino

2 Channel Relay Module 5V 10A for Arduino features:
- 5V relay module with 2 optocoupled channels
- This module can be controlled directly by the microcontroller (Arduino, 8051, AVR, PIC, DSP, ARM, ARM, MSP430, TTL)
- Channels: 2 (independent protected with Optocouplers)
- Supply voltage: 5V
- Output Current: 10A
- Relay activation current: 15mA ~ 20mA
- Insulation: Yes
- LED indicator: For each channel
- Dimensions: 40x 50mm

RL006

Regular price €1.99 -€0.35 Price €1.64

Edup Mini Dongle WiFi USB For pcDuino 3 Nano Raspberry Pi

Edup Mini Dongle WiFi USB For pcDuino 3 Nano Raspberry Pi features:
- Interface type: USB
- Supports IEEE 802.11e draft 802.11n
- Supports USB 2.0, compatible with USB 1.1 and 1.2
- Support systems:
- Win2k / XP / Vista / Win7 / Win8.1 / Win10 / Mac / Linux
- Operating distance: 91 meters indoors, 275 meters in open space
- Transfer rate: 150Mbps (downlink) and 150Mbps (uplink)
- Works with old Wireless-G and Wireless-B networks
- WEP and WPA encryption - 64-bit / 128-bit WEP (Wired Equivalent Privacy), TKIP, AES 2,400GHz ISM
- Frequency range: 2.4 to 2.4835 GHz
- Operating channels: 13 - Support network protocol: CSMA / CA with acknowledgment
- Transmission mode: DSSS

RA015

Regular price €8.49 -€2.00 Price €6.49

Raspberry Pi 2-3 Model B Multifunction Expansion GPIO Module

This module is used to extend the Raspberry's 40 GPIO pins to another set of 2x20 male pins and 8 parallel pins accessible on the terminal blocks in the that test leads are pushed. The electronic board offers great reliability with the Raspberry and is very easy to connect thanks to its existing suitable accessories but not included.
The module offers a set of mini jumpers to configure the GPIO.

RA016

Price €7.95

Mini vibration engine for Arduino and Raspberry Pi 5 VDC

This mini vibration motor runs on 5 VDC and can be used for Arduino and Raspberry projects. It is a direct current motor.
Mini vibration engine for Arduino and Raspberry Pi 5 VDC features:
- Voltage: 5 VDC,
- Current: 75mA,
- Rotation speed: 1100 (rpm),
- Efficiency: 80%,
- Dimensions: 10x27mm.

M0174

Price €1.00

Raspberry Pi v2 Oficial Camera - Sony IMX219 8 Megapixel Sensor

HD V2 Raspberry Pi camera board The Raspberry Pi High Definition (HD) camera board connects to any Raspberry Pi or Compute Module to create HD photos and video.
Uses Sony's IMX219PQ image sensor that offers high-speed, high-speed video images Sensitivity.
Raspberry Pi Camera Module offers reduced image contamination such as fixed pattern noise and smudges. It also has automatic control functions such as exposure control, white balance and luminance detection.
Raspberry Pi Camera Board, Sony IMX219 8 Megapixel Sensor features:
High-quality images
High data capacity
Fixed 8 megapixel focus (includes focus adjustment tool)
Compatible with 1080p, 720p60 and VGA90
Sony IMX219PQ CMOS image sensor
15-pin ribbon cable

RA053

Price €29.89

Raspberry Pi v2 NoIR Oficial Camera - Sony IMX219 8 Megapixel Sensor

Raspberry Pi HD Pi NoIR V2 camera board Raspberry Pi HD Pi NoIR camera board connects to any Raspberry Pi or Compute Module to create HD photos and video. The Pi NoIR (without infrared) is the same as the standard camera module but without an infrared filter. Therefore, it is excellent for photography and video in the dark.
The module uses Sony's IMX219PQ image sensor that offers high-speed, high-sensitivity video images.
The Pi NoIR module offers contamination from Reduced image such as fixed pattern noise and smudges. It also has automatic control functions such as exposure control, white balance and luminance detection. Raspberry Pi NoIR Camera Board, Sony IMX219 8 Megapixel Sensor features:
and benefits: No infrared filter
High quality images

RA054

Regular price €29.89 -€4.90 Price €24.99

Raspberry Pi HQ Official Camera - Sony IMX477 12,3 megapíxeles

Impressive, professional, high-definition camera module. Official product of Raspberry Pi.

The official Raspberry Pi HQ Camera includes a 1/3" (8.5mm) Sony IMX477 sensor with 12.3MPx resolution and up to 50% increased sensitivity of pixels per area, offering greater sensitivity to light.

It is specially designed to work with CS or C-mount interchangeable lenses (CS-C adapter included). It allows you to use both fixed and varifocal lenses, and you can also use other lenses such as M12 lenses by using an M12 to CS mount converter.

RA094

Regular price €61.40 -€6.41 Price €54.99

Active filters

  • Brand: Raspberry Pi

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.