Last updated
The DHT11 Temperature-Humidity Sensor is a low-cost, easy-to-use digital sensor for measuring temperature and humidity. It is widely used in environmental monitoring, home automation, and weather stations. The sensor consists of a thermistor and a capacitive humidity sensor to measure the surrounding air and provides calibrated digital output.
Low Cost: Affordable solution for temperature and humidity measurement.
Easy to Use: Simple interface with microcontrollers such as Arduino and Raspberry Pi.
Calibrated Digital Output: Provides accurate and reliable measurements.
Wide Range of Applications: Suitable for various applications including HVAC, weather stations, and environmental monitoring.
Stable Performance: Provides stable readings with long-term reliability.
Operating Voltage: 3.3V to 5.5V
Temperature Range: 0°C to 50°C
Humidity Range: 20% to 90% RH
Temperature Accuracy: ±2°C
Humidity Accuracy: ±5% RH
Output: Digital signal via a single-bus interface
Sampling Rate: 1 Hz (one reading per second)
VCC: Power supply pin (3.3V to 5.5V)
GND: Ground pin
DATA: Serial data pin for digital output
Size: 29.1x18.03mm
Weight:8g
Power the Sensor: Connect the VCC pin to a power supply (3.3V to 5.5V) and the GND pin to ground.
Connect the Data Pin: Connect the DATA pin to a digital input pin of your microcontroller to read the temperature and humidity data.
Library and Code Example: Use an appropriate library to read data from the sensor. The following example demonstrates how to use the DHT11 sensor with an Arduino.