Can some one tell me why this would or wouldnt work in an arduboy?
These memory sticks depend on the being plugged into a Micro USB port that can recognize either being a client device (as when your phone is a client plugged into a PC) or that can recognize being a host device (as when your phone is a host with this memory stick plugged in).
The Arduboy uses an ATmega32U4 chip which implements USB Client mode. There is no capability for this chip to act as a USB host. The Arduboy can only act as a USB client, and must be plugged into a USB Host for that to happen.
6 Likes