The DHT11 sensor is a very economical, simple temperature and humidity sensor available in the market, It uses a capacitive humidity sensor and a thermistor to detect the values and show them in digital output. Its compact size and sampling rate made this sensor popular among hobbyists. Some of the sensors which can be used as an alternative to DHT11 sensor are DHT22, AM2302, SHT71.
The DHT11 also measures relative humidity. The relative humidity is the amount of water vapour in air vs. the saturation point of water vapour in the air. At the saturation point, water vapour starts to condense and accumulate on surfaces forming dew.
How to use
Tutorial –
https://www.youtube.com/watch?v=OogldLc9uYc
Common Applications
1. To measure the humidity of surroundings.
2. To measure the temperature.
Some example projects that students can try out in the ATL Lab
1. Measure Temperature and Humidity using Arduino ( )
Tutorial Linkhttps://www.youtube.com/watch?v=QZSY7lnp3zg
2. Arduino Weather Station –
https://www.youtube.com/watch
Safety Measures to follow
1. Consider Time Drift and Temperature Drift errors while measuring the values.
Important Links
1. Introduction to DHT11 temperature and humidity sensor
YouTube Video (https://www.youtube.com/watch?v=OogldLc9uYc)