TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Revision:
27:32267cee7cb8
Parent:
22:d467526abc4a
diff -r fd06c8b57d16 -r 32267cee7cb8 Readme.md
--- a/Readme.md	Sat Jan 07 15:38:15 2017 +0000
+++ b/Readme.md	Sat Jan 14 08:43:14 2017 +0000
@@ -1,12 +1,13 @@
-T06_BLE_GATT_Example
+S07_Detection 
+
+This demo program sets up a set of services for a Detector peripheral.
+Using Bricks-V1A library.
 
-This demo program is actually the featured demo program BLE_GATT_Example from
-MBED. To make it runnung the BLE_API and the X_NUCLEO_IDB0XA1 libraries had to
-be copied from the S03_BLE_GATT_Example 
-
-Get sample code from (includes the video): 
-https://developer.mbed.org/teams/Bluetooth-Low-Energy/code/BLE_GATT_Example/
+There is some bug in the bricks library. As an consequence of the bug the
+code runs on the NORDIC-nRF51822-DK, but not on the NUCLEO-L476RG board.
+For this reason an alterbative way is used to setup the GATT services, using
+tediousServices (see tedious.cpp)
 
 Tested Platforms:
-   nRF51-DK
+   NUCLEO-L476RG
    
\ No newline at end of file