Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
msmoritz:from observation at our last event where we connected a second set of sensors we noticed that the lights on the sensors went green about the same time as the screen refreshed to the race display without the countdown overlay, which is about 1 second after the Go! appears.
Is there a way to better synchronize the opensprints countdown with the sensors being enabled?
I think that it might make the races more interesting to capture the acceleration curve of the riders as well as their ability to maintain a high cadence for the entire sprint (500m in our case). From tinkering and reading, it looks like the arduino is doing a countdown simultaneous to the opensprints software, but that the opensprints could use a second second.
lastCountDown = 4;
From a design perspective, wouldn't it be better to have a single timer running through opensprints that sends a race start command that as soon as it hits the arduino enables the sensors and starts collecting ticks?
Also, I'll be doing some hacking to add some functionality. Planning to add a "test mode" where you can basically just enable the sensors for testing without setting up a race. Mostly to use during setup to make sure the sensors are registering, etc. I haven't tried it yet, but I've been thinking about implementing a speed graph like Ed has done in GoldSprintsFX as well.
1 to 3 of 3