You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like this example script here has just been copied from M5Stack repo leaving it in unsupported commands e.g. "M5.Power.begin" even after removing this command, the USB host board does not detect or activate data transmission to USB device. Could be possible bus hardware issues due to new GPIO pins for MISO and IO7/PA_SCL on Core 2?
The text was updated successfully, but these errors were encountered:
You're absolutely right, I did manage to make this work with the help or your diagram early this week. To make it work on Core2 you need to change the relvant pin mapping in the USB Host Shield Library 2.0 under the ESP32 defined pins.
The documentation is a little lacking online for this.
Patching it together, you need to change the mapping of the SPI pins in the following files of USB Host Shield Library 2.0: avrpin.h, Usbcore.h & usbhost.h
Looks like this example script here has just been copied from M5Stack repo leaving it in unsupported commands e.g. "M5.Power.begin" even after removing this command, the USB host board does not detect or activate data transmission to USB device. Could be possible bus hardware issues due to new GPIO pins for MISO and IO7/PA_SCL on Core 2?
The text was updated successfully, but these errors were encountered: