Skip to content

Instantly share code, notes, and snippets.

@ala747
Last active December 15, 2015 10:59
Show Gist options
  • Save ala747/5249248 to your computer and use it in GitHub Desktop.
Save ala747/5249248 to your computer and use it in GitHub Desktop.
# Custom Stopwatch Scope
## As Simple Stopwatch
* Show total session time and lap count
* Show current lap time
* Show last lap time and time diff with previous
* Show best lap, time diff between last and best lap, and average lap time
* Log every session related data locally
* Transmit every session related data to remote server [^2]
* Share live session web page on FB, Twitter [^2]
* Use real device buttons for start/stop and split/lap (vol up and vol down, even using headset controls)
## As Stopwatch with Car Communication
* Same as Simple Stopwatch
* Transmit communications such as flags (yellow, blue, box this lap) [^4]
## As Onboard Dashboard
* Show lap count [^1]
* Show RPM on both graphic and number format [^1]
* Show current speed ([^1] or by phone GPS)
* Show boxes communications such as flags (yellow, blue, box this lap) [^4]
* Show current lap time with 5 secs persistency and time diff with previous lap on new lap start [^1]
* Show last lap [^1]
* Show best lap and time diff between last and best lap [^1]
* Log every session related data locally [^1]
* Transmit every session related data to remote server realtime [^3]
* Share live session web page on FB, Twitter [^3]
[^1]: If sensor is present
[^2]: If any connection is available
[^3]: If 3G connection is available
[^4]: If any connection is available and devices are *paired*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment