Demo BLE Central function
Fork of BLE_HeartRate_DELTA by
This example demonstrates BLE central that to interact with the HRM peripheral.
The example uses two applications running on two different devices:
The first device - the central - runs the application BLE_Central_HeartRate_DELTA from this repository.
The second device - the peripheral - runs the application BLE_HeartRate_DELTA.
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:504d4bd0e684 | 2017-03-24 | silviaChen | Support BLE Central function |
1:82331af3e4c9 | 2017-03-14 | tsungta | update mbed-os so both NNN50 and NQ620 (as well as NQ624 module) platform are supported; Add config in mbed_app.json to fix NQ620 use internal RC issue ; remove the unused shield folder |
0:c7bcc0b36b5e | 2016-10-13 | silviaChen | First commit |