administrators, computing team, computing team group, confluence-users, domain admins, domain users, enterprise admins, envoy, jira-users, livestream distribution, livestream technicians, stash-users, webdev
20
edits
liam.burnand (talk | contribs) (→Design) |
liam.burnand (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
This is the | This is the indicator light that says whether you are rehearsing, transmitting or both. | ||
== Design == | == Design == | ||
This light is controlled by an Arduino using | This light is controlled by an Arduino using GET requests over ip, this then triggers the corresponding relays. | ||
The code can be viewed [https://github.com/ystv/transmission-light here]. | |||
== Relay control get requests == | == Relay control get requests == | ||
* Turn on rehearsal light - <IP address>/? | * Turn on rehearsal light - <IP address>/?rehearsal_on | ||
* Turn on transmission light - <IP address>/?transmission_on | * Turn on transmission light - <IP address>/?transmission_on | ||
* Turn off | * Turn on both rehearsal and transmission light - <IP address>/?rehearsal_transmission_on | ||
* Turn off both rehearsal lights - <IP address>/?rehearsal_transmission_off | |||
[[Category:Technical]] | [[Category:Technical]] |
edits