Experimental BLE project showing how IO can be made with an App over BLE. Pointer to matching App will be added when ready, initially this works with: - Android App [nRF-Master Control Panel], supports Write,Read,Notify - Android Project [BluetoothLeGatt]
Dependencies: BLE_API mbed nRF51822
You are viewing an older revision! See the latest version
Homepage
This is an experimental project for BLE (Bluetooth LE == Bluetooth Low Energy == Bluetooth Smart).
It is intended to grow into an mbed-Android pair for generic GPIO with Notify support.
It includes combinations of code from other projects, alternative code included can be tried by moving comments (, //)
For now it works with Android Apps nRF-MCP (Master Control Panel), and can also be used with iOS App LightBlue.
Status of matching Android App is in the WIKI under: Android-App
Feedback and ideas greatly appreciated!!!
To do: Add Debug by BLE custom characteristic to tab in app, to support platforms without mbed chip that were loaded by FOTA, and allows app+debug whereas BLE UART does not.