Transmission Light: Difference between revisions

no edit summary
mNo edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
This is the thing that says whether you are transmitting, rehearsing, or both.
This is the indicator light that says whether you are rehearsing, transmitting or both.


== Design ==
== Design ==
It is currently controlled by Arduino (for serial control) triggered relays - hopefully having the Arduino and transistors on the same board soon
This light is controlled by an Arduino using GET requests over ip, this then triggers the corresponding relays.


== Relay control cable ==
You send commands to it in the format of <IP address>/?[request].
Cat5 cable terminated with DB9.
 
* pin 1 = tx +12v (Orange)
The code and schematic can be viewed [https://github.com/ystv/transmission-light here].
* pin 2 = tx GND (Brown)
 
* pin 3 = rh +12v (Blue)
== Relay control get requests ==
* pin 4 = rh GND (Green)
* Turn on rehearsal light - <IP address>/?rehearsal_on
* Turn on transmission light - <IP address>/?transmission_on
* 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]]
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