I'm cigoLogic (Stefan in real life) and I am new to all this wonderful madness. I want to make a little device which will connect to a USB-keyboard and be able to store whatever I type on the keyboard in files stored on an SD-card in the device, which can later be moved to a pc. This device must be able to run on batteries and long battery life is important. It is also important that the device is as small as possible.
Any suggestings for which components I will need would be much appreciated. Thanks!
The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.
The USBHost library allows an Arduino Due board to appear as a USB host, enabling it to communicate with peripherals like USB mice and keyboards. USBHost does not support devices that are connected through USB hubs. This includes some keyboards that have an internal hub.