DHT22 Sensor Module
Check my rate
| Main centres: | 1-3 business days |
| Regional areas: | 3-4 business days |
| Remote areas: | 3-5 business days |
| Main centres: | 1-3 business days |
| Regional areas: | 3-4 business days |
| Remote areas: | 3-5 business days |
The DHT22 (also known as the AM2302) is a popular, low-cost digital sensor used to measure ambient temperature and relative humidity. It is widely used in DIY electronics, IoT projects, and environmental monitoring because it is reliable, easy to interface with microcontrollers like Arduino, ESP32, and Raspberry Pi, and provides calibrated digital output.
The sensor contains two primary components inside its housing:
The sensor usually has three or four pins. If you are using a module (which is mounted on a small PCB), it typically has three pins labelled:
VCC: Connect to 3.3V or 5V (depending on your microcontroller).
DATA: Connect to a digital I/O pin on your microcontroller.
Note: A pull-up resistor (typically 4.7k to 10k) is usually required between the DATA and VCC pins. Most DHT22 modules include this resistor on the board already.
GND: Connect to Ground.