Search found 3 matches

by relevante
Wed Jan 03, 2024 9:51 pm
Forum: ESP-IDF
Topic: ESP32-S3: multi devices with usb host library
Replies: 13
Views: 17684

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

ESP_Sprite wrote:
Sat Dec 23, 2023 10:53 am
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?
by relevante
Fri Dec 22, 2023 12:28 pm
Forum: ESP-IDF
Topic: ESP32-S3: multi devices with usb host library
Replies: 13
Views: 17684

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

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 ...
by relevante
Fri Dec 22, 2023 12:25 pm
Forum: Hardware
Topic: ESP32-S3 USB OTG - USB Hub support?
Replies: 28
Views: 27756

Re: ESP32-S3 USB OTG - USB Hub support?

USB Hub is not supported by Host Driver now. Would you please tell us the application scenario? Which kind of device users want to connect through HUB? and how many? this will help us evaluate the priorities of this driver development Has there been any progress on this? We are trying to determine ...