Merge branch 'docs/improve_uart_doc' into 'master'

docs(uart): clarify example pins need a USB-to-UART bridge

See merge request espressif/esp-idf!51448
This commit is contained in:
morris
2026-09-10 14:50:43 +08:00
7 changed files with 21 additions and 2 deletions

View File

@@ -12,8 +12,9 @@ configured UART.
### Hardware Required
The example can be run on any development board, that is based on the Espressif SoC. The board shall be connected to a computer with a single USB cable for flashing and monitoring. The external interface should have 3.3V outputs. You may
use e.g. 3.3V compatible USB-to-Serial dongle.
The example can be run on any development board, that is based on the Espressif SoC. The board shall be connected to a computer with a single USB cable for flashing and monitoring.
This example echoes on a separate UART (default GPIO4/GPIO5), not on the port used for flashing and monitoring. Use an external 3.3 V compatible USB-to-Serial dongle: connect one end to the PC and the other end to the specific UART pins.
### Setup the Hardware