Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
startinglights [2014/02/23 21:47] – removed zroundstartinglights [2020/06/04 21:56] (current) – [Tested devices] zround
Line 1: Line 1:
 +====== Starting Lights Devices ======
 +ZRound supports Starting Lights devices. The protocol can be defined and two working modes are availables (master/slave).
 +
 +Temperature and Humidity data can be sent as well to ZRound by using special commands to be displayed on screen.
 +
 +===== Protocol =====
 +
 +The protocol includes the commands //START, STOP, PAUSE, RESUME, GO, LIGHT, HT, HS// described below. The commands can be fully configured in the ZRound Starting Lights configuration page
 +
 +==== Slave Mode ====
 +In Slave mode, ZRound send the "START" command when the race must be started and "STOP" when the lights must be switched off.
 +
 +The starting lights must send the "GO" command when the startup procedure has been completed and the race must be started.
 +
 +ZRound -> Device
 +<code>
 +  * START = $START\n
 +  * STOP  = $STOP\n
 +</code>
 +
 +Device -> ZRound
 +<code>
 +  * GO = $GO\n
 +</code>
 +
 +==== Master Mode ====
 +When ZRound works in master mode, it controls the countdown and when the lights are switched on/off. 
 +
 +ZRound -> Device
 +<code>
 +  * LIGHT  = $LIGHT,<n>,<state>\n
 +</code>
 +
 +where 
 +<code>
 +  <n> is the light to be controlled
 +  <state> 0 off, 1 on
 +</code>
 +
 +==== Race Pause & Resume ====
 +Race can be paused and resumed from the device with the following commands.
 +
 +Device -> ZRound
 +<code>
 +  * PAUSE = $PAUSE
 +  * RESUME = $RESUME
 +</code>
 +
 +==== Temperature / Humidity ====
 +
 +The protocol supports sending temp/hum. data in order to be shown on screen. There are available these commands:
 +
 +<code>
 +  * HS = $HS,<n>\n
 +  * HT = $HT,<n>\n
 +</code>
 +
 +where
 +<code>
 +  <n> is the humidity/temperature value
 +</code>
 +
 +
 +===== Tested devices =====
 +
 +* [[:StartingLights:KartingOcana|Arduino based system (Karting Ocaña - (c) Juan Pardo))]]
 +
 +* Patch to use a LEDSTRIP WS2811. [[https://www.zround.com/?smd_process_download=1&download_id=774|Descarga de código desde zround.com]]
 +
 +**[[info@zround.com?subject=New Starting Lights system for ZRound|Add your own device]]**
  
startinglights.1393192048.txt.gz · Last modified: 2014/02/23 21:47 by zround
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0