Page 1 of 1

esp32c3-mini-1-h4, how much uarts

Posted: Fri Oct 27, 2023 6:09 am
by mrdebug
Hi, can someone confimr that the esp32c3-mini-1-h4 has only 1 uart (the uart 0, normally the debug uart)?

Re: esp32c3-mini-1-h4, how much uarts

Posted: Fri Oct 27, 2023 9:03 am
by ESP_Sprite
From the esp32-c3 datasheet: 'ESP32-C3 has two UART interfaces, i.e. UART0 and UART1'

Note that in the ESP32 series, a lot of peripherals don't have dedicated pins (even if some have default pins) and the same goes for UART1. You can re-route the UART signals to any available GPIO using the GPIO matrix.