WeAct Studio ESP32C6-Mini

I bought a few of these modules on AliExpress and can't get them to work at all in the Arduino IDE. Code seems to upload fine to the unit but the simplest Serial.println function doesn't work.

The board itself is not specifically listed in the board manager but I've tried various ESP32-C6 Boards including the "generic" ESP32C6 Dev Module board but nothing works.

Can't find any documentation anywhere either.

Has anyone had any luck with these modules?

Try enabling "usb cdc on boot" in the tools menu of the Arduino IDE.

Hi @6v6gt - Apologies for the delay but that fixed it! Could you clarify what that would make a difference? Thanks for your help!