Page 1 of 1

Additional UART on ESP32 WROOM32

Posted: Tue May 25, 2021 2:59 pm
by mohbello
Hi All,

I have an ESP32-WROOM32D that will be controlling GPS, LTE, and SD CARD. According to the documentation, the module has 3 UARTs, with One connected to the Flash.

What would you recommend to extend the UARTs to have a total of 4? So that every module will have it's own connection to the ESP32 and I can program without having to switch between between UART?

is There any link or similar examples available that someone can share ?

Thanks, and Have a great day!

Re: Additional UART on ESP32 WROOM32

Posted: Wed May 26, 2021 6:54 pm
by WiFive
SD card uses spi/sdio and flash uses spi not uart. So you have 2 spi, 1 sdio, and 3 uart.