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