Page 1 of 1

ESP32-S2 USB

Posted: Mon Mar 01, 2021 10:34 am
by MarkusR
Hi,

is it possible to use the ESP32-S2 als a USB Gadget with custom descriptors and isochronous/bulk support?
Does it support 12mbit (or more) via USB 1.1 (or higher)?

Re: ESP32-S2 USB

Posted: Mon Mar 01, 2021 10:47 am
by chegewara
MarkusR wrote: Hi,

is it possible to use the ESP32-S2 als a USB Gadget with custom descriptors and isochronous/bulk support?
Does it support 12mbit (or more) via USB 1.1 (or higher)?
Yes, you can use S2 with custom descriptor, but it will be hard to achieve 12mbit. From my experience i can say its about 8mbit, but you can try of course, because i am not super expert and my apps may be not optimized or 12mbit may be achieved with iso ( i tested with bulk (MSC)).

Re: ESP32-S2 USB

Posted: Mon Mar 01, 2021 2:09 pm
by MarkusR
Thanks for the answer!