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. I will be building a matching App with some generic GPIO (LED PWM, Button Count&Notify), the initial App will grow from the Android sample project BluetoothLeGatt.
Input greatly appreciated!!!