https://github.com/markusfisch/motoscore
Tally counter for motorcyclists to record mistakes to get better aware of them.
https://github.com/markusfisch/motoscore
android motorcylce
Last synced: about 2 months ago
JSON representation
Tally counter for motorcyclists to record mistakes to get better aware of them.
- Host: GitHub
- URL: https://github.com/markusfisch/motoscore
- Owner: markusfisch
- License: unlicense
- Created: 2014-03-12T21:37:19.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-11T11:28:04.000Z (almost 2 years ago)
- Last Synced: 2025-06-27T17:06:47.578Z (11 months ago)
- Topics: android, motorcylce
- Language: Java
- Size: 25.1 MB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Moto Score
Tally counter for motorcyclists to record tours and mistakes (i.e. everything
you wouldn't do again like this).
The prototype of this app was written and presented at "Hack The Ride,"
a hackathon held by BMW Motorrad in Barcelona in 2014.
## How to use
Moto Score is intended to be used with a __headset with a button__ on it.
Prepare the headset in a way that makes it very easy for you to press
the button __while__ riding.
Keep the button pressed for a full second to signal start or end of a ride.
Your phone will vibrate for three seconds to confirm.
When riding, simply press the button to log a mistake.
Your phone will vibrate for a second to confirm.
Moto Score will record the distance you've driven to give you a reference
to compare rides.
## Background
Years ago, when I started riding motorcycles, I read
[The Upper Half of the Motorcycle][1] in which the author suggests
to record your mistakes to get aware of them.
By mistake he simply meant everything you wouldn't do again.
Picked the wrong gear? Mistake.
Catched yourself not looking far ahead? Mistake.
Overtook where you shouldn't have? Mistake.
You get the idea.
The thinking is, that the action of counting helps you to remember a
mistake which prevents you from doing it again.
Consciously counting mistakes stimulates learning.
So I got myself a small little counter that I could wear on a glove
and started counting. And while that worked for me a very long time,
I finally wanted to use my smart phone to keep history of my rides.
## Troubleshooting
### Tracking
The quality of tracking depends on the quality of your phone's GPS sensor.
Just try. If you can only get a bad resolution, you may want to change the
default values for GPS update requests in the settings. But be careful, the
more updates you request, the more battery you're using.
## License
Moto Score is open source and licensed under the [MIT license][3].
[1]:http://www.amazon.com/The-Upper-Half-Motorcycle-Machine/dp/1884313752
[3]:http://www.opensource.org/licenses/mit-license.php
