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

Files at this revision

API Documentation at this revision

Comitter:
ytsuboi
Date:
Mon Sep 08 16:59:22 2014 +0000
Parent:
5:ab8889077be9
Child:
7:794248dbc19b
Commit message:
BLE_Health_Thermometer; based on todotani-san's modify. libraries updated.

Changed in this revision

BLE_API.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
nRF51822.lib Show annotated file Show diff for this revision Revisions of this file
--- a/BLE_API.lib	Sat Sep 06 08:06:19 2014 +0000
+++ b/BLE_API.lib	Mon Sep 08 16:59:22 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#ca826083980e
+http://mbed.org/teams/Bluetooth-Low-Energy/code/BLE_API/#0fb20195102b
--- 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. */
--- a/nRF51822.lib	Sat Sep 06 08:06:19 2014 +0000
+++ b/nRF51822.lib	Mon Sep 08 16:59:22 2014 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/users/todotani/code/nRF51822-060mod/#97823585e091
+http://mbed.org/teams/Nordic-Semiconductor/code/nRF51822/#98215c4f3a25