BLuno — BLE with Arduino Uno
The BLuno board sports the same form-factor as the original Arduino Uno, except it includes a Bluetooth Low Energy module, the CC2540 SoC from Texas Instruments.
|
As fully compatible with the Arduino Uno board, the board uses the original Arduino IDE, on Windows, Mac OS X or Linux. Sketches can be uploaded by USB cable. However, I didn't manage to upload them wirelessly through Bluetooth.
All the Bluetooth connection is managed by the dedicated PlainProtocol library. Just download and install it as a standard Arduino library. DFRobot provides reference for simple and advanced usage. Thanks to its compatibility with the Arduino IDE, BLuno is fully supported by embedXcode, the template for embedded computing on Xcode. To manage the Bluetooth connection, DFRobot provides a dedicated library, PlainProtocol as well as two well-written tutorials, one for simple use and the other for advanced use. |
Accessory Shield
A remote application for smartphones is available to drive all the sensors and actuators through BLE, one for Android and the other for iOS. Unfortunately, the application isn't fully translated into English but the code source is available.
The application allows to send a text to the display, control the red-green-blue LED, play the buzzer, switch the relay on and off, read the joystick commands, display the potentiometer value, acquire the temperature and relative humidity. |
Check that your phone supports Bluetooth 4.0 or BLE, for both hardware and software. BLE requires Android 4.3 or iOS 7:
Source code is available: The temperature and relative humidity sensor in blue and the display on the smartphone, through Bluetooth |
An Affordable Introduction to the Web of Things
DFRobot has done a great job on making Bluetooth easy to use. Thank to the standard and well-known ATmega328P, the user has only to focus on the Bluetooth module and protocol.
Now, the real challenge may lay on developing the iOS or Android applications. Step-by-step tutorials explain how to update the BLE firmware on the BLuno and how to configure the Bluetooth connection for Android-, OS X- and iOS-based devices. I ran though both procedures easily and successfully. The main board is sold USD35, a highly competitive price when compared with the standard Arduino Uno board sold at USD30. With the shield priced at USD25, the full package goes for USD60. The BLuno provides an affordable introduction to the Web of Things, here based on Bluetooth connectivity. |
Pros
|
Cons
|
Wrap-Up
|
Links
|