Complete Readme

This commit is contained in:
Mathieu Maret 2016-03-16 01:16:36 +01:00
parent b66769f9d6
commit c255862617

View File

@ -20,9 +20,10 @@ 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 from a BMP180. 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.
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
To use mqtt, the Adafruit Mqtt library should be installed. To use mqtt, the Adafruit Mqtt library should be installed.
This have been tested against a mosquitto server without username or password This have been tested against a mosquitto server