experience on combined Temp/Humedity sensor based on DHT11

walteroa

New Member
Hi All,
I'm wondering if anybody has tried to use this combined sensor DHT11 instead of using this couple (HIH4000+DS18B20)..?? 
Thx in advance
alter

 
 
DHT11 has different handshaking signals from DS18B20 or HIH4000.  DHT11 has less accuracy than DS18B20 and HIH4000.
For example, DS18B20 can achieve 0.2 degree accuracy, DHT11 has 2 degree accuracy.
 
True, 0.5C accuracy is minimum. The datasheet also stated:
 
The resolution of the temperature sensor is user-configurable to 9, 10, 11, or 12 bits, corresponding to increments of 0.5°C, 0.25°C, 0.125°C, and 0.0625°C, respectively. The default resolution at power-up is 12-bit.
 
That 12bit is what we use, however, we round that to 0.1C in our data format. In F, that is about max 0.2F.
 
Thx folks.. my question was about handshake.. 1-wire vs the one who is managed by DHT11.. (because I already have one).. Agree ds1820 is cheap enought but in the other hand HIH4000 is still expensive.. thx guys anyway.
 
True, Honeywell sensor is expensive, about $11 or so a piece for a little chip.  WebControl does not have bus to support DHT11.  Maybe we could release something to support that instead of DS18B20 and HIH4000.  How many DHT11 can run on the same bus?
 
Thanks for the information. Since its communication only send data, no device ID, I think that is probably one bus per device. DS18B20 allows a lot more on the same bus, since each device has its unique ID.
 
Back
Top