DHT22 temperature and humidity sensor module - high precision

New
-+
49 available
R156.16
Shipping
Standard courier shipping from R30
R30 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30 surcharge. This will be calculated at checkout if applicable.
Check my rate
Ready to ship in
The seller has indicated that they will usually have this item ready to ship within 3 business days. Shipping time depends on your delivery address. The most accurate delivery time will be calculated at checkout, but in general, the following shipping times apply:
 
Standard Delivery
Main centres:  1-3 business days
Regional areas: 3-4 business days
Remote areas: 3-5 business days
Get it now, pay later
Seller
Buyer Protection

Product details

Condition
New
Location
South Africa
Product code
SEN-029
Bob Shop ID
615309481

DHT22 temperature and humidity sensor

The DHT22 temperature and humidity sensor is a low-cost high precision humidity and temperature sensor with a single wire digital interface, meaning many of these sensors can be strung (daisy chained) together from one digital pin.

The sensor is pre-calibrated and doesn't require extra components so you can get right to measuring relative humidity and temperature.

DHT22 temperature and humidity sensor Features:
3.3 - 6 V Input
1-1.5 mA measuring current
40-50 uA standby current
Humidity from 0 - 100 % RH
-40 - 80 degrees C temperature range
+- 2 % RH accuracy
+- 0.5 degrees C
20 m max wire length

DHT22 temperature and humidity sensor module - high precision

Sketch example

/* DHT11/ DHT22 Sensor Temperature and Humidity Tutorial  * Program made by Dejan Nedelkovski,  * www.HowToMechatronics.com   */ /*  * You can find the DHT Library from Arduino official website  * http://playground.arduino.cc/Main/DHTLib  */   #include <dht.h> #define dataPin 8 // Defines pin number to which the sensor is connected dht DHT; // Creats a DHT object void setup() {  Serial.begin(9600); } void loop() {  int readData = DHT.read22(dataPin); // Reads the data from the sensor  float t = DHT.temperature; // Gets the values of the temperature  float h = DHT.humidity; // Gets the values of the humidity    // Printing the results on the serial monitor  Serial.print("Temperature = ");  Serial.print(t);  Serial.print(" *C ");  Serial.print(" Humidity = ");  Serial.print(h);  Serial.println(" % ");    delay(2000); // Delays 2 secods, as the DHT22 sampling rate is 0.5Hz }

More from this seller

View all
R30 shipping
ESP32S IoT Kit- Simplifying IoT with V ONE
R789.11
240-deg thermal fuse axial
R33
R30 shipping
Compass 3-Axis QMC5883L Module Magnetometer (GY-271)
R107.36
PAM8403 Amplifier 3W stereo with Volume Control
R94.93
Add to cart

Similar products

R30 shipping
Waveshare DHT22 Temperature-Humidity Sensor
R324
R30 shipping
3pcs AHT10 High Precision Digital Temperature and Humidity Sensor Measurement Module I2C Communicati
R419
R30 shipping
9% OFF
AM2302 DHT22 Temperature And Humidity Sensor Module
R144.89 R159.38
R30 shipping
Waveshare DHT11 Temperature-Humidity Sensor
R211