A cute tiny piece of code implementing an IoT NAND device, demonstrating how to setup and advertise a cute GATT (NAND) service. The code has been tested on a Nordic nRF51822-DK.

Dependencies:   BLE_API mbed nRF51822

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sun Dec 18 05:33:58 2016 +0000
Revision:
22:d467526abc4a
Child:
23:2e73c391bb12
some new stuff added - works now

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 22:d467526abc4a 1 T06_BLE_GATT_Example
hux 22:d467526abc4a 2
hux 22:d467526abc4a 3 This demo program is actually the featured demo program BLE_GATT_Example from
hux 22:d467526abc4a 4 MBED. To make it runnung the BLE_API and the X_NUCLEO_IDB0XA1 libraries had to
hux 22:d467526abc4a 5 be copied from the S03_BLE_GATT_Example
hux 22:d467526abc4a 6
hux 22:d467526abc4a 7 Get sample code from (includes the video):
hux 22:d467526abc4a 8 https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_GATT_Example/
hux 22:d467526abc4a 9
hux 22:d467526abc4a 10 Tested Platforms:
hux 22:d467526abc4a 11 nRF51-DK
hux 22:d467526abc4a 12