SimpleWeather/readme.md

9 lines
435 B
Markdown
Raw Normal View History

2020-07-14 17:02:40 +10:00
## SimpleWeather
Connects a DHT11 or DHT22 to an ESP-8266, then sends temperature and humidity over MQTT.
2020-07-14 17:04:32 +10:00
I use an ESP-01 to keep things cheap. The goal is to have one of these things per room and one outside, so low cost is a high priority.
2020-07-15 16:31:12 +10:00
Keep the ESP separated from the DHT — or else the heat from the wifi module affects the temperature and humidity readings.
### Setup
Edit your wifi/mqtt settings and flash your device.