Page 1 of 1

Software UART in ESP32-S3

Posted: Wed Feb 08, 2023 8:44 am
by pritesh.soni
Hello Team,

This is to know that is there any example available of Software UART for ESP32-S3.
There is a requirement for Software UART apart from the 3 Hardware UARTs available in ESP32-S3.

Please let us know if there is any support available for the same from ESP.

Thanks

Re: Software UART in ESP32-S3

Posted: Thu Feb 09, 2023 1:05 am
by ESP_Sprite
Not in ESP-IDF, sorry.

Re: Software UART in ESP32-S3

Posted: Thu Feb 09, 2023 3:25 am
by locustcox
Here’s an example of using the rmt peripheral as an extra UART. Note that I’ve never used this library. https://github.com/naffej/esp32-rmt-uar ... rmt_uart.c