Other Sellers on Amazon
FREE Shipping
100% positive
Gowoops 2pcs DHT22 / AM2302 Digital Humidity and Temperature Sensor Module for Arduino Raspberry Pi, Temp Humidity Gauge Monitor Electronic Practice DIY Replace SHT11 SHT15
- Free returns are available for the shipping address you chose. You can return the item for any reason in new and unused condition: no shipping charges
- Learn more about free returns.
- Go to your orders and start the return
- Select the return method
- Ship it!
Enhance your purchase
Specific Uses For Product | 个人 |
Brand | Gowoops |
Color | DHT22*2 |
Human Interface Input | Buttons |
About this item
- Make sure this fits by entering your model number.
- The sensor can be operated with both 3.3V and 5V, it is compatible for connection to all standard boards such as Arduino, RN-Control, Raspberry Pi and all other microcontrollers.
- This sensor can build thermometer electric circuit microcontroller, it can be used for robotics development kit, suit for engineer to make projects.
- Suit for School Beginners: Perfect intro sensor to programmable based on Arduino electronic and IoT robotics.
- Used for automatic control, weather stations, home appliances, humidity regulators, medical treatment, dehumidifiers, etc.
- Temperature range: -40 ℃ ~ 80 ℃, Temperature measurement accuracy: ± 0.5 ℃, Humidity measuring range: 0~100%RH, Humidity measurement accuracy: ±2%RH
Customer ratings by feature
Frequently bought together
- +
- +
Customers also search
WARNING:
Product Description


2 PCS DHT22 Temperature Humidity Sensor Module Digital Measurement for Arduino Raspberry Pi 2 3
With fixing screw hole, convenient for install and fixed
Single-bus digital signal output, bidirectional serial data
Operate Voltage: DC 3~5.5V
Temperature Range: -40 ℃ ~ 80 ℃
Humidity Range: 0~100%RH

Feature
- DHT22 digital temperature and humidity sensor is a calibrated digital signal output temperature and humidity combined sensor, which application-specific modules capture technology and digital temperature and humidity sensor technology to ensure that products with high reliability and excellent long-term stability.
- No pullup resistor needed. Just plug right into your board.
- Ultra-low power consumption
- No additional components
- Excellent long-term stability
- Single-bus digital signal output, bidirectional serial data
- Completely interchangeable
Technology Parameter
Main Chip | AM2302 |
Operate Voltage | DC 3~5.5V |
Signal Output Type | Digital |
Temperature range | -40 ℃ ~ 80 ℃ |
Temp Measurement accuracy | ± 0.5 ℃ |
Humidity measuring range | 0~100%RH |
Humidity measurement accuracy | ±2%RH |
Size | 28 x 12 x 10 mm (L / W / H) |
Screw hole diameter | 2.6mm |
Weight | 4g |

Package included
2* DHT22/AM2302 Digital Temperature Humidity Sensor Module
2* DuPont wire
Product information
Package Dimensions | 2.9 x 2.3 x 0.6 inches |
---|---|
Item Weight | 0.634 ounces |
Manufacturer | Gowoops |
ASIN | B073F472JL |
Country of Origin | China |
Customer Reviews |
4.3 out of 5 stars |
Best Sellers Rank | #241 in Single Board Computers (Computers & Accessories) |
Is Discontinued By Manufacturer | No |
Specific Uses For Product | 个人 |
Assembly Required | No |
Batteries Required? | No |
Warranty & Support
Feedback
Customer reviews
Customer Reviews, including Product Star Ratings help customers to learn more about the product and decide whether it is the right product for them.
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyzed reviews to verify trustworthiness.
Learn more how customers reviews work on Amazon
Reviewed in the United States on July 12, 2019
-
Top reviews
Top reviews from the United States
There was a problem filtering reviews right now. Please try again later.
Amazon does not allow links to external sites but you can probably find the waveshare page by searching on:
waveshare wiki DHT22_Temperature-Humidity_Sensor
In case that does not work this is the pertinent information:
We will present the steps for data reading in the communication between the host and the sensor.
Step 1
After the AM2302 is powered up (please wait 2s for AM2302 to become stable. In this period, no command will be sent out on device reading.), the sensor tests the environment temperature and humility and records relative data. When finished, the sensor enters the Sleep mode automatically. And the SDA data line of AM2302 is pulled up and remains HIGH as the effect of the pull-up resistor. At this moment, the pin SDA of AM2302 is in the INPUT state, detecting any possible external signal.
Step 2
The Microprocessor I/O is set to OUTPUT and outputs a LOW level for more than 800us (The typical hold time is 1ms). Then, the microprocessor I/O is set to INPUT and the bus will be released. At this moment, the microprocessor I/O (the SDA data line of AM2302) goes HIGH as the effect of the pull-up resistor. After the host released the bus, AM2302 sends out a response, a LOW level of 80ms, and then outputs a HIGH level of 80ms to inform the peripheral to receive data. The signal transmission is shown as below:
IMAGE OMITTED - see web page
Step 3
After the AM2302 sends the response, the SDA outputs a string of 40 bits serial data continuously and the microprocessor receives the data according to the changes of I/O level.
Bit data "0" signal: the level is LOW for 50ms and HIGH for 26-28ms;
Bit data "1" signal: the level is LOW for 50ms and HIGH for 70ms;
The relative signal diagram is shown below:
IMAGE OMITTED - see web page
After the SDA of AM2302 outputted the 40 bits of data, it remains LOW level for 50ms, and then switches to INPUT state and goes HIGH as the effect of the pull-up resistor. At the same time, the AM2302 internally re-tests the environmental temperature and humidity and records the relative data. When finished, the MCU will enter the Sleep mode automatically. Only when the MCU receives the new start signal from the host, the sensor will wake up and enter the working state.
Much, much better than the DHT11s I've encountered.
When its constantly powered it works intermittently. Sometimes it'll run for hours, sometimes it runs for 20 minutes and stops. Powering off the RPI resents the sensor and it'll work again.
To fix this, I wired power to GP17 (instead of 3.3 constant), and I turn it high (turn on the power to the pin) take my temperature reading, then turn GP17 back to low (power off). After making this modification, it's been very stable now for weeks on end.
All other wiring for it should stay the same.
This device runs just fine on my 3.3 ESP-32 Micro controller and having the convenience of 2 devices makes it so I can make multiple sensors!

Reviewed in the United States 🇺🇸 on July 12, 2019
This device runs just fine on my 3.3 ESP-32 Micro controller and having the convenience of 2 devices makes it so I can make multiple sensors!

These are easy to hook up to GPIO pins on a Raspberry Pi, come with all the wires you need to hook them up, and the example code to get this working on an Arduino or Pi linked to in the product description are a great starting point for using them in your own projects.