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
module.json
- Committer:
- marcusjzw
- Date:
- 2018-10-10
- Revision:
- 71:ef25b79853ee
- Parent:
- 1:72c60abef7e7
File content as of revision 71:ef25b79853ee:
{ "name": "ble-heartrate", "version": "0.0.1", "description": "BLE Heartreate example, building with yotta", "licenses": [ { "url": "https://spdx.org/licenses/Apache-2.0", "type": "Apache-2.0" } ], "dependencies": { "ble": "^2.0.0" }, "targetDependencies": {}, "bin": "./source" }