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 ☆

Revision:
9:75b78697edc6
Parent:
8:f2b32f6b161c
--- 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"