Archive:LED-Matrix: Difference between revisions
m (Vrs moved page LED-Matrix to Archive:LED-Matrix without leaving a redirect) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{outdated | |||
| | |||
type=member project | |||
}} | |||
{{project | {{project | ||
|name = Led Matrix | |name = Led Matrix | ||
Line 34: | Line 39: | ||
http://www.nxp.com/documents/data_sheet/74HC_HCT238.pdf | http://www.nxp.com/documents/data_sheet/74HC_HCT238.pdf | ||
[[File:74HC- | [[File:74HC-Schaltdiagramm.jpg]] | ||
==Passive Bauteile== | ==Passive Bauteile== | ||
Line 65: | Line 70: | ||
==Code== | ==Code== | ||
https://github.com/EliasKotlyar/Led-Matrix | https://github.com/EliasKotlyar/Led-Matrix | ||
[[File:VerschaltungV1.jpg|frameless]] | |||
==Nützliche Tutorials zum programmieren:== | ==Nützliche Tutorials zum programmieren:== | ||
Line 71: | Line 78: | ||
*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 | ||
*https://github.com/markruys/arduino-Max72xxPanel/blob/master/Max72xxPanel.cpp | |||
*https://www.pjrc.com/teensy/td_libs_Matrix.html | |||
*http://playground.arduino.cc/Deutsch/HalloWeltMitInterruptUndTimerlibrary |
Latest revision as of 15:53, 10 September 2022
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 einen Schieberegler sowie einen 3zu8 Converter.
Schieberegister
Als Schieberegister wird der IC 6c596 verwendet. Dieser ist in Reihe geschaltet,d.h. das Output Bit wird an den nächsten Schieberegler übertragen(gibt die Spalten an):
http://www.ti.com/lit/ds/symlink/tpic6c596.pdf
3 Zu 8 Wandler
Es gibt ausserdem noch einen 3 zu 8 umwandler, dieser gibt die Zeile an:
http://www.nxp.com/documents/data_sheet/74HC_HCT238.pdf
Passive Bauteile
Widerstandsnetzwerk welches die LEDs antreibt: http://www.mouser.com/ds/2/54/800P-777115.pdf
Inverter(Funktion unbekannt) http://www.ti.com.cn/cn/lit/ds/symlink/sn54hc05.pdf
Bilder von der LED-Matrix
Bilder vom vorderen Teil(Lichtschaltung):
Bilder von mittleren Teil:
Layouts
Verschaltung:
Code
https://github.com/EliasKotlyar/Led-Matrix
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/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
- https://github.com/markruys/arduino-Max72xxPanel/blob/master/Max72xxPanel.cpp
- https://www.pjrc.com/teensy/td_libs_Matrix.html
- http://playground.arduino.cc/Deutsch/HalloWeltMitInterruptUndTimerlibrary