Page 1 of 1

ESP doesn't boot when its RX0 and TX0 are connected

Posted: Wed May 05, 2021 2:00 pm
by GeorgeFlorian1
Hello.
I have an ESP32 that works in AP Mode.
When its RX0 (GPIO3) and TX0 (GPIO1) pins are connected to a CubePilot, I can't connect to the ESP. If I remove the connection I can connect to the ESP.
I think that the pins are somehow pulled HIGH or LOW and the ESP32 doesn't work properly.
What other pins can I use ? The ESP is a Wroom-32.
I also have a Wrover-B at hand.

Re: ESP doesn't work in AP mode when its RX0 and TX0 are connected

Posted: Wed May 05, 2021 5:12 pm
by lbernstone
Don't connect 5V circuits to the esp32. You will need to use a level shifter.

Re: ESP doesn't work in AP mode when its RX0 and TX0 are connected

Posted: Thu May 06, 2021 9:53 am
by GeorgeFlorian1
lbernstone wrote:
Wed May 05, 2021 5:12 pm
Don't connect 5V circuits to the esp32. You will need to use a level shifter.
Reading through CubePilot documentation it seems like the ports operate at 3V3
https://docs.cubepilot.org/user-guides/ ... e-overview