DHT-sensor-library icon indicating copy to clipboard operation
DHT-sensor-library copied to clipboard

Arduino library for DHT11, DHT22, etc Temperature & Humidity Sensors

Results 47 DHT-sensor-library issues
Sort by recently updated
recently updated
newest added

Failed to read from DHT sensor!

The current algorithm used for calculating heat index takes into account Rothfusz equation to achieve the values that Robert G. Steadman came up by experimentation. It then has some refinements...

Thank you for opening an issue on an Adafruit Arduino library repository. To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating...

- Arduino board 1: ESP8266 / NodeMCU 1.0 (ESP12-E Module) - Arduino board 2: ESP-WROOM-32 / ESP32 DEVKIT V1 - Arduino IDE version (found in Arduino -> About Arduino menu):...

The current DHT11 section of the DHT code -- to my understanding -- handles negative temperatures strangely: it FIRST transforms the integral part into negative by subtracting from -1, and...

See https://forums.adafruit.com/viewtopic.php?p=957161 for discussion thread. The **Resolution** values for both Temperature and Humidity are incorrectly defined in DHT-U.cpp for DHT11 sensors. Lines 213-217 ``` case DHT11: sensor->max_value = 80.0F; sensor->min_value...

The use of an empty constructor allows for some more complex and flexible initialization logic without the need to write out every step explicitly.

Hello, the code works for me, but i measure around 24-25 Celsius, but there is only 18 degress here. I use 3.3V supply(but i also tried with 5V) and a...

I am currently doing a project with an ESP32 where I need to store and transmit data over the internet from a DHT22, it would be nice to be able...

This adds two new methods to the DHT class. One for setting the _pin value and one for setting the _type value. The reason I added these was so that...