Update Readme.md
This commit is contained in:
parent
d0707599c2
commit
979bb58a4b
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user