This item has closed 2 buyers bought 2 items
View other items offered by BotShop3149

Similar products

50% OFF
Waveshare BME280 Environmental Sensor, Temperature, Humidity, Barometric Pressure
R337.00 R674.00
DHT11 Temperature And Relative Humidity Sensor
R49.00
AHT20 + BMP280 Temperature, Humidity, and Pressure Module
R46.00
SONOFF Si7021 Temperature & Humidity Sensor For DIY Smart Home Wireless Switch Socket Module
R146.64
DHT22 temperature and humidity sensor module - high precision
Sold

DHT22 temperature and humidity sensor module - high precision

6 were available / new
R147.65
Shipping
R35.00 Standard shipping using one of our trusted couriers applies to most areas in South Africa. Some areas may attract a R30.00 surcharge. This will be calculated at checkout if applicable.
Check my rate
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
Buyer protection
Get it now, pay later

Product details

Condition
New
Location
South Africa
Customer ratings:
Product code
dht22-290
Bob Shop ID
521373322

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





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
#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
}

Recently viewed

See more
15pcs Setup Blocks Set, for Router and Table Saw Accessories Blue
R966.00
Microcontroller Dip08 Pic12 F1840 I/P
R75.89
6T30 FRICTION LOW/REV
R286.00
Microcontroller Dip18 Pic16 F716 I/P
R98.89

Customer ratings: 1 ratings

Amazing service, thank you so much
10 Aug 2021