-
Notifications
You must be signed in to change notification settings - Fork 0
Home
SteveDLockwood edited this page Jan 6, 2019
·
8 revisions
This is a simple app for use in time trials. It's very much a prototype at the moment so it's not recommended to use it without some form of backup (i.e. traditional timekeeping procedures).
- Start the app
- Click setup. Set the start time. Click SET.
- Click TIME when a rider crosses the line
- The recorded time and a list of available rider numbers will be displayed. Click the number of the rider who has just finished. Alternatively, click IGNORE if the timer was pressed and no rider needs to be recorded.
- The rider's calculated time will be displayed
- To correct an error, press the line which shows the time. This will allow to you to: change the rider number, "un-ignore" a time so it can be allocated to a rider, de-allocate the rider so he/she can be allocated to a different recorded time.
Lots!
- Save the current event so data is not lost when the app is closed
- Handle non-standard start times and time penalties (to handle late starts and reserves)
- Get a very accurate time from a built-in GPS device
- Transmit results to HQ (via a website)
- Improve the interface (very rough at the moment)