DHT22 is there a better one #1423
Replies: 2 comments 5 replies
-
I use the adafruit_bme280 (https://www.adafruit.com/product/2652). Had similar problems with the DHT22, so tried a few different options, but the BME280 seems to do what I want with the accuracy I want. I have it go to a CSV file then read the newest data in and overlay the data on my images. The Python library and example from Adafruit is pretty straight forward, and I love that this little thing runs with the STEMMA-QT connectors, so it's easy to connect, as well as chain other QT devices as well. |
Beta Was this translation helpful? Give feedback.
-
I have just got a few SHT31's to try. These have a PTFE membrane over the sensor opening so are apparently better sealed. According to the datasheet the are IP67 compliant but obviously the electronics are not ! I currently use bme280's as I have found them to be the most stable so far In all of my code I average out the readings over a number of samples and throw away obvious error. I use the sensors to switch on heaters and the averaging tends to help prevent the heaters switching on and off when close to the dew point. |
Beta Was this translation helpful? Give feedback.
-
I have set up two DHT22's one to control the heater and the other to report temp/humidity inside the box.
I put the data from both in a database and graphed the results using node-red.
I am finding that the DHT22 reports bad numbers on a random but just about once a day bad results example humidity 499989.0.
Anyway is there a better solution for a sensor that you are useing?
Thanks
Brad
Beta Was this translation helpful? Give feedback.
All reactions