-
Notifications
You must be signed in to change notification settings - Fork 152
Incorrect Temperature Readings #33
Comments
According to the datasheet the accuracy is <+-0.5°C. Large deviations could be based on the sensor position (housing, light exposure, convection,...) or maybe the sensor is defect? |
This could be from heat soaking from the NodeMCU board... |
im experiencing similar issues. |
That's not the same issue, such a big deviation in both directions sounds like a power supply issue (to the sensor or the NodeMCU) . Try a large (470uF or bigger) capacitor on the 5V supply rail and ground, then if that makes no difference maybe check for wire or pin connection problems. |
tried different pins and jumpers but same behaviour. The moment i unplug and replug the jumpers one or two readings are correct and then it gets faulty. |
Do you have an Arduino board at all (Nano, Mini etc will do), if so wire it to that and try any test code on Git via the serial terminal and see if it reads right to prove the DHT is OK. |
Hi thanks for the amazing sensor diy.
I have followed everything as per the instructions but my dht22 sensor gives me incorrect temperature readings by 5 to degrees more than the current room temperature. I have changed the dht22 sensor hoping it was faulty but I get the same problem with a new dht22 sensor.
Has anyone come across this issue before?
Any help will be appreciated thanks.
The text was updated successfully, but these errors were encountered: