Search
Product Info
Arduino Bluetooth
sku: DEV-08255
Description: This is the very popular Arduino platform with a Bluetooth® serial connection in place of the USB connection. Now you can have Arduino without wires!
Can't decide which Arduino is right for you? Arduino buying guide!
Features:
- The use of a DC-DC converter, allowing the board to be powered with a minimum of 1.2 V, but with a maximum of 5.5 V. Higher voltages or reversed polarity in the power supply will kill the board.
- A surface-mounted ATmega168 (as with the Arduino Mini). This doubles the amount of space available for your sketches and adds three more PWM pins and two more analog inputs.
- Pin 7 is connected to the reset pin of the Bluetooth® module.
- Only use serial communication at 115200 baud; this is the speed that the module has been configured to use.
The Bluetooth® module used is the Bluegiga WT11, iWrap version (details and datasheet on the Arduino page). The Bluetooth® module can be configured with commands set over the serial port from the ATmega168 (see the iWrap user's guide for details). A program to set the name and pass code of the Bluetooth® module is run once on each Arduino BT. The name is set to ARDUINOBT and the pass code to 12345. For complete details, see the initialization program's source code. The ATmega168 comes preloaded with a bootloader that allows you to upload sketches to the board via the Bluetooth® connection. The bootloader source code is available in the Arduino SVN repository.
Documents: Arduino Bluetooth® Datasheets
Pricing
Comments
3 comments
Feeds
Currency
Display prices in
Feedback
If you would like to tell us more, you can fill out our form if you need some psycho-suggestive questions. Go to the form.

















Thanks!
(aka. does WM recognice a SPP device?)
Grats, Martin Munk :)
WM6 bluetooth stack supports the Serial Port Profile so development of an WM6 application to talk to the device should be possible.