Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shotah/throwtracker
WearOs App to track disc golf throws
https://github.com/shotah/throwtracker
Last synced: 4 days ago
JSON representation
WearOs App to track disc golf throws
- Host: GitHub
- URL: https://github.com/shotah/throwtracker
- Owner: shotah
- Created: 2023-08-01T20:24:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T21:54:43.000Z (over 1 year ago)
- Last Synced: 2023-08-01T22:07:43.380Z (over 1 year ago)
- Language: Kotlin
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# throwTracker
## Goal
* determine a throw occurred
* track acceleration
* track amount of time
* track GPS coordinates
* Given we know GPS coordinates of Tee's:
* We can know how many throws per basket.
* Calculate distance based on each throws gps from previous gps## Purpose
We'd like to know how good our shots are and based on gps data we should be able to do all of the
tracking off throws alone.## Todo List:
* load demo app to watch
* create page to show max acceleration.
* get GPS of where the acceleration occurred.
*