Hi Everyone
I am using this board:
Curiosly it has 38 pins and I can’t get it working when I try to collect temperature using a DHT11 !!!
I was able to write the firmaware, I can ping and see this board using wifi and HA ESPHome and I am able to flash things using OTA/ESPHome but I can’t get DHT11 to work.
I believe the problem could be:
- The “board” type I am using:
esphome:
name: ip227
platform: esp32
board: esp32dev
- The pin I am using
sensor:
- platform: dht
pin: 21
temperature:
name: “ip227_temp”
humidity:
name: “ip227_humidity”
model: DHT11
In my board, I read P21 but I am receiving this error:
[14:56:38][W][dht:162]: Requesting data from DHT failed!
[14:56:38][W][dht:060]: Invalid readings! Please check your wiring (pull-up resistor, pin number).
Do you have some idea or suggestion?