Temperature and Humidity via MQTT, a DHT-11 and an ESP-01
Go to file
James Wood a637c24f1d Cleanup 2020-07-14 17:51:23 +10:00
.vscode First Comet 2020-07-14 16:52:25 +10:00
include Cleanup 2020-07-14 17:51:23 +10:00
src reordering of functions 2020-07-14 17:48:34 +10:00
.gitignore First Comet 2020-07-14 16:52:25 +10:00
platformio.ini reordering of functions 2020-07-14 17:48:34 +10:00
readme.md hello 2020-07-14 17:04:32 +10:00

readme.md

SimpleWeather

Connects a DHT11 or DHT22 to an ESP-8266, then sends temperature and humidity over MQTT.

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.

Keep the ESP separated from the DHT — or else the heat from the wifi module affects the temperature and humidity readings.