Transmission Light: Difference between revisions
From YSTV Documentation Wiki
liam.burnand (talk | contribs) (→Design) |
liam.burnand (talk | contribs) |
||
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 | == 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 | ||
* | |||
[[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