BLE_HTS_Demo

This BLE_HTS_Demo program enables you to collect Temperature and Humidity data reading from sensor and transmit to collector device such as smartphone.

Below documents teach you how to install app that can connect and read data from our DELTA-DFCM-NNN40 development board. There are two versions, Android and iPhone.

/media/uploads/Marcomissyou/ios_app_for_environment_sensor_0518.pdf

/media/uploads/Marcomissyou/android_app_for_environment_sensor.pdf

Revision:
2:13ffe50056f9
Parent:
1:a7ecbb0ccc61
Child:
3:6a9082a10dc9
--- a/main.cpp	Wed Jun 03 05:40:14 2015 +0000
+++ b/main.cpp	Wed Jun 10 02:04:48 2015 +0000
@@ -25,8 +25,6 @@
 
 #include "nrf51_bitfields.h"
 
-#define NEED_CONSOLE_OUTPUT 1 /* Set this if you need debug messages on the console;
-                               * it will have an impact on code-size and power consumption. */
 BLEDevice  ble;
  
 DigitalOut  led0(p7);