Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.
DHT22 - small, easy to use humidity and temperature sensor. With pullup resistor included.
On stock:
61
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.
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
Once, twice in month we will send You info about new products, products on sale and news from Arduino and DIY world.