-
Notifications
You must be signed in to change notification settings - Fork 787
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
two USB HOST working on same ESP32 #476
Comments
Maybe use a USB hub for more than USB MIDI devices. But you may need the fixes in PR #414 for hubs to work. |
thanks for your reply |
no info, no help ? |
Not practical with this library, I still need to support espressif MCU in
uhs3, which can do more than 1...
…On Mon, Jul 22, 2019, 4:41 PM fotosettore ***@***.***> wrote:
no info, no help ?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#476?email_source=notifications&email_token=AA5SJTGETEC6JN2LW5CNOK3QAYLOZA5CNFSM4ICRYM32YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2RDBHQ#issuecomment-513945758>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AA5SJTBK6Z6H5WPGLIWTHO3QAYLOZANCNFSM4ICRYM3Q>
.
|
thanks ... i will wait and i will try to understand better
and it works fine if i change first P |
Just wait for UHS3 to do this, as you won't have to worry so much on what to do. |
really really many thanks ... |
If this has not been implemented when I get two shields in a month, I will try to help get this done. |
hi everyone ... |
i think i have no hope for this issue :-( |
Duplicate the library and change the pins as you have already done. Use the "different" library to control the other host. Alternatively, use a usb hub. |
hi
i'm using a ESP32.
i'd like to install two USB HOST device on the same esp32 --> https://i.ebayimg.com/images/g/UUQAAOSwFyhaF6Pj/s-l1600.jpg
I saw that, as default, usbh_midi refers to VSPI (18,19,23,5)
what i must do to use HSPI (14,12,13,15) also (in case it were possible to make them work together), or better more add another SS to use two usb host on same line (VSPI or HSPI) ?
here the code that works fine on VSPI with only one usb host shield
i think i must refer to USB_MIDI_converter_multi.ino but i did not understand how to connect the pin SS of second usb host.
I have been looking for an example for two days but found nothing.
many thanks for help
The text was updated successfully, but these errors were encountered: