Implementation of Heart Rate Service on nRF52-DK with security (bonding/pairing procedure). Correct key for smartphone to enter is printed on serial. Baud rate 9600, 8 bits + 1 stop bit + no parity bit.
Fork of mbed-os-example-ble-HeartRate by
Diff: .mbed
- Revision:
- 13:924e3381c12b
- Parent:
- 1:72c60abef7e7
--- a/.mbed Fri Oct 28 13:45:39 2016 +0100 +++ b/.mbed Thu Dec 15 16:30:42 2016 +0000 @@ -1,3 +1,3 @@ -ROOT=. TARGET=NRF51_DK TOOLCHAIN=GCC_ARM +ROOT=.