The main reason I bought the Peggy 2 was to have the option for streaming some low resolution video.
I proceeded to order the parts I saw necessary (Peggy 2, Businesscard board, etc.) and they arrived shortly. I just got into building it and I scrolled down on the evilmadscientist page to see the following comment from Windell..
"This whole method is somewhat out-of-date. On current-generation Peggy2 and Peggy 2LE boards, you *do not* need to use this method– just configure it for “SER” mode (as opposed to “P2″ mode) and connect the Peggy directly to your computer through the FTDI cable, and stream video that way, using our sample code."
So that sounds pretty good! I have the Peggy 2 and I have the FTDI cable. Unfortunately though, I can't find any more in depth info on it than that comment. How do you go about this process? And which code would I use to make it work this way?
Thank you!
Comments
The Peggy2Serial library is an Arduino *library*. You need to install it, not open it from within Arduino.
See here for how to install Arduino libraries:
http://arduino.cc/en/Guide/Libraries
As for the behavior of your Peggy, it's clear that one of your columns isn't working, so check the soldering at the LED driver chips, base resistors, and transistors.
As for the rows that are not lit, that should be expected until you reprogram it with an example program from the correct library.
It looks like you must have edited your earlier message to indicate that you were able to get the library installed and my reply irrelevant-- that's pretty strange, actually.
For the serial connection, make sure that you have the right port and board type selected. Can you see the port appear in the serial port menu after you plug in the cable?
Next, I have MirrorPeggy running on Processor.
When it has uploaded, you should see a distinct test pattern (grayscale ramps) that indicates that it is loaded.