Page 1 of 1

USB logs on esp32 s3

Posted: Mon Jan 20, 2025 6:46 am
by abansal22
Dear fellow members,

I am working on esp32 s3. I have the requirement of 3 dedicated UARTs peripheral. I am thinking to route the logs to the usb, which would be available on gpio 19 and gpio 20. Will it still comsumes a dedicated uart for logs?

Is there is any strategy I can use to mitigate this?

Thanks in advance

Re: USB logs on esp32 s3

Posted: Mon Jan 20, 2025 8:21 am
by nopnop2002
Routing the logs over USB is a good idea.

Only possible with esp32s2/s3.

Another option is to route them over the network.

https://github.com/nopnop2002/esp-idf-net-logging