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 8:4653319ba675, committed 2016-10-21
- Comitter:
- tsungta
- Date:
- Fri Oct 21 02:35:31 2016 +0000
- Parent:
- 7:c6c5ba871c2d
- Child:
- 9:2ff66a3d164a
- Commit message:
- just remove unused #include in main.cpp
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Fri Oct 21 02:27:42 2016 +0000
+++ b/main.cpp Fri Oct 21 02:35:31 2016 +0000
@@ -21,12 +21,8 @@
#include "hts221.h"
#include "uvis25.h"
-#include "nrf_gpio.h"
-
-#include "nrf51_bitfields.h"
BLEDevice ble;
-
DigitalOut led1(LED1);
static const uint8_t UUID_HUMI_AND_UVI[] = {0xf5, 0x59, 0xa2, 0x49, 0xbe, 0xb1, 0x4c, 0x54, 0xa1, 0x0a, 0xc7, 0x95, 0x7e, 0x17, 0xf8, 0x67};