Update Readme.md

This commit is contained in:
Mathieu 2016-09-15 22:58:05 +02:00
parent d0707599c2
commit 979bb58a4b
1 changed files with 6 additions and 2 deletions

View File

@ -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. Device can also be put in OTA mode and will wait for OTA from the espota tool.
## WifiControlSensor ## WifiControlSensor
Provide previous WiFiAccessPointConfigurator features and can also measure temperature and pressure from a BMP180. Provide previous WiFiAccessPointConfigurator features and can also get measure from several sensors:
Those measure can be shared by MQTT. MQTT details (server, username, passwd, port) can be configured by a web page. * 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 To interface with BMP180, the following library should be installed into Arduino environment: https://github.com/mmaret/BMP180_Breakout_Arduino_Library/archive/master.zip