How do you connect the wires from a PS2 keyboard to the Arduino?
And will this interface be able to make LED displays like these work to say things like "Merry Christmas!", "Happy Birthday!", etc.? Here's my LED display I bought on eBay that I'm working on this project with.
And here's the terminal strip for additional help.
I have another question. Out of curiosity, can the Arduino be controlled with just a replacable PC keyboard somehow? I mean, how they sell replacement computer keyboards like this: http://www.staples.com/Gear-Head-107-Key-Windows-USB-Keyboard/product_943697 Is it possible to run an LED display sign through something like this with the Arduino? Just wondering.
With the information contained in the manual you should be able to write a sketch for ANY Arduino Product available. For the Arduino you will need an RS232 Adapter of some find as the Arduino doesn't do 'Pure RS2332" but rather TTL RS232.
Well, so far, the only thing I can get the LED display to do is the test pattern:
Now the only thing left to do is to write a script in the Arduino Software so it can output any text I type to the LED display. Any suggestions on what I should write for the scripting? Any and all help is welcome.
Primary program completed. LED is flashing in pin 13. Now I just gotta figure out how to program the Arduino to output words I type to the LED sign. The only thing it can do is the start-up test pattern every time I turn on my laptop.
I mean, if I type things like "Merry Christmas!", "Happy Birthday!", "Go Red Sox!", etc., I gotta figure out how to write a script to output words like that so the display can do more than just the test pattern depicted in the above video. Any suggestions?
When I tried to upload that to my Arduino, I got an error which as follows: In function `loop': error: `ledPin' undeclared (first use in this function)