Found a better price?
Let us know!
We'll try to match the price for you
People Also Buy
DHT11 Humidity and Temperature Sensor
The DHT-11 Digital Temperature And Humidity Sensor is a basic, ultra low-cost digital temperature and humidity sensor. It uses a capacitive humidity sensor and a thermistor to measure the surrounding air and spits out a digital signal on the data pin (no analog input pins needed).
It's fairly simple to use but requires careful timing to grab data. The only real downside of this sensor is you can only get new data from it once every 2 seconds, so in your code please use sensor reading interval at 2 seconds or more. Compared to the DHT22, this sensor is less precise, less accurate, and works in a smaller range of temperature/humidity.
But despite its disadvantages over DHT22, it is a smaller and less expensive sensor for temperature and humidity measurement.
APPLICATIONS:
- Measure temperature and humidity
- Local Weather station
- Automatic climate control
- Environment monitoring
Package Includes:
- 1 x DHT11 Humidity and Temperature Sensor
Specifications:
Humidity measuring range | 20%~90%RH(0~50 degree) |
Humidity measurement accuracy | ±5.0%RH |
Temperature measurement accuracy | ±2.0degree |
Dimensions | 23 X 12 X 5.5 mm |
Weight | 5 grams |
ADDITIONAL RESOURCES
1. What is DHT11?
- The DHT11 is a commonly used Temperature and humidity sensor that comes with a dedicated NTC to measure temperature and an 8-bit microcontroller to output the values of temperature and humidity as serial data.
2. What is difference between DHT11 Sensor and Module?
- The DHT11 sensor can either be purchased as a sensor or as a module. Either way, the performance of the sensor is same. The sensor will come as a 4-pin package out of which only three pins will be used whereas the module will come with three pins as shown above.
The only difference between the sensor and module is that the module will have a filtering capacitor and pull-up resistor inbuilt, and for the sensor, you have to use them externally if required.
3. What is the working principle of DHT11 Sensor?
- DHT11 sensor consists of a capacitive humidity sensing element and a thermistor for sensing temperature. The humidity sensing capacitor has two electrodes with a moisture holding substrate as a dielectric between them. Change in the capacitance value occurs with the change in humidity levels. The IC measure, process this changed resistance values and change them into digital form.
For measuring temperature this sensor uses a Negative Temperature coefficient thermistor, which causes a decrease in its resistance value with increase in temperature. To get larger resistance value even for the smallest change in temperature, this sensor is usually made up of semiconductor ceramics or polymers.
The temperature range of DHT11 is from 0 to 50 degree Celsius with a 2-degree accuracy. Humidity range of this sensor is from 20 to 80% with 5% accuracy. The sampling rate of this sensor is 1Hz .i.e. it gives one reading for every second. DHT11 is small in size with operating voltage from 3 to 5 volts. The maximum current used while measuring is 2.5mA.
DHT11 sensor has four pins- VCC, GND, Data Pin and a not connected pin. A pull-up resistor of 5k to 10k ohms is provided for communication between sensor and micro-controller