Page 1 of 1

ESP32-C3 USB PID/VID setting

Posted: Tue Feb 04, 2025 6:02 pm
by Mawoka
I need to set the USB VID/PID to a custom one for one of my projects. Is that possible with the ESP32-C3? I couldn't really find any clear information on that topic either saying that it can or that it cannot. I'd be quite grateful for a quick "yes, you can, see here" or a quick "it can't". As this is also my first post here in the forum, please be grateful!

Re: ESP32-C3 USB PID/VID setting

Posted: Wed Feb 05, 2025 8:02 am
by ESP_Sprite
Mawoka wrote:
Tue Feb 04, 2025 6:02 pm
I need to set the USB VID/PID to a custom one for one of my projects. Is that possible with the ESP32-C3?
Nope, not possible. If you need to change the VID/PID, you need a chip with USB-OTG, like the ESP32-S2 or -S3.

Re: ESP32-C3 USB PID/VID setting

Posted: Thu Feb 06, 2025 3:38 pm
by Mawoka
Alright, thanks for your reply!