Replies: 1 comment 2 replies
-
The ESP8266 has just one UART with TX and RX available, and that one is used for the REPL I/O. There is a second UART, but only it's TX pin is available at GPIO2. And different to the ESP32, the assignment of UART signals to pins is fixed. GPIO port 0, 2, 4, 5, 12, 13, 14, 15, 16 are usually available, as well as the ADC Pin for slow input signals. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone, I got little problem with esp8266. When I try to assign GPIO1 or GPIO3, the REPL stop to work and say the device got busy, because this pins run as UART serial. There way to know assigned pins?
Beta Was this translation helpful? Give feedback.
All reactions