TOF based Presence Detector

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Mon Aug 20 16:43:10 2018 +0000
Revision:
29:eceecbe28088
Parent:
27:32267cee7cb8
made in Shanghai

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 27:32267cee7cb8 1 S07_Detection
hux 27:32267cee7cb8 2
hux 27:32267cee7cb8 3 This demo program sets up a set of services for a Detector peripheral.
hux 27:32267cee7cb8 4 Using Bricks-V1A library.
hux 22:d467526abc4a 5
hux 27:32267cee7cb8 6 There is some bug in the bricks library. As an consequence of the bug the
hux 27:32267cee7cb8 7 code runs on the NORDIC-nRF51822-DK, but not on the NUCLEO-L476RG board.
hux 27:32267cee7cb8 8 For this reason an alterbative way is used to setup the GATT services, using
hux 27:32267cee7cb8 9 tediousServices (see tedious.cpp)
hux 22:d467526abc4a 10
hux 22:d467526abc4a 11 Tested Platforms:
hux 27:32267cee7cb8 12 NUCLEO-L476RG
hux 22:d467526abc4a 13