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:
6:c3d9dbadd654
Parent:
5:ab8889077be9
Child:
8:f753b4b022a8
--- a/main.cpp	Sat Sep 06 08:06:19 2014 +0000
+++ b/main.cpp	Mon Sep 08 16:59:22 2014 +0000
@@ -18,6 +18,7 @@
 
 BLEDevice  ble;
 TMP102      healthThemometer(p22, p20, 0x90);  /* The TMP102 connected to our board */
+//TMP102      healthThemometer(I2C_SDA1, I2C_SCL1, 0x90);  /* The TMP102 connected to our board */
 
 /* LEDs for indication: */
 DigitalOut  oneSecondLed(LED1);        /* LED1 is toggled every second. */