problem on using uart 1 in esp32c3
Hi There, I am doing a project with Daly BMS I need to communicate with BMS by uart, but ESP32-C3 has uart0 as visible hardware pins, how to use uart1 for communication with BMS and monitoring the software data
👋 @Vijayvelan
Thank you for raising an issue. We will investigate into the matter and get back to you as soon as possible. Please make sure you have given us as much context as possible.
Hello! On the XIAO ESP32C3, UART1 pins can be configured freely. You can use GPIO4 as TX and GPIO5 as RX to communicate with the Daly BMS while keeping UART0 for debugging. Hope this helps!
✅ @Vijayvelan
This issue is closed, If you have any questions, you can comment and reply.