Bluetooth Connected TOF Sensor

Dependencies:   BLE_API X_NUCLEO_6180XA1 X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sat Jan 14 08:43:14 2017 +0000
Revision:
27:32267cee7cb8
Parent:
22:d467526abc4a
Child:
28:def5e0f0fb06
Setup a GATT Detector Service. There is some bug in the GATT setup, resulting in different behavior between Nordic nRF51822-DK and NUCLEO-L476RG, but with the workaround it works also for the NUCLEO board. (using Bricks V1A)

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