Archive:LED-Matrix: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 33: Line 33:
http://www.mouser.com/ds/2/54/800P-777115.pdf
http://www.mouser.com/ds/2/54/800P-777115.pdf


Nützliche Tutorials:
 
 
Verschaltung:
[[File:LED-Matrix-Header1.jpg]]
[[File:LED-Matrix-Header2.jpg]]
 
 
Nützliche Tutorials zum programmieren:


*http://www.instructables.com/id/Using-a-Dot-Matrix-LED-with-an-Arduino-and-Shift-R/step3/Specifying-a-Character-to-be-Displayed/
*http://www.instructables.com/id/Using-a-Dot-Matrix-LED-with-an-Arduino-and-Shift-R/step3/Specifying-a-Character-to-be-Displayed/
*http://www.instructables.com/id/8-LED-Chaser-with-74HC595-8-Bit-Shift-Register/step4/Arduino-Time/
*http://www.instructables.com/id/8-LED-Chaser-with-74HC595-8-Bit-Shift-Register/step4/Arduino-Time/
*http://www.learnerswings.com/2014/08/simple-arduino-program-to-turn-on-all.html
*http://www.learnerswings.com/2014/08/simple-arduino-program-to-turn-on-all.html

Revision as of 19:00, 3 April 2016

 
Led Matrix

Release status: beta [box doku]

Description Led Matrix
Author(s)  Elias

Led Matrix

Bei diesem Projekt geht es um die korrekte Ansteuerung einer propriäteren LED-Matrix. Diese Matrix benützt im wesentlichen nur einen Schieberegister:

Platine hat im wesentlichen 2 Ics:

Als Schieberegister wird der IC 6c596 verwendet:

http://www.ti.com/lit/ds/symlink/tpic6c596.pdf

6c596.jpg


Der 2te Ic ist ein Widerstandsnetzwerk:

http://www.mouser.com/ds/2/54/800P-777115.pdf


Verschaltung: LED-Matrix-Header1.jpg LED-Matrix-Header2.jpg


Nützliche Tutorials zum programmieren: