Odd USB serial port behavior when XIAO-ESP32C6 is connected to an RD-03E radar sensor

Hi there,

So Interesting problem, I have tested some of them, not this specific one though.(full disclaimr) :grin:

Which module is this? Do you have a link?
This sounds like the RD-03E is getting powered before UART on the ESP32C6 is fully ready — or it’s expecting a quiet line before responding, by power-cycling the radar likely resets its internal serial state.
You might try resetting the radar with a GPIO line after the Serial.begin(), and add a short delay, and flush the serial buffer. Some sensors are picky about timing during boot!

HTH
GL :slight_smile: PJ :v:

1 Like