
In this post, we will see how the ESP32 UART peripheral can be programmed
UART stands for Universal Asynchronous Receiver Transmitter
ESP32 has 3 UART controllers
These controllers are connected to the GPIO matrix allowing you to assign the UART peripherals to any of the GPIO
Communication speed is up to 5 Mbps
All the 3 UART interfaces can be...