Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: bbulkow on December 27, 2020, 04:35:18 AM

Title: ESP32 POE - how many uarts available?
Post by: bbulkow on December 27, 2020, 04:35:18 AM
Hi,

I have an environment which needs all the UARTs it can get. Obviously I'm using ethernet so I don't want to disable that, but I can probably disable other functionality, maybe even the USB port and do my programming OTA after initial debugging.

Can I use all three UARTs? Or just UART1 and UART2? ( I saw the notes about reassigning the pins, "that's fine". )

Thanks ---
Title: Re: ESP32 POE - how many uarts available?
Post by: LubOlimex on January 05, 2021, 11:17:53 AM
One UART is used for programming via the USB, but if you are using OTA then no problem to use all three UARTs for other purposes. Just make sure OTA is working properly before disabling the USB UART to save trouble.
Title: Re: ESP32 POE - how many uarts available?
Post by: bbulkow on January 06, 2021, 08:53:47 PM
Thanks! That makes it mostly like the other dev boards I've used, so easy to plan for.