CATEGORIES

My Account

CATEGORIES
Your Cart

Digital Temperature Humidity Sensor Module DHT22 AM2302

Digital Temperature Humidity Sensor Module DHT22 AM2302
Digital Temperature Humidity Sensor Module DHT22 AM2302
Your orders placed before 17:00 PM on weekdays are shipped the same day. Free shipping over 150 RON.
28.52RON
Ex Tax: 28.52RON
  • Stock: In Stock
  • Model: T181.DHT22
Our products are shipped from our warehouse in Romania
Shipping is free for purchases of 150 RON and above.
5% discount coupon for purchases over 500 RON
10% discount coupon for purchases over 1000 RON
Same day shipping until 16:30
No minimum order price limit
Our products are shipped from our warehouse in Romania
Shipping is free for purchases of 150 RON and above.
5% discount coupon for purchases over 500 RON
10% discount coupon for purchases over 1000 RON
Same day shipping until 16:30
No minimum order price limit
Our products are shipped from our warehouse in Romania
Shipping is free for purchases of 150 RON and above.
5% discount coupon for purchases over 500 RON
10% discount coupon for purchases over 1000 RON
Same day shipping until 16:30
No minimum order price limit
Our products are shipped from our warehouse in Romania
Shipping is free for purchases of 150 RON and above.
5% discount coupon for purchases over 500 RON
10% discount coupon for purchases over 1000 RON
Same day shipping until 16:30
No minimum order price limit
Our products are shipped from our warehouse in Romania
Shipping is free for purchases of 150 RON and above.
5% discount coupon for purchases over 500 RON
10% discount coupon for purchases over 1000 RON
Same day shipping until 16:30
No minimum order price limit

DHT22 AM2302: A High-Precision Digital Temperature and Humidity Sensor Module

The DHT22, alternatively known as the AM2302, is a highly precise digital sensor for temperature and humidity measurements. This sensor is an enhanced version of the DHT11, offering superior accuracy and a broader measurement spectrum.

General Information:

The DHT22 is engineered to digitally record and output both temperature and humidity data. It employs a capacitive humidity sensor and a thermistor to measure the surrounding air, providing a digital signal on the data pin.

Key Features:

  • Temperature Range: -40 to +80°C with an accuracy of ±0.5°C.
  • Humidity Range: 0 to 100% RH with an accuracy of ±2-5% RH.
  • Resolution: 0.1 for both temperature and humidity.
  • Power Supply: 3.3V to 6V.
  • Low Power Consumption: Ideal for battery-powered applications.
  • Digital Output: Single-wire communication protocol.
  • Response Time: Typically less than 2 seconds.
  • Long-Term Stability: Good long-term stability.

Pin Configuration:

The DHT22 sensor generally has four pins, but frequently only three are utilized:

  • VCC: Power supply (3.3V to 6V).
  • GND: Ground.
  • DATA: Data pin for digital signal output.
  • NC: Not connected (optional).

Applications:

  • Weather Stations: For measuring ambient temperature and humidity.
  • HVAC Systems: For monitoring and controlling heating, ventilation, and air conditioning systems.
  • Home Automation: For environmental monitoring.
  • Agriculture: To monitor greenhouse conditions.
  • Industrial Applications: For monitoring environmental conditions in factories and warehouses.

Wiring:

To interface the DHT22 with an Arduino:

  • Connect the VCC pin of the DHT22 to the 5V pin of the Arduino.
  • Connect the GND pin of the DHT22 to the GND pin of the Arduino.
  • Connect the DATA pin of the DHT22 to a digital pin (e.g., pin 2) on the Arduino.
  • A pull-up resistor (4.7kΩ to 10kΩ) is required between the VCC and DATA pins.

Example Code:

To utilize the DHT22 with an Arduino, the DHT library by Adafruit can be installed via the Library Manager in the Arduino IDE.


#include "DHT.h"// Define the type of sensor and the pin it's connected to
#define DHTTYPE DHT22   // DHT 22 (AM2302)
#define DHTPIN 2        // Digital pin 2DHT dht(DHTPIN, DHTTYPE);void setup() {
  Serial.begin(9600);
  Serial.println("DHT22 (AM2302) test!");  dht.begin();
}void loop() {
  // Wait a few seconds between measurements
  delay(2000);  // Reading temperature and humidity values
  float humidity = dht.readHumidity();
  float temperature = dht.readTemperature();  // Check if any reads failed and exit early (to try again).
  if (isnan(humidity) || isnan(temperature)) {
    Serial.println("Failed to read from DHT sensor!");
    return;
  }  // Print the results
  Serial.print("Humidity: ");
  Serial.print(humidity);
  Serial.print(" %	");
  Serial.print("Temperature: ");
  Serial.print(temperature);
  Serial.println(" *C");
}

Calibration and Usage Tips:

  • Ensure the sensor is placed in an area with good airflow for accurate readings.
  • Avoid placing the sensor in direct sunlight or near heat sources to prevent false readings.
  • Periodically check and recalibrate the sensor if used in critical applications.

The DHT22 (AM2302) is a reliable and accurate sensor suitable for various applications requiring precise temperature and humidity measurements. It is favored for its accuracy, stability, and ease of integration into projects.

Your orders placed before 16:30 on weekdays are dispatched the same day.

Write a review

Note: HTML is not translated!
Rating
Bad Good

Category Products

LDR-Light Sensitive Resistor 5mm PhotoresistorThe Light Dependent Resistor, abbreviated as LDR, is a type of photoresistor. A photoresistor is a class..
0.28RON
Ex Tax:0.28RON
Add to Cart
AH175 Hall Effect SensorThe AH175 is a digital Hall-effect switch. It detects magnetic fields and changes its output state based on the presence of a ..
7.36RON
Ex Tax:7.36RON
Add to Cart
DHT11 Digital Temperature Humidity SensorThe DHT11 is a cost-effective digital sensor that measures both temperature and humidity. It is widely used i..
5.06RON
Ex Tax:5.06RON
Add to Cart
DHT21 AM2301 Digital Temperature Humidity Sensor ModuleThe DHT21, also known as AM2301, is a trusted digital sensor for measuring temperature and humi..
30.36RON
Ex Tax:30.36RON
Add to Cart
Figaro TGS2600 Air Contaminants - Air Quality Detection and Gas SensorThe sensing element is comprised of a metal oxide semiconductor layer formed on ..
36.80RON
Ex Tax:36.80RON
Add to Cart
Flame Sensor 5mmThe Fire - Flame Detection Sensor 5mm is a superior, dependable, and effective device specifically engineered to identify and react to..
0.64RON
Ex Tax:0.64RON

WhatsApp Chat

Hi Guest! Please click one of our representatives Below To Chat On WhatsApp.