Transmission Light: Difference between revisions

From YSTV Documentation Wiki
Line 4: Line 4:
This light is controlled by an Arduino using get requests over ip, this then triggers the corresponding relay, usage of this
This light is controlled by an Arduino using get requests over ip, this then triggers the corresponding relay, usage of this


== Relay control cable ==
== Relay control get requests ==
Cat5 cable terminated with DB9.
* Turn on rehearsal light - <IP address>/?rehersal_on
* pin 1 = tx +12v (Orange)
* Turn on transmission light - <IP address>/?transmission_on
* pin 2 = tx GND (Brown)
* Turn off all lights - <IP address>/?all_off
* pin 3 = rh +12v (Blue)
* pin 4 = rh GND (Green)


[[Category:Technical]]
[[Category:Technical]]

Revision as of 15:52, 9 October 2021

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

Design

This light is controlled by an Arduino using get requests over ip, this then triggers the corresponding relay, usage of this

Relay control get requests

  • Turn on rehearsal light - <IP address>/?rehersal_on
  • Turn on transmission light - <IP address>/?transmission_on
  • Turn off all lights - <IP address>/?all_off