Howdy, folks! While we were still reflecting on the past Xmas and New Year Eve, we happily received a test report following last month's Bluno Demo Kit Free Trial. The author, Rei Vilo from embeddedcomputing.weebly.com carefully wrote us a detailed report on the Bluno Kit, which is really a good piece of work and could help us a lot in later product design and development. Also, we are delighted to learn that Bluno is supported in the newly released embedXcode • New Release 122. Besides looking into the kit itself, he also ponders upon one feature that to be implemented: How to upload the sketch using Bluetooth and get rid of the USB cable?
Here is what he said on the Bluno Demo Kit.
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. |
RFRobot has designed the Accessory Shield for the BLuno with a wide range of sensors and actuators, including:
|
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:
Only the latest iPhones supports BLE, nominally the 4S, 5C and 5S. Source code is available:
The temperature and relative humidity sensor in blue and the display on the smartphone, through Bluetooth |
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
|
This platform is supported by embedXcode, embedded computing on Xcode. |