Altairst8te74 wrote:All I need now is how to actually get the keyboard talking to the device, can I please have your schematics and stuff?
Everything that's not here is in the technical and hardware reference manuals for the A2000/A500. You can easily identify the pinout in the sourcecode:
- Code: Select all
#define A500CLK 8
#define A500SP 9
#define A500RES 10
#define LED_A 11
#define LED_B 12
So, basically you need a piggyback ('Shield' in Arduino terms) that holds the header for the A500 keyboard connector and wire it up accordingly. If you're not using a Leonardo or its clones, additional work has to be done on the USB connector (did it, but wouldn't recommend it). For a luxery version you need a constant current source for each LED. They take up approx. 100mA each, so cannot be directly connected! The schematics is in one of my posts in this thread.
I have no further pictures and no other schematics. I think this is a task everyone can do on its own who really cares and involves himself in this matter. I as a noob could, and that means something!

.
BTW, someone in the Arduino forum does an extended version, even integrating successfully Joystick ports and do some optimization! I'm really looking forward to see his work.
Full-time noob forever.