Humidity/Temperature Module
#1
Posted 25 August 2012 - 08:38 PM
#2
Posted 25 August 2012 - 09:13 PM
Is there a humidity/temperature module available for the Netduino Go?
I've got a project on deck that will incorporate this into a module, does this one look like it might work for you?
DHT11
-twb
Windows Phone Development MVP
President Software Logistics, LLC
Tampa, FL
#3
Posted 25 August 2012 - 10:30 PM
--
Asbjørn
#4
Posted 26 August 2012 - 01:05 AM
When you talk EE use small words, I'm just a Software Developer
My Blog/Site and Everything Else
If my post helped you please consider pressing the "Like This" button in the bottom right-hand corner.
Oh my. So many things, so little money!!
#5
Posted 26 August 2012 - 02:12 PM
#6
Posted 27 August 2012 - 02:00 PM
also check out the dht22, check out the differences: http://learn.adafruit.com/dht
The dht22 looks like a much better fit for what I need with the better accuracy, thanks for sharing!
Windows Phone Development MVP
President Software Logistics, LLC
Tampa, FL
#8
Posted 27 August 2012 - 08:43 PM
The dht22 looks like a much better fit for what I need with the better accuracy, thanks for sharing!
I bought some dht11, and found that the resolution was unusable for my need, worth nothing that you need to poll the dht22 somewhat slower, but hey, under what circumstances do you need it faster than 1-2 sec (for the humidity)?, in a sauna perhaps.
If it's only temperature an ds18b20 would suffice a long way. (or the lm35/37, but then you need to have one for farenheit, and one for celcius.. and don't you dare come with something that is not metric )
--
Asbjørn
#9
Posted 27 August 2012 - 08:47 PM
I've always used the SHT11 or SHT15 sensors and preferred them over the DHTxx. Has anyone else used them and have an opinion on a module using these? I will likely need to develop a GO Module using the SHTxx mid 2013 for another project.
Is there any difference between dht and sht?, except how you solder them? it seems that they have very slow response time though? couldnt find info about accuracy either?
--
Asbjørn
#10
Posted 28 August 2012 - 02:02 AM
Is there any difference between dht and sht?, except how you solder them? it seems that they have very slow response time though? couldnt find info about accuracy either?
DHT22 has a margin of error of +/-0.5C and a maximum sample rate of 0.5hz (once per 2 seconds).
DHT11 has a margin of error of +/-2-5C and a maximum sample rate of 1hz.
Edit, Disregard me, I'm an idiot.
Edited by Arron Chapman, 28 August 2012 - 02:08 AM.
When you talk EE use small words, I'm just a Software Developer
My Blog/Site and Everything Else
If my post helped you please consider pressing the "Like This" button in the bottom right-hand corner.
Oh my. So many things, so little money!!
#11
Posted 28 August 2012 - 06:22 AM
Sensirion SHTxx are high-quality sensors, with great accuracy, fully calibrated (and rather expensive). DHTxx are notIs there any difference between dht and sht?
#12
Posted 28 August 2012 - 08:25 AM
--
Asbjørn
#13
Posted 28 August 2012 - 09:07 AM
Sensirion Digital Humidity & Temperature Sensors...when you search for sht15...
SHT1x and SHT7x sensors use proprietary I2C-like protocol ("The sensor cannot be addressed by I2C protocol; however, the sensor can be connected to an I2C bus without interference with other devices connected to the bus. The controller must switch between the protocols."). SHT2x sensors use proper I2C protocol; they are also available in PWM and SDM variants.
DHTxx (RHTxx etc.) sensors use proprietary single wire protocol (not to be confused with Maxim/Dallas 1-Wire), the main difference between DHT11 and DHT22 is the start signal duration (18 ms vs. 1 ms), the following 40 bit stream waveform is the same.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users