Arduino IDE DHT11 versus DHT22 for RH
Posted: Tue Nov 17, 2015 11:38 am
We are at 3.3v for both types of sensors the DHT11 has a pcb with a builtin 10kpullup and the DHT22 has an external 10K pullup.
Interval is 2 seconds.
The DHT11 in the same location as the DHT22 shows a relative humidity reading of 20% less than the DHT22.
DHT11 34% DHT22 56%. I tried several DHt11's and two DHT22's and they were consistent with each other but between types it was always about 20% less RH for the DHT11.
I am using the Adafruit DHT library with the sqrt call commented out ( it generates errors if left in). I get the same values for the DHT11 when I use my own DHT11 driver so I don't think it is a commercial vendor issue. I suspect this is a DHT11 versus DHT22 issue even though both specs say the RH is within (+or - ) 5%.
Has anyone had a similar experience?
Interval is 2 seconds.
The DHT11 in the same location as the DHT22 shows a relative humidity reading of 20% less than the DHT22.
DHT11 34% DHT22 56%. I tried several DHt11's and two DHT22's and they were consistent with each other but between types it was always about 20% less RH for the DHT11.
I am using the Adafruit DHT library with the sqrt call commented out ( it generates errors if left in). I get the same values for the DHT11 when I use my own DHT11 driver so I don't think it is a commercial vendor issue. I suspect this is a DHT11 versus DHT22 issue even though both specs say the RH is within (+or - ) 5%.
Has anyone had a similar experience?