Nuacht

You can access BT SPP in your Arduino code, treat it as a serial device and connect to your Edison project via Android phone with BT SPP App. This means you can control your Edison projects ...
This Bluetooth module ties directly into the Tx and Rx lines of the Arduino so a wireless serial connection between an Android device can be established.
Both apps facilitate the connection between your devices and the Arduino and give you control over them without needing to be too close to your unit.
The $22 kit includes an Arduino-BLE board and 6-pin header that should be fairly broadly applicable for building Arduino-based hardware that can communicate with iOS devices.
[Bill2009] has made some nice progress on a control panel for his motorcycle over at the arduino.cc forums. It can show speed, tachometer readings for the wheel and engine, as well as indicate the… ...