
The Humidity and Temperature Sensor Module utilizes the DHT11 sensor assembly to report both humidity and temperature over a 1-wire interface.
The sensor is capable of reading humidity in the range of 20-90%RH with an accuracy of +/- 5%. Temperature can be read in the range of 0-50°C with an accuracy of +/- 2°C.
The sensor is written and read via a single digital pin and requires the use of a library for the communications. With an Arduino, the DHTLib library can be downloaded from the Arduino site or GitHub.
The module has a 3-pin header on the assembly.
1 x 3 Header
This is a commonly used module for basic humidity and temperature measurement. Once up and running with a microcontroller, it is easy to test the module by breathing on the sensor. That will increase both humidity and temperature temporarily.
The sensor can not be polled faster than once per second, otherwise data errors may occur. If you get occasional bad readings (such as -999.00) try increasing the delay between reads.
There are other sensors in this line such as the DHT22. In general, as the number gets higher, the measurement range or accuracy of the device increases (as does the price). The DHT11 is a good sensor to get started with, but if you are looking for best performance, check out our DHT22 down below. This is the lowest cost humidity sensor module that we sell. We also have a similar DHT11 module that has a little nicer construction and comes with hookup wires that is available below as well.
Once the DHT library is installed, using the device is fairly simple as shown in the code snippet below. In this case we are using pin 7, but any digital pin can be used.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Log In To Add/edit Rating
You Have To Buy The Product To Give A Review