esp32DHT icon indicating copy to clipboard operation
esp32DHT copied to clipboard

DHT library for ESP32 using the RMT peripheral

Results 2 esp32DHT issues
Sort by recently updated
recently updated
newest added

Tryin to use it in ESP32-C3, but it do errors like: ELF file SHA256: 088975f91042702a E (1379) esp_core_dump_flash: Not enough space to save core dump! E (1384) esp_core_dump_elf: Failed to...

RMT starts counting from first high pulse. This results in measuring the time of Treh and Tlow of bit 39. https://files.seeedstudio.com/wiki/Grove-Temperature_and_Humidity_Sensor_Pro/res/AM2302-EN.pdf ![DS1Z_QuickPrint1 - Copy](https://user-images.githubusercontent.com/17529870/200150462-8b5064a0-6d1f-4750-9277-6f02aece3437.png) The reason that it works is...