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

XM-15B Bluetooth Serial Port Module Master Slave Arduino compatible HC-05/06

XM-15B Bluetooth Serial Port Module Master Slave Compatible Arduino HC-05/06 features:
* Power 3.0V -6V
* 3.3V / 5V logic levels
* Bluetooth version V2.1 + EDR
* Frequency: 2.4GHz ISM band
* Reach approx. 30m
* Security: Authentication and encryption
* Supports AT commands for configuration through a serial port
* Working temperature: -20 ºC to +75 ºC
* Working current - 50 mA
* PCB dimension: 35 x 19m -Using the conventional Bluetooth CSR chip, the protocol standard Bluetooth V2.1 + EDR, passes the Bluetooth BQB certification
-Fast start, only 0.3 seconds to complete the initialization of the complete module (including the Bluetooth protocol stack)
- Built-in hardware protector, never hangs

W0022

Price €7.49

Bluetooth Transceiver Module HC-06 Wireless

HC-06 Bluetooth transceiver module with base.
The bluetooth module HC-06 is one of the best options for projects, in which you need wireless communications.
The transceiver module allows bluetooth wireless connections as a slave, ready to listen for connection requests.
Bluetooth Transceiver Module HC-06 Wireless features:
- Chipset CSR BC417
- 3.5V - 5V power
- Bluetooth version V2.0 + EDR
- Frequency: 2.4GHz ISM band
- Modulation: GFSK
- Reach approx. 10m
- Security: Authentication and encryption.
- Speed-> 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

W0009

Price €5.39

Bluetooth Transceiver Module HC-05 Wireless

- HC-05 Bluetooth transceiver module with base
- The bluetooth module HC-05 is one of the best options for projects where you need wireless communications.
- The transceiver module (transmission / reception) allows bluetooth wireless connections like master or slave, works in a transparent way as if we made a RS-232 TTL serial connection with cable.
Bluetooth Transceiver Module HC-05 Wireless features:
- Chipset CSR BC417
- 3.6 to 6 Vdc power supply
- Bluetooth version V2.0 + EDR
- Frequency: 2.4GHz ISM band
- Modulation: GFSK
- Reach approx. 10m
- Security: Authentication and encryption.
- Speed-> Asynchronous: 2.1Mbps (Max) / 160 kbps; Synchronous: 1Mbps / 1Mbps

W0004

Price €5.39

Wireless Module AT-09 Bluetooth 4.0 CC2541 IOS BLE

- Bluetooth 4.0 AT-09 BLE Master / Slave module with 6-pin connection base
- This module is very similar to HM-10 module
- Bluetooth protocol: Bluetooth V4.0 BLE specification
- Ultra-low power consumption, in 90uA standby mode
Wireless Module AT-09 Bluetooth 4.0 CC2541 IOS BLE features:

- Chipset based on CC2541
- Bluetooth Class 2
- Industrial level Bluetooth module SPP
- Flash 256Kb
- Integrated chip antenna
- Power supply: + 3.3 VDC 50 mA
- Working temperature: -5 C to + 60 C
- Operating frequency: 2.4 GHz ISM Band
- Modulation method: GFSK (Gaussian Frequency Shift keying)

W0078

Price €4.95

Active filters

  • Pines: Con 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.