Page 2 of 2

Re: ESP32-S3: multi devices with usb host library

Posted: Fri Dec 22, 2023 12:28 pm
by relevante
As it says at the bottom of that page:
The Host Stack currently has the following notable limitations:

No HS (High Speed) support

No Hub support (currently only supports a single device)
So yes, it's a software limitation, the hardware is capable of talking to hubs just fine. I don't think there's anything closed-source in the software that drives USB, so technically a capable programmer with enough time could add hub support themselves. (But please poke us first if you're planning on doing that.)
Hello, planning to investigate adding USB hub support...poke! :D

Any thoughts/suggestions?

Re: ESP32-S3: multi devices with usb host library

Posted: Sat Dec 23, 2023 10:53 am
by Sprite

Hello, planning to investigate adding USB hub support...poke! :D

Any thoughts/suggestions?
Thanks! I poked the people responsible for the USB stack; hope they'll chime in on the work that needs to be done.

Re: ESP32-S3: multi devices with usb host library

Posted: Wed Jan 03, 2024 9:51 pm
by relevante
Thanks! I poked the people responsible for the USB stack; hope they'll chime in on the work that needs to be done.
Thank you. Any word from them yet?

Re: ESP32-S3: multi devices with usb host library

Posted: Thu Jan 04, 2024 2:23 pm
by Sprite
My colleague answered here.