Hi. is there any examples for ESP32-C3 CDC device ?
please provide the git repo link
Search found 3 matches
- Mon Jun 10, 2024 9:51 am
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 764
- Fri Jun 07, 2024 12:08 pm
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 764
Re: how to enable esp32c6 USB settings from sdk.
Checked the ESP32-C3; it also has no examples related to USB OTG.
- Thu Jun 06, 2024 9:45 am
- Forum: ESP-IDF
- Topic: how to enable esp32c6 USB settings from sdk.
- Replies: 4
- Views: 764
how to enable esp32c6 USB settings from sdk.
I would like to develop an application with the ESP32-C6 board that appears as a USB peripheral to the PC. When connected to the PC, the application should be able to receive and send data. The ESP32-C6 board has a USB controller; however, I have not been able to find examples that utilize this cont...