This is a fork of mbed-os-example-ble-HeartRate maintained for Sequana compatibility. This application transmits a heart rate value using the Bluetooth SIG Heart Rate Profile. The heart rate value is provided by the application itself, not by a sensor, so that you don't have to get a sensor just to run the example. The canonical source for this example lives at https://github.com/ARMmbed/mbed-os-example-ble/tree/master/BLE_HeartRate
mbed_app.json@0:b283842072f8, 2019-02-12 (annotated)
- Committer:
- lru
- Date:
- Tue Feb 12 14:03:29 2019 +0000
- Revision:
- 0:b283842072f8
Initial version.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
lru | 0:b283842072f8 | 1 | { |
lru | 0:b283842072f8 | 2 | "target_overrides": { |
lru | 0:b283842072f8 | 3 | "K64F": { |
lru | 0:b283842072f8 | 4 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 5 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
lru | 0:b283842072f8 | 6 | }, |
lru | 0:b283842072f8 | 7 | "NUCLEO_F401RE": { |
lru | 0:b283842072f8 | 8 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 9 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
lru | 0:b283842072f8 | 10 | }, |
lru | 0:b283842072f8 | 11 | "DISCO_L475VG_IOT01A": { |
lru | 0:b283842072f8 | 12 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 13 | "target.extra_labels_add": ["CORDIO", "CORDIO_BLUENRG"] |
lru | 0:b283842072f8 | 14 | }, |
lru | 0:b283842072f8 | 15 | "NRF52840_DK": { |
lru | 0:b283842072f8 | 16 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 17 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"], |
lru | 0:b283842072f8 | 18 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S140_FULL", "NORDIC_SOFTDEVICE"] |
lru | 0:b283842072f8 | 19 | }, |
lru | 0:b283842072f8 | 20 | "NRF52_DK": { |
lru | 0:b283842072f8 | 21 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 22 | "target.extra_labels_add": ["CORDIO", "CORDIO_LL", "SOFTDEVICE_NONE", "NORDIC_CORDIO"], |
lru | 0:b283842072f8 | 23 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE"] |
lru | 0:b283842072f8 | 24 | }, |
lru | 0:b283842072f8 | 25 | "FUTURE_SEQUANA": { |
lru | 0:b283842072f8 | 26 | "target.features_add": ["BLE"], |
lru | 0:b283842072f8 | 27 | "target.hex_filename": "psoc63_m0_ble_controller_1.05.hex" |
lru | 0:b283842072f8 | 28 | } |
lru | 0:b283842072f8 | 29 | } |
lru | 0:b283842072f8 | 30 | } |