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

Wireless Module Arduino compatible HC-05 HC05 Bluetooth

The bluetooth HC-05 module is one of the best options for projects where you need wireless communications.
The transceiver module (transmission / reception) allows bluetooth wireless connections as master or slave, works transparently as if making a wired RS-232 TTL serial connection. Arduino Wireless Module HC-05 HC05 Bluetooth features:
- CSR BC417 Chipset
- Power: 3.3.
- Bluetooth version V2.0 + EDR
- Frequency: 2.4GHz ISM band
- Modulation: GFSK
- Approximate range: 10m
- Security: Authentication and encryption
- Speed- & gt; Asynchronous: 2.1Mbps (Max) / 160 kbps; Synchronous: 1Mbps / 1Mbps
- Supports AT commands for configuration through a serial port
temperature: -20 ºC to +75 ºC

W0019

Price €8.90

Wireless Module Arduino compatible HC-06 HC06

The Bluetooth HC-06 module is one of the best options for projects where you need wireless communications. Arduino Wireless Module HC-06 HC06 features:
- CSR BC417 Chipset
- Power: 3.3V
- Bluetooth version V2.0 + EDR
- Frequency: 2.4GHz band ISM
- Modulation: GFSK
- Range approx. 10m
- Security: Authentication and encryption.
- Speed- & gt; Asynchronous: 2.1Mbps (Max) / 160 kbps; Synchronous: 1Mbps / 1Mbps
- Supports AT commands for configuration through a serial port
- Working temperature: -20 ºC to +75 ºC - Working current - pairing: 80 mA
- Transmission: 8mA
- Size: 28 x 12mm

W0018

Price €9.50

USB DC 5V Bluetooth Audio

USB DC 5V Bluetooth Audio features:
- You can connect it with your smartphone
- Power: DC 5V micro USB
- Speaker: 4 ~ 8 Ohm - Audio Jack: 3.5mm
- SD card: support MP3 / WMA / WAV / FLAC format
- The transmission distance could be up to 10m
- Size: 50 x 40 mm

M0067

Price €5.79

Bluetooth Decoder Module Amplifier Audio Receiver USB TF

This module has three modes (control, music and bluetooth). The audio files can be saved on the U disk and on the TF card.
Its remote control allows you to control the audio output (volume down or up, music change, mode change). Bluetooth Decoder Module Amplifier Audio Receiver USB TF features:
- Interfaces:
       - 5V micro USB supply
       - USB audio
       - U disk
       - LED
       - TF card
       - IR remote
       - AD key interface to connect external circuits
       - Bluetooth decoder
       - 3.5mm stereo output
       - Left and right 3W channels handling speaker
       - 2 3W amplifiers
- Supply voltage: 3.7-5VDC
- Signal / noise ratio (SNR): 90 dB

W0084

Price €5.90

BLE 4.0 UART Bluetooth Low Energy Module without Adapter

This product is a Bluetooth module BLE 4.0 UART without adapter, low energy with serial transceiver.
Logic level conversion circuit. No external level of 5V is needed to become a 3.3V level.
The power input port is protected against the anti-circuit, to avoid the inverted accidental power plug, which leads to the module burn
HM-10, Bluetooth module HM-11 series using IT chip CC2540 / 2541, configuration 256Kb space, support
In commands.
You can change the paper (master and slave mode) and the baud rate, the device name, the pairing of the password and other parameters, convenient and flexible. BLE 4.0 UART Bluetooth Low Energy Module without Adapter features:
- Version AT-09 CC2541 Arduino Android IOS BLE
- Serial transceiver

W0087

Price €5.31

Low power Bluetooth / Multi-standard SensorTag CC2650STK TI

The new SensorTag IoT kit invites you to realize your product idea connected to the cloud.
The new SensorTag now includes 10 low-power MEMS sensors in a small red package.
And it's expandable with DevPacks to make it easy to add your own sensors or actuators.
Connect to the cloud with low-power Bluetooth and Get your sensor data online in 3 minutes.
The SensorTag is ready to go right away with an iOS and Android app, no programming experience to get started.
The new SensorTag is based on The CC2650 Wireless MCU, which offers 75% less power consumption than previous Bluetooth low energy products.
This allows the SensorTag to run on batteries, and offers years of battery life with a single coin cell battery.

W0088

Price €45.00

Mini Dongle Adapter Bluetooth USB V2.0 Windows XP/VISTA/7

Work with Bluetooth compliant devices including notebook, PDA, digital camera,printer and mobile phone.
Mini Dongle Adapter Bluetooth USB V2.0 Windows XP/VISTA/7 features:
- Bluetooth specification V2.0 - Supporting profiles: networking, dial-up, fax, LAN access and handset - Operation system Windows98, 98se, Me, 2000, XP, Vista, Windows7 - Receiving/sending range: 100m

W0093

Price €3.90

Active filters

  • Pines: Sin pines

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.