DHT22 - humidity and temperature sensor - breadboard friendly

SKU:
SEN-525
Weight: Help
7 g

DHT22 - small, easy to use humidity and temperature sensor. With pullup resistor included.

On stock: Help 61

PLN 23,00
PLN 18,70 w/o VAT
Help
EUR 5,47
EUR 4,45 w/o VAT
How many Discount Price per piece
with VAT, in PLN
1 23,00
5+ 5,00 % 21,86
10+ 8,00 % 21,16
25+ 11,00 % 20,47
Quantity discounts does not sum with other discounts

This is DHT22 module, based on original AM2302 sensor. We have a bit cheaper modules built with DHT clone.

Specification:

Humidity sensor operating in the range of 5% - 99%, power supply 3-5V. The module has three leads, marked -, +, out. Accordingly, these are ground (GND), power supply and data bus. The sensor board already has a pull-up resistor, so you can connect the sensor directly to Arduino/ESP.

A special protocol is used on the data bus to read the measured values. There are many libraries available that support DHTxx sensors. You can recommend, for example, those from Adafruit, they work on both Arduino and ESP.

Due to how Adafruit has organized its libraries, you need to install 3 of them to work. Here is an example entry from platformio.ini:

lib_deps =
adafruit/Adafruit Unified Sensor@^1.1.15
adafruit/DHT sensor library@^1.4.6
adafruit/Adafruit DHT Unified@^1.0.0