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

- Arduino board: **Bluepill STM32F103** - Arduino IDE version (found in Arduino -> About Arduino menu): **1.8.13** - List the steps to reproduce the problem below (if possible attach a...

Hi there, I'm using Arduino UNO and the new variant of the Asair DHT11 (not the Aosong) sensor over 3.3v. ![image](https://user-images.githubusercontent.com/22061547/107628807-7249d180-6c61-11eb-8793-3bd80bbe07b9.png) Everything is working just fine until the sensor reading...

The InterruptLock exists in cores/esp8266/interrupts.h in ESP8266 Arduino. - This PR adds a simple preprocessor guard to elicit the redefinition of InterruptLock for the ESP8266 target.

- Arduino board: Not relevant (based on visual inspection of code) - Arduino IDE version (found in Arduino -> About Arduino menu): Also not relevant (based on visual inspection of...

Thank you for creating a pull request to contribute to Adafruit's GitHub code! Before you open the request please review the following guidelines and tips to help it be more...

I made this changes in the library to make it works with DHT22 sensor in proteus. I don´t speak english so good, but, the DHT22 give me a data bus...

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...

# Problem When we read temperature the default units are Celsius and to get Fahrenheit we need to pass an additional flag. On the other hand heat index is calculated...

In the ESP32 Arduino library, noInterrupts() is a nop, so interrupts still occur while receiving a value. On my board there is at least one interrupt every time we try...

Hi all, Here is my pull request for the changes I have done relate to how the library sends the start signal to the sensor and the hope is it...