ESP32CAM RXD2 pin stuck to 3.3V (not by pullup)
Posted: Wed Oct 19, 2022 7:27 pm
Hello,
on my ESP32CAM board (two different boards tested), the GPIO16 pin (RXD2) is stuck to high.
22 kOhm resistor connected to ground (to make voltage divider with the on board 10 kOhm pullup).
After SW was flashed the pin shows ~2.2 V.
After I perform a reset (reset-button)
the measured voltage raises to 3.18 V (3.3 pin shows 3.20V)
I stripped my SW down to empty setup()/loop() functions (using Arduino IDE)
Even if I use pinMode(16, INPUT);
in setup() the behavior is the same.
Any idea? Any special configuration to be done for that board? Thank you for any kind of feedback/idea.
Uwe
on my ESP32CAM board (two different boards tested), the GPIO16 pin (RXD2) is stuck to high.
22 kOhm resistor connected to ground (to make voltage divider with the on board 10 kOhm pullup).
After SW was flashed the pin shows ~2.2 V.
After I perform a reset (reset-button)
the measured voltage raises to 3.18 V (3.3 pin shows 3.20V)
I stripped my SW down to empty setup()/loop() functions (using Arduino IDE)
Even if I use pinMode(16, INPUT);
in setup() the behavior is the same.
Any idea? Any special configuration to be done for that board? Thank you for any kind of feedback/idea.
Uwe