A blue button is always a nice toy ...

Dependencies:   BLE_API X_NUCLEO_IDB0XA1 mbed

Fork of BLE_HeartRate_IDB0XA1 by ST

Committer:
hux
Date:
Sun Oct 01 12:49:25 2017 +0000
Revision:
29:a6b74dfdd5f2
Parent:
28:307f58df778a
A blue button is always a nice toy ...

Who changed what in which revision?

UserRevisionLine numberNew contents of line
hux 28:307f58df778a 1 S15_Blue Button
hux 27:32267cee7cb8 2
hux 28:307f58df778a 3 Demonstration of Blue Button status to be transmitted via small GATT database.
hux 22:d467526abc4a 4
hux 28:307f58df778a 5 - pressing blue button activates long blinking sequence and sets 'presence'
hux 28:307f58df778a 6 characteristics to logical 1
hux 28:307f58df778a 7 - releasing blue button activates short blinking sequence and sets 'presence'
hux 28:307f58df778a 8 characteristics to logical 0
hux 28:307f58df778a 9 - writing a value to 'test' characteristics copies this vaue to the 'presence'
hux 28:307f58df778a 10 characteristics
hux 22:d467526abc4a 11
hux 22:d467526abc4a 12 Tested Platforms:
hux 27:32267cee7cb8 13 NUCLEO-L476RG
hux 22:d467526abc4a 14