BLE Heart Rate Sample Program for HRM1017 which is using Nordic nRF51822 confirmed the connection of nRFToolbox on Android.

Dependencies:   BLE_API mbed nRF51822 color_pixels

Fork of BLE_HTM_HRM1017 by Switch Science

Revision:
5:ab8889077be9
Parent:
2:daf2344afc28
Child:
6:c3d9dbadd654
--- a/main.cpp	Sat Sep 06 00:45:30 2014 +0000
+++ b/main.cpp	Sat Sep 06 08:06:19 2014 +0000
@@ -55,7 +55,7 @@
 {
     advertisingStateLed = 1;
     
-    DEBUG("Disconnected handle %u!\n\r", handle);
+    DEBUG("Disconnected handle %u, reason %u\n", handle, reason);
     DEBUG("Restarting the advertising process\n\r");
     ble.startAdvertising();
 }