A front end for the OpenSprints hardware kit. It allows for the racing of 1 to 4 bikers against each other in a goldsprints style race. The software is free to use and modify and you're encouraged to hold your own races! See LICENSE for more details.
SilverSprint is for OSX (10.7 and up) and Windows (7 and up).
Written in Cinder, an opensource C++ library for creative coding.
The version of Cinder at the time of coding was 0.9.0 [Download]
- Requires OXS version 10.7 and up.
- PC requires Windows 7 and up
- Download the Arduino Desktop IDE
- Use the IDE to upload this custom sketch file to the Arduino Uno in the OpenSprints Hardware. To restore the OpenSprints default upload the basic_msg sketch.
- Download the latest SilverSprint for your Operating System. No additional software is needed.
- Go to the Settings page by clicking the gear icon or pressing Command + 3
- Set the roller diameter as the distance from the magnet to the center of the roller multiplied by 2.
- Choose the number of racers competing from 1-4
- If SilverSprint detects an Arduino connected it will show a checkmark, otherwise it will display an X.
- Go to the Roster page by clicking the list icon or pressing Command + 2
- Set all active participants names
- Click the START button to begin a race
- At any time, press STOP to stop and reset the race.
Coming soon.
In the event of a crash, a log file will be created in a folder called "logs" in the SilverSprint directory. Please attach this file when asking for support along with any other relevant information.
- Clone Cinder 0.9.0 or download via zipped archive. [Cinder Github]
- SilverSprint wants to be in a directory one above the Cinder root. For example:
- Cinder
- apps
- SilverSprint
- blocks
- docs
- include
- lib
- ...
- Open the project file for your platform. It will be in
SilverSprint/vs2013
for PC. - Build and enjoy. There are no external dependencies aside from Cinder itself.
- Clone Cinder 0.9.0 or download via zipped archive. [Cinder Github]
- SilverSprint wants to be in a directory one above the Cinder root. For example:
- Cinder
- apps
- SilverSprint
- blocks
- docs
- include
- lib
- ...
- Open the project file for your platform. It will be in
SilverSprint/xcode/SilverSprint.xcodeproj
. - Build and enjoy. There are no external dependencies aside from Cinder itself.
- Install Cinder NOTE: There might be other dependencies, just read the errors.
- Clone SilverSprint into a directory one above the Cinder root. Either use 'samples' or create 'apps' like Windows and OSX.
- Cinder
- examples
- SilverSprint
- blocks
- docs
- include
- lib
- ...
- Build
$ cd Cinder/examples/SilverSprint/proj/cmake/
$ mkdir build && cd build && cmake .. && make
- Execute
$ cd Debug/SilverSprintApp
$ ./SilverSprintApp
Project website http://cwhitney.github.io/SilverSprint/
- Code by Charlie Whitney
- Design by Erica Gorochow
- Hardware OpenSprints