Transmission Light: Difference between revisions

From YSTV Documentation Wiki
Line 2: Line 2:


== Design ==
== Design ==
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


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

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

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