From 979bb58a4b27dbca27eb8284ff35115cee3e824c Mon Sep 17 00:00:00 2001 From: Mathieu Date: Thu, 15 Sep 2016 22:58:05 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 5ecb0c4..d451818 100644 --- a/Readme.md +++ b/Readme.md @@ -20,8 +20,12 @@ Settings can be reconfigured latter by web interface or by pulling down gpio 3 Device can also be put in OTA mode and will wait for OTA from the espota tool. ## WifiControlSensor -Provide previous WiFiAccessPointConfigurator features and can also measure temperature and pressure from a BMP180. -Those measure can be shared by MQTT. MQTT details (server, username, passwd, port) can be configured by a web page. +Provide previous WiFiAccessPointConfigurator features and can also get measure from several sensors: +* BMP180 +* DHT11/22 +* Any Analog sensor + +Those measure can be shared by MQTT(s). MQTT details (server, username, passwd, port) can be configured by a web page. To interface with BMP180, the following library should be installed into Arduino environment: https://github.com/mmaret/BMP180_Breakout_Arduino_Library/archive/master.zip