Login / Signup
Cart
Your cart is empty
The DHT22 is a basic, low-cost digital temperature and humidity sensor. Due to its low cost and ease of use, you'll find project examples all over the web for these simple sensors.
Compared to the DHT11, this sensor is more precise, more accurate and works in a bigger range of temperature/humidity, at the cost of size and a slightly higher cost.
The DHT22 uses a capacitive humidity sensor and thermistor to measure the surrounding air, then provides that data via a digital output signal on the data pin. They're easy to use, however, they require some careful timing to grab data.
You can only read data every 2 seconds, so when using something like the Adafruit library below, sensor readings can be up to 2 seconds old (not really a big deal for most projects).
Just connect the first pin on the left to 3-5V power, the second pin to your data input pin and the rightmost pin to GND. If you want multiple sensors, each one must have its own data pin (this isn't OneWire folks!).
We have an Adafruit have a great guide with Arduino & CircuitPython code examples!
Comes with a 4.7K-10K resistor, for use as a pullup from the data pin to VCC.