Search found 1 match

by posteego
Fri Jun 28, 2024 7:59 pm
Forum: ESP-IDF
Topic: DHT22 not working with ESP32-C3
Replies: 1
Views: 1477

Re: DHT22 not working with ESP32-C3

from my experience, the DHT Phase B error comes from improper initialization due to potential interference coming from the GPIO pin. I was initially using a GPIO pin on an ESP32-CAM that initialized to LOW at first, and was getting the Phase B issue. After switching to another pin that initialized t...