Demo BLE Central function

Fork of BLE_HeartRate_DELTA by Delta

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.

Committer:
tsungta
Date:
Tue Mar 14 08:33:26 2017 +0000
Revision:
1:82331af3e4c9
Parent:
0:c7bcc0b36b5e
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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
silviaChen 0:c7bcc0b36b5e 1 {
tsungta 1:82331af3e4c9 2 "config": {
tsungta 1:82331af3e4c9 3 "lf_clock_rc_calib_timer_interval": {
tsungta 1:82331af3e4c9 4 "value": 16,
tsungta 1:82331af3e4c9 5 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
silviaChen 0:c7bcc0b36b5e 6 },
tsungta 1:82331af3e4c9 7 "lf_clock_rc_calib_mode_config": {
tsungta 1:82331af3e4c9 8 "value": 0,
tsungta 1:82331af3e4c9 9 "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
silviaChen 0:c7bcc0b36b5e 10 }
silviaChen 0:c7bcc0b36b5e 11 }
silviaChen 0:c7bcc0b36b5e 12 }