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, committed 2015-06-10
- Comitter:
- Marcomissyou
- Date:
- Wed Jun 10 02:04:48 2015 +0000
- Parent:
- 1:a7ecbb0ccc61
- Child:
- 3:6a9082a10dc9
- Commit message:
- remove NEED_CONSOLE_OUTPUT define
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- 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);