El Arduino BT es una placa originariamente basada sobre el ATmega168, pero ahora esta basada sobre el ATmega328 (datasheet) y el modelo bluetooth Bluegiga WT11 (detalles y datasheet [pdf]). Permite una comunicacion seriale sin cables atraves el bluetooth (pero no es compatible con auriculares bluetooth o otros dispositivos). Tiene 14 I/O digitales (6 de los cuales pueden ser utilizados como salida PWM, uno para reiniciar el modulo WT11 sobre la placa), 6 input analogicos, un cristal de 16Mhz, terminales de potencia, una cabecera ICSP, un botón de reinicio. Tiene todo lo necesario para apoyar el microcontrolador y se puede programar a través de la conexión Bluetooth. Instrucciones disponibles (en ingles) en la sección getting started with the Arduino BT.
Especificaciones técnicas
Microcontrolador | ATmega328 |
Tension de operación | 5V |
Tensión de entrada | 2.5-12V |
I/O digitales | 14 (6 de lo cuales con salida PWM) |
entradas analogicas | 6 |
Corriente de salida para I/O Pin | 40 mA |
Corriente de salida para 3.3V Pin | 500 mA (con sorgente a 1.5A) |
Corriente de salida para 5V Pin | 1000 mA (con sorgente a 1.5A) |
Flash Memory | 32 KB (of which 2 KB used by bootloader) |
SRAM | 2 KB |
EEPROM | 1 KB |
Clock Speed | 16 MHz |
Modulo BT | 2.1 WT11i-A-AI4 |
Para obtener una descripción más detallada sobre su placa usted debe visitar la página oficial Arduino Bluetooth page en la sección Hardware.
Power
The Arduino BT can be powered via the V+ and GND screw terminals. The board contains a DC-DC convector that allows it to be powered with as little as 2.5V, a maximum of 12V. Higher voltages or reversed polarity in the power supply can damage or destroy the board. The protection for reverse polarity connection is ONLY on the screw terminal. The power pins are as follows:
- +VIN. The input voltage to the Arduino board (i.e. the same as the V+ screw terminal). You can supply voltage through this pin, or, if supplying voltage via the screw terminals, access it through this pin. Warning: The protection for reverse polarity connection is ONLY on the screw terminal, do not attach negative voltages to this pin. It will damage the board.
- 5V. This pin outputs a regulated 5V from the regulator on the board. The board can be supplied with power either from the screw terminal (2.5V - 12V) or the VIN pin of the board (2.5V-12V). Supplying voltage via the 5V or 3.3V pins bypasses the regulator, and can damage your board. We don't advise it.
- GND. Ground pins.
Memory
The ATmega328 has 32 KB of flash memory for storing code (of which 2 KB is used for the bootloader). It has 1 KB of SRAM and 512 bytes of EEPROM (which can be read and written with the EEPROM library).
Input and Output
Each of the 14 digital pins on the BT can be used as an input or output, using pinMode(), digitalWrite(), and digitalRead()functions. They operate at 5 volts. Each pin can provide or receive a maximum of 40 mA and has an internal pull-up resistor (disconnected by default) of 20-50 kOhms. In addition, some pins have specialized functions:
- Serial: 0 (RX) and 1 (TX). Used to receive (RX) and transmit (TX) TTL serial data. These pins are connected to the corresponding pins of the Bluegiga WT11 module.
- External Interrupts: 2 and 3. These pins can be configured to trigger an interrupt on a low value, a rising or falling edge, or a change in value. See the attachInterrupt() function for details.
- PWM: 3, 5, 6, 9, 10, and 11. Provide 8-bit PWM output with the analogWrite() function.
- SPI: 10 (SS), 11 (MOSI), 12 (MISO), 13 (SCK). These pins support SPI communication, which, although provided by the underlying hardware, is not currently included in the Arduino language.
- BT Reset: 7. Connected to the reset line of the Bluegiga WT11 module, which is active high.
- LED: 13. There is a built-in LED connected to digital pin 13. When the pin is HIGH value, the LED is on, when the pin is LOW, it's off.
The BT has 6 analog inputs, each of which provide 10 bits of resolution (i.e. 1024 different values). By default they measure from ground to 5 volts, though is it possible to change the upper end of their range using the AREF pin and some low-level code. Additionally, some pins have specialized functionality:
- I2C: 4 (SDA) and 5 (SCL). Support I2C (TWI) communication using the Wire library (documentation on the Wiring website).
There are a couple of other pins on the board:
- AREF. Reference voltage for the analog inputs. Used with analogReference().
See also the mapping between Arduino pins and ATmega168/328 ports.
Bluetooth Communication
The Bluegiga WT11 module on the Arduino BT provides Bluetooth communication with computers, phones, and other Bluetooth devices. The WT11 communicates with the ATmega328 via serial (shared with the RX and TX pins on the board). It comes configured for 115200 baud communication. The module should be configurable and detectable by your operating system's bluetooth drivers, which should then provide a virtual com port for use by other applications. The Arduino software includes a serial monitor which allows simple textual data to be sent to and from the Arduino board over this bluetooth connection. The board can also be reprogrammed using this same wireless connection. The WT11 is specially configured for use in the Arduino BT. Its name is set to ARDUINOBT and passcode to 12345. For details, see the complete initialization sketch.
Communication
The Arduino BT has a number of other facilities for communicating. The ATmega328's UART TTL (5V) serial communication is available on digital pins 0 (RX) and 1 (TX) as well as being connected to the WT11 module. A SoftwareSerial library allows for serial communication on any of the BT's digital pins. The ATmega328 also supports I2C (TWI) and SPI communication. The Arduino software includes a Wire library to simplify use of the I2C bus; see the documentation on the Wiring website for details. To use the SPI communication, please see theATmega328 datasheet.
Programming
The Arduino BT can be programmed with the Arduino software (download). For details, see the reference and tutorials. The ATmega328 on the Arduino BT comes preburned with a bootloader that allows you to upload new code to it without the use of an external hardware programmer. It communicates using the original STK500 protocol (reference, C header files). You can also bypass the bootloader and program the ATmega328 through the ICSP (In-Circuit Serial Programming) header; see these instructions for details.
Physical Characteristics
The maximum length and width of the BT are approximately 3.2 and 2.1 inches respectively. Three screw holes allow the board to be attached to a surface or case. Note that the distance between digital pins 7 and 8 is 160 mil (0.16"), not an even multiple of the 100 mil spacing of the other pins.
Arduino BT (Bluetooth)
- Brand: Arduino
- Product Code:A000002
- Availability:1
-
S/.488.05
- Ex Tax:S/.413.60
Related Products
Sensor Shield V4 Digital Analog Module For Arduino
Sensor Shield V4 Digital Analog Module For Arduino Duemilanove / UNO Each functional module has b..
S/.56.64 Ex Tax:S/.48.00
Sensor Shield V5 APC220 Bluetooth Analog Module Servo Motor
Compared with the Arduino Sensor Shield V4 , there are not too many change for V5 base on V4, mainly..
S/.56.64 Ex Tax:S/.48.00
Ofertas
300K Pixel USB 2.0 Mini Webcam
Plug and play web camera for your Pi. Displays have high resolution, providing true color images for..
S/.42.48 S/.81.66 Impuestos:S/.36.00
Arduino Esplora
El Arduino Esplora es una placa ya lista para usar, muy fácil de manejar, que te permite explorar un..
S/.188.80 S/.330.16 Impuestos:S/.160.00
Arduino Ethernet Shield Rev3 WITHOUT PoE Module
The Arduino Ethernet Shield allows an Arduino board to connect to the internet. It is base..
S/.141.60 S/.212.40 Impuestos:S/.120.00
Kit Control, displays y sensores + Arduino UNO
Este kit incluye Un Arduino UNO R3, Un Display Shield de dos líneas de 16 caracteres con 5 pulsadore..
S/.212.40 S/.349.28 Impuestos:S/.180.00
Más Vendidos
Arduino Uno Rev3
The Arduino Uno is a microcontroller board based on the ATmega328 (datasheet). It has 14 digital inp..
S/.113.28 Impuesto:S/.96.00
Male to Male Solderless Flexible Breadboard Jumper Cable Wires For Arduino, 65Pc
49 pcs 120mm length 8 pcs 150mm length 4 pcs 200mm length 4 pcs 240mm length total:65pcs(65p..
S/.25.96 Impuesto:S/.22.00
Ultrasonic Module HC-SR04 Distance Measuring Transducer Sensor
The HC-SR04 ultrasonic sensor uses sonar to determine distance to an object like bats or dolphins do..
S/.28.32 Impuesto:S/.24.00
Arduino Leonardo +headers
Arduino Leonardo es una placa de prototipado electrónico que lleva un microprocesador integrado basa..
S/.118.00 Impuesto:S/.100.00
Ultimos Productos
Grove Starter Kit Plus
Grove es una plataforma electrónica modular para el prototipado rápido. Cada módulo tiene una funció..
S/.354.00 Impuestos:S/.300.00
Official Raspberry Pi B+/2 Red & White Case
Finally! The Official Raspberry Pi Foundation's Raspberry Pi Case is now available! Specially m..
S/.70.80 Impuestos:S/.60.00
Weight Sensor (Load Cell) 0-10kg
Applicable to electronic scale, price computering scale, electronic platform scale, digital scale; p..
S/.75.52 Impuestos:S/.64.00
Weight Sensor (Load Cell) 0-500g
Applicable to electronic scale, price computering scale, electronic platform scale, digital scale; p..
S/.111.30 Impuestos:S/.94.32
Camera Shield
Camera Shield is the first shield board that support photograph, it is based on the solution of VC07..
S/.210.04 Impuestos:S/.178.00
DSO Touch
DSO Touch, is a 2 channels digital pocket size oscilloscope. It is only 10mm thick with an aluminum ..
S/.472.00 S/.896.80 Impuestos:S/.400.00