Use of nRF51822 to demonstrate usage of BLE-UART service provided by Nordic and the use of uLCD-144-G2. The demonstration uses the nRF Master Control Panel and nRF UART demo apps provided by Nordic and available on Google Play and Apple Store. The firmware receives data over the TX characteristic, increments it by 1 and sends it over RX characteristic. The notifications need to be enabled for the RX characteristic in the Master Control Panel to be able to receive the data. For more information check the notebook page: http://developer.mbed.org/users/garimagupta002/notebook/ble-uart-lcd-demo/
Dependencies: 4DGL-uLCD-SE BLE_API DFRobot_BLE_LoopbackUART mbed nRF51822
Fork of DFRobot_BLE_LoopbackUART by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
10:c3eef6f3686a | 2014-12-14 | garimagupta002 | First version of the BLE-UART-LCD project.; Does normal loopback in UART adding each byte received. Firmware misbehaving after library update on 14 Dec 2014. |
9:7b3841a91548 | 2014-10-31 | jimaobian | cup |
8:5818566e1e8a | 2014-09-30 | rgrover1 | updating underlying libraries |
7:65911c3a3138 | 2014-09-23 | rgrover1 | updating to the latest version of the underlying libraries. |
6:e0fc9072e853 | 2014-09-22 | rgrover1 | updating to 0.2.0 of the BLE_API |
5:4bc41267a03a | 2014-09-02 | rgrover1 | updating underlying libraries. |
4:98e3d2aa66de | 2014-06-13 | rgrover1 | updating underlying libraries. |
3:47feed5a7386 | 2014-06-13 | rgrover1 | updating the underlying libraries. |
2:e060367b9024 | 2014-06-13 | Rohit Grover |
update demo to use the new APIs; we have it working now. |
1:73a5e28ff0ab | 2014-06-13 | rgrover1 | updating the underlying libraries; (needs update before it will build). |
0:e910d9bb040f | 2014-05-26 | yihui | initial |