LED Matrix: Difference between revisions

Float images on right, add frames
(Creation.)
 
(Float images on right, add frames)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[File:Led_magicbus.jpg|thumb|right|300px|All the LED boards in their original matrix]]
The LED boards came from a display board that sat outside Your Shop. In their past life they conveyed useful information about the magic bus, how to get NUS cards and the courtyard opening times. After some dismantling, starting at datasheets and tracing out; a vague schematic for the boards has been created.
The LED boards came from a display board that sat outside Your Shop. In their past life they conveyed useful information about the magic bus, how to get NUS cards and the courtyard opening times. After some dismantling, starting at datasheets and tracing out; a vague schematic for the boards has been created.
[[File:Led_magicbus.jpg|400px]]


== The Basics: ==
== The Basics: ==


The boards are relatively simple, they consist of two shift registers, an 8-bit buffer and three 16-bit serial LED drivers. The power supply to the boards should be 5V and around 2A.
The boards are relatively simple, they consist of two shift registers, an 8-bit buffer and three 16-bit serial LED drivers. The power supply to the boards should be 5V and at least 1.8A.


Each board has 4 inputs (the names are not official), there is also a chain output on each board such that two (maybe more) can be connected in a line. The only change for this is the amount of data you clock in on each row scan.
Each board has 4 inputs (the names are not official), there is also a chain output on each board such that two (maybe more) can be connected in a line. The only change for this is the amount of data you clock in on each row scan.
Line 31: Line 30:


== Driving the Board: ==
== Driving the Board: ==
[[File:Led_ystv.jpg|thumb|right|300px|LED board with ystv logo]]


Clocking data into the LED drivers is trivial, setting the row is more difficult. IC2's outputs are connected (via FETs/transistors) to each row line. When the corresponding '''bit is 0''', that row is '''enabled'''.  
Clocking data into the LED drivers is trivial, setting the row is more difficult. IC2's outputs are connected (via FETs/transistors) to each row line. When the corresponding '''bit is 0''', that row is '''enabled'''.  
Line 36: Line 37:
Example (Arduino) code (By [[hist:Thomas Cheyney|Thomas Cheyney]]) for driving the boards is available from the [https://git.ystv.co.uk/MiscSoftware.git/ MiscSoftware] repo on YSTV's git server. At the time of writing there are timing issues to resolve and noticeable flicker.
Example (Arduino) code (By [[hist:Thomas Cheyney|Thomas Cheyney]]) for driving the boards is available from the [https://git.ystv.co.uk/MiscSoftware.git/ MiscSoftware] repo on YSTV's git server. At the time of writing there are timing issues to resolve and noticeable flicker.


[[File:Led_ystv.jpg|600px]]
[[Category:Technical]]
[[Category:Techincal]]
Domain Admins, Domain Users, confluence-administrators, confluence-users, crowd-administrators, jira-administrators, jira-developers, jira-users, stash-administrators, stash-users
33

edits