From 6302cabda5841f9f86d85735ac76500b95039d29 Mon Sep 17 00:00:00 2001 From: James Wood Date: Tue, 14 Jul 2020 17:04:32 +1000 Subject: [PATCH] hello --- readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 23ed338..9d8ba8e 100644 --- a/readme.md +++ b/readme.md @@ -1,4 +1,6 @@ ## 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 one per room and one outside, so low cost is a high priority! \ No newline at end of file +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. \ No newline at end of file