Difference between revisions of "Peggy 2"

From Evil Mad Scientist Wiki
Jump to: navigation, search
Line 1: Line 1:
This page is the central site for documentation for Peggy 2 and Peggy 2LE from [http://evilmadscience.com/ Evil Mad Science].
+
This page is the central documentation site for Peggy 2 and Peggy 2LE from [http://evilmadscience.com/ Evil Mad Science].
  
 
Peggy 2 and Peggy 2LE are code-compatible LED matrix "Pegboard" kits that can be programmed through the [[http://www.arduino.cc/ Arduino]] programming environment.
 
Peggy 2 and Peggy 2LE are code-compatible LED matrix "Pegboard" kits that can be programmed through the [[http://www.arduino.cc/ Arduino]] programming environment.
  
  
Main details about the kits:
+
 
 +
'''Main details about the kits:'''
 
* [http://www.evilmadscientist.com/article.php/peggy2 Peggy 2 introduction] at Evil Mad Scientist Laboratories
 
* [http://www.evilmadscientist.com/article.php/peggy2 Peggy 2 introduction] at Evil Mad Scientist Laboratories
 
* [http://evilmadscience.com/tinykitlist/75-peggy2 Peggy 2] product page at evilmadscience.com  
 
* [http://evilmadscience.com/tinykitlist/75-peggy2 Peggy 2] product page at evilmadscience.com  
Line 11: Line 12:
  
  
Building Peggy 2 and 2LE:
+
'''Building Peggy 2 and 2LE:'''
 
* [http://evilmadscience.com/KitInstrux/peggy2.31.pdf Assembly guide] for Peggy 2, v2.31,  a 10.8 MB PDF document    (Trouble Viewing? [[Downloading_PDFs|Please click here.]])
 
* [http://evilmadscience.com/KitInstrux/peggy2.31.pdf Assembly guide] for Peggy 2, v2.31,  a 10.8 MB PDF document    (Trouble Viewing? [[Downloading_PDFs|Please click here.]])
 
* [http://evilmadscience.com/KitInstrux/peggy2LE_232.pdf Assembly guide] for Peggy 2LE, v1.1,  a 10.9 MB PDF document    (Trouble Viewing? [[Downloading_PDFs|Please click here.]])
 
* [http://evilmadscience.com/KitInstrux/peggy2LE_232.pdf Assembly guide] for Peggy 2LE, v1.1,  a 10.9 MB PDF document    (Trouble Viewing? [[Downloading_PDFs|Please click here.]])
Line 17: Line 18:
  
  
Programming Peggy 2 and 2LE:
+
'''Programming Peggy 2 and 2LE:'''
 
* [http://www.evilmadscientist.com/article.php/programpeggy2 First introduction] with Arduino and AVR-GCC examples  
 
* [http://www.evilmadscientist.com/article.php/programpeggy2 First introduction] with Arduino and AVR-GCC examples  
 
* [http://www.evilmadscientist.com/article.php/PeggyArdLib The Peggy2 Arduino library]: introduction and basic details
 
* [http://www.evilmadscientist.com/article.php/PeggyArdLib The Peggy2 Arduino library]: introduction and basic details
Line 25: Line 26:
  
  
Technical: How the Peggy 2 works, and how to hack it:
+
'''Technical: How the Peggy 2 works, and how to hack it:'''
 
* Circuit diagram for Peggy 2 (pdf):  [http://www.evilmadscientist.com/source/p23schem.pdf  v. 2.3] (current version).  Older versions: [http://www.evilmadscientist.com/source/p21schem.pdf  v. 2.1] [http://www.evilmadscientist.com/source/p22schem.pdf  v. 2.2]
 
* Circuit diagram for Peggy 2 (pdf):  [http://www.evilmadscientist.com/source/p23schem.pdf  v. 2.3] (current version).  Older versions: [http://www.evilmadscientist.com/source/p21schem.pdf  v. 2.1] [http://www.evilmadscientist.com/source/p22schem.pdf  v. 2.2]
 
* Circuit diagram for Peggy 2LE (pdf):  [http://www.evilmadscientist.com/source/p2leschem.pdf  (current version)]
 
* Circuit diagram for Peggy 2LE (pdf):  [http://www.evilmadscientist.com/source/p2leschem.pdf  (current version)]
Line 33: Line 34:
  
  
Some "hackish" Peggy 2 projects
+
'''Some "hackish" Peggy 2 projects:'''
 
* [http://planetclegg.com/projects/QC-Peggy.html Video Peggy] by James Clegg. See also [http://planetclegg.com/projects/Twi2Peggy.html TWI version].
 
* [http://planetclegg.com/projects/QC-Peggy.html Video Peggy] by James Clegg. See also [http://planetclegg.com/projects/Twi2Peggy.html TWI version].
 
* [http://make.larsi.org/electronics/ATmegaX8/Peggy2LE/ Adding an accelerometer]
 
* [http://make.larsi.org/electronics/ATmegaX8/Peggy2LE/ Adding an accelerometer]
Line 46: Line 47:
  
  
Other notable Peggy 2 sketches and projects:
+
'''Other notable Peggy 2 sketches and projects:'''
 
* [http://www.evilmadscientist.com/article.php/peggyRGB Peggy2 RGB]
 
* [http://www.evilmadscientist.com/article.php/peggyRGB Peggy2 RGB]
 
* [http://www.planetarduino.org/?p=76 Multi-game sketch]
 
* [http://www.planetarduino.org/?p=76 Multi-game sketch]
 
* [http://www.solivant.com/peggy2/ Three sketches] by Geoff Harrison.
 
* [http://www.solivant.com/peggy2/ Three sketches] by Geoff Harrison.
 
* [http://www.mindlessdiversions.com/peggy2/ Three sketches] by [https://github.com/dragongears Art Dahm]
 
* [http://www.mindlessdiversions.com/peggy2/ Three sketches] by [https://github.com/dragongears Art Dahm]

Revision as of 12:09, 20 January 2012

This page is the central documentation site for Peggy 2 and Peggy 2LE from Evil Mad Science.

Peggy 2 and Peggy 2LE are code-compatible LED matrix "Pegboard" kits that can be programmed through the [Arduino] programming environment.


Main details about the kits:


Building Peggy 2 and 2LE:


Programming Peggy 2 and 2LE:


Technical: How the Peggy 2 works, and how to hack it:


Some "hackish" Peggy 2 projects:


Other notable Peggy 2 sketches and projects: