Heart Rate Monitor example for Delta BLE platform

This is a very basic BLE example for DELTA DFBM-NQ620 and DELTA DFCM-NNN50 platforms. This example is doing HRM (Heart Rate Monitor) application, the service spec can be found in here Once compiled and download to DELTA platforms, the module start advertising while LED1 is blinking. User can download the APP 'nRF Connect' available in both App Store and Google Play to scan the adverting and connect to the module.

Note that printf use the baudrate 9600 8n1 as default. In Windows, user could find the ready to use com port number in Device Manager and shown as 'mbed Serial Port(COM#)'

/media/uploads/tsungta/mbed_serial_port_1.png

Committer:
tsungta
Date:
Wed Mar 29 14:34:47 2017 +0000
Revision:
3:f2861d705e88
Parent:
1:82331af3e4c9
Add Serial to use for printf

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 }