The DHT22 (also known as the AM2302) is a highquality digital temperature and humidity sensor offering better accuracy and a wider measurement range than its popular counterpart, the DHT11 . This module comes with a convenient PCB and cable, making it a plugand-play solution for Arduino projects that require reliable environmental monitoring.
| Parameter | Value |
|---|---|
| -- | -- |
| Temperature Range | -40°C to +80°C |
| Temperature Accuracy | ±0.5°C |
| Humidity Range | 0% to 100% RH |
| Humidity Accuracy | ±2% to 5% RH (typically ±2%) |
| Resolution | 0.1°C / 0.1% RH |
| Sampling Rate | 0.5 Hz (one reading every 2 seconds) |
| Cable Length | Typically 23cm with 3 wires (VCC, DATA, GND) |
+High Precision & Stability Features a calibrated capacitive humidity sensor and thermistor with longterm stability .
+SingleBus Digital Output The data pin sends a calibrated digital signal, eliminating the need for analog input pins .
+Low Power Consumption Ideal for batterypowered IoT applications, drawing only about 2.5mA during conversion .
+Easy Integration The module format makes wiring simple, and the onboard PCB often integrates the required pull-up resistor .
√ Compatible with Arduino, ESP32, and Raspberry Pi .
√ Standard 3-wire cable for simple connection (Red=5V, Yellow=Data, Black=GND) .
√ Wide voltage range supports both 3.3V and 5V logic.
Connecting the module is straightforward:
No external pull-up resistor is required if the module's PCB includes one, which is typical for these modules .