Wrapped my project into nice grey project box. Nice project i have to combine Arduino, RFID (RC522), VUsb together as HID Keyboard. Just tap an RFID card and my little chips send it to computer as keyboard input. Warning this project not working on Windows XP. And runs perfect on Linux OS, WinVista, Win7 and Win8.1 **Updates https://github.com/adesst/arduino-vusb You will need to create a dir named *UsbDevice* in the arduino libraries, this example taken from my Linux Debian8 64, yours may vary. adesanto@debian8:/opt/AVR/arduino-1.6.9/libraries$ ls -ltha total 6.1M drwxr-xr-x 26 adesanto adesanto 4.0K Feb 12 00:49 . drwxr-xr-x 12 adesanto adesanto 4.0K Feb 12 00:49 .. drwxr-xr-x 3 adesanto adesanto 4.0K Feb 12 00:12 UsbDevice And clone the code into the newly created dir. Then the 2 codes below are good to be compiled. For the source codes, you can find them here: https://github.com/adesst/arduino-vusb-hid-rfid-keyboard Flash this code to 1st chip, that wi
Comments