Browse Source

Update 'README.md'

master
ported 2 years ago
parent
commit
bf114564ed
  1. 8
      README.md

8
README.md

@ -1,10 +1,12 @@
## Weatherstation setup with ESP8266, DHT11, and BMP280 ## Weatherstation setup with ESP8266, DHT11, and BMP280
weatherstation coding for: weatherstation coding for:
esp8266 * esp8266
DHT11 sensor * DHT11 sensor
BMP280 sensor * BMP280 sensor
This weatherstation will connect to a wifi network, then start a webserver, and serve up the data it collects.
The DHT11 sensor provides temperature and humidity. The BME280 sensor provides temperature, barometric pressure, and altitude. I have the DHT sensor serving temperature data in celcius and faharenheit. On the BME sensor altitude is reckoned using barometric pressure and sealevel pressure - i didnt want to mess with that because my sensors will be distrubuted. Because of that I set altitude as a contant for the location im setting up for.
photo/schematic will be posted soon photo/schematic will be posted soon
the setup is pretty simple the setup is pretty simple

Loading…
Cancel
Save