Condensation Monitor Measure the current environment condition at outside and inside and make caution or warnings related to condensation. Support UART over BLE. It works with nRF Toolbox. 結露モニタ 屋内外の環境情報を計測し、結露に関する警告あるいは注意を出力します。 nRF Toolboxと一緒に動作し、UART機能でBLE経由でメッセージを出力します。 ドキュメント https://developer.mbed.org/users/takafuminaka/notebook/information-about-my-condensation-monitor-for-mbed/

Dependencies:   AQM0802 BME280 HDC1000 VaporCondition mbed BLE_API nRF51822 BLE_Condensation_Monitor

Dependents:   BLE_Condensation_Monitor

Fork of Condensation_Monitor by Nakatafu ☆

Files at this revision

API Documentation at this revision

Comitter:
takafuminaka
Date:
Mon Jul 20 10:42:49 2015 +0000
Parent:
8:f2b32f6b161c
Commit message:
Added header comment in main.cpp

Changed in this revision

BLE_Condensation_Monitor.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
diff -r f2b32f6b161c -r 75b78697edc6 BLE_Condensation_Monitor.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BLE_Condensation_Monitor.lib	Mon Jul 20 10:42:49 2015 +0000
@@ -0,0 +1,1 @@
+http://developer.mbed.org/users/takafuminaka/code/BLE_Condensation_Monitor/#f2b32f6b161c
diff -r f2b32f6b161c -r 75b78697edc6 main.cpp
--- a/main.cpp	Sun Jun 14 13:50:40 2015 +0000
+++ b/main.cpp	Mon Jul 20 10:42:49 2015 +0000
@@ -1,13 +1,7 @@
-//**********************
-// Hygrometer and Thermometer for mbed
-//
-// LPC1768 flash=512KB, ADC=12bits
-// LPC11U35 flash=64KB, ADC=10bits
-// Nucleo ADC=12bits
-//
-// (C)Copyright 2015 All rights reserved by Y.Onodera
-// http://einstlab.web.fc2.com
-//**********************
+// BLE Condensation Monitor
+// https://developer.mbed.org/users/takafuminaka/code/BLE_Condensation_Monitor/
+// T.Naka
+
 #include "mbed.h"
 #include "HDC1000.h"
 #include "BME280.h"