Transmission Light: Difference between revisions

From YSTV Documentation Wiki
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
This light is controlled by an Arduino using GET requests over ip, this then triggers the corresponding relays.
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].
You send commands to it in the format of <IP address>/?[request].
 
The code and schematic can be viewed [https://github.com/ystv/transmission-light here].


== Relay control get requests ==
== Relay control get requests ==

Latest revision as of 01:45, 10 October 2021

This is the indicator light that says whether you are rehearsing, transmitting or both.

Design

This light is controlled by an Arduino using GET requests over ip, this then triggers the corresponding relays.

You send commands to it in the format of <IP address>/?[request].

The code and schematic can be viewed here.

Relay control get requests

  • 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