entercritical / dht-sensor

node.js module to read the DHT series of humidity and temperature sensors on a Raspberry Pi
MIT License
8 stars 1 forks source link

15% bad reads #2

Open rdagger opened 8 years ago

rdagger commented 8 years ago

About 15% of the reads returns zeros for both temperature and humidity on DHT-22. I also tried the raspi-sensors package and it performs with no errors.

entercritical commented 8 years ago

I had same problem. I'm going to debug it. Thank you for your advice.