Using IO10, IO9 for UART1 on ESP32-PICO-D4
Posted: Tue Oct 25, 2022 6:58 am
Hi
I am trying to use UART1 (IO9=U1RXD, IO10=U1TXD) on ESP32-PICO-D4. It is stated on the datasheet that only IO16,17, CMD, CLK, SD0, and SD1 cannot are used for embedded flash so I thought IO9 and IO10 would be "OK" for UART1.
When I try to use SoftwareSerial on IO9 and IO10, these pins do not perform as UART but the other pins (e.g. IO23=UnRXD, IO18=UnTXD) work perfectly.
Can I actually use IO9, 10 as UART1 on ESP32-PICO-D4?
John
I am trying to use UART1 (IO9=U1RXD, IO10=U1TXD) on ESP32-PICO-D4. It is stated on the datasheet that only IO16,17, CMD, CLK, SD0, and SD1 cannot are used for embedded flash so I thought IO9 and IO10 would be "OK" for UART1.
When I try to use SoftwareSerial on IO9 and IO10, these pins do not perform as UART but the other pins (e.g. IO23=UnRXD, IO18=UnTXD) work perfectly.
Can I actually use IO9, 10 as UART1 on ESP32-PICO-D4?
John