Society of Robots - Robot Forum

Electronics => Electronics => Topic started by: blackbeard on August 23, 2009, 12:28:13 PM

Title: arduino fake keyboard shield schematic?
Post by: blackbeard on August 23, 2009, 12:28:13 PM
i've seen a circuit online that allows the arduino to interface with with a computer as if it were a usb keyboard. the source code was easy enough to find but the schematic for the shield (which looks brutally simple) is really hard to find. does anyone have this schematic or know how to connect it? so far the only source i've found for the schematic is a book called "practical arduino" which will set me back $30! here's the info i've found on it so far

some guy doing it
http://code.rancidbacon.com/ProjectLogArduinoUSB

practical arduino source code place
http://github.com/practicalarduino/VirtualUsbKeyboard/tree/master
Title: Re: arduino fake keyboard shield schematic?
Post by: Razor Concepts on August 23, 2009, 01:11:26 PM
"Both d+ and d- ports must be wired to the same pin"

Looks like they are using the V-USB style of USB interfacing. See here:
http://www.obdev.at/products/vusb/index.html

Download the source code zip file and inside there is an image file of the schematic.
Title: Re: arduino fake keyboard shield schematic?
Post by: blackbeard on August 23, 2009, 08:04:11 PM
thanks allot! i havn't the faintest idea how to add the v-usb firmware onto my arduino but i'll read up some more