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

History

Add Serial to use for printf default tip

2017-03-29, by tsungta [Wed, 29 Mar 2017 14:34:47 +0000] rev 3

Add Serial to use for printf


Add printf to show the BLE application status; Serial baudrate 9600 8n1 is set as default

2017-03-29, by tsungta [Wed, 29 Mar 2017 07:00:29 +0000] rev 2

Add printf to show the BLE application status; Serial baudrate 9600 8n1 is set as default


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

2017-03-14, by tsungta [Tue, 14 Mar 2017 08:33:26 +0000] rev 1

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


First commit

2016-10-13, by silviaChen [Thu, 13 Oct 2016 07:34:53 +0000] rev 0

First commit