felis / USB_Host_Shield_2.0

Revision 2.0 of USB Host Library for Arduino.
https://chome.nerpa.tech
1.8k stars 779 forks source link

Pro Micro + USB host Mini shield #520

Open DFL1973 opened 4 years ago

DFL1973 commented 4 years ago

Hey guys, I'm having a problem that I can't figure out. I tested successfully the "mini" shield with an Arduino Nano. Almost no problem at all, just sometimes the keyboard doesn't initialize, but I'm ok with that, the nano reset button solves the problem. The real issue was when I moved the exact same setup to the Pro Micro (atmega32u4). I can communicate with the shield (example "board_qc", initial messages), but I never get the response from USB hardware. Already tried 3 different keyboards, mouse, thumb drive and x360 joystick, but the "board_qc" is waiting forever for the device. Actually none of the examples works for me. I read a lot of topics about similar problems, but still can't solve mine. Already tried external power, check connections, reset rewiring, etc, etc, etc. And again, the exact same setup works on arduino Nano. Is there something that needs to be configured somehow to work with Pro micro?

chuchana commented 4 years ago

Does this help?