https://github.com/leCapi/RepCounter
Garmin App
https://github.com/leCapi/RepCounter
Last synced: 3 months ago
JSON representation
Garmin App
- Host: GitHub
- URL: https://github.com/leCapi/RepCounter
- Owner: leCapi
- License: mpl-2.0
- Created: 2020-05-01T15:43:07.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T23:16:29.000Z (over 1 year ago)
- Last Synced: 2024-03-26T09:10:30.205Z (about 1 year ago)
- Language: Monkey C
- Size: 594 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
- awesome-garmin - RepCounter
README

# RepCounter
This repository is an application for Garmin watches. Refer to manifest.xml to know compatible devices.
This application aims to count repetitions of a movement during a workout. This application should be more accurate then the built-in counter. Although this software has been designed to count repetitions of a skipping rope training, it should be able to count repetitions of other movements too.## How it works
To count the repetitions the application use the acceleration sensor of the device. The technique used is a simple detection of hysteresis cycles. It is a lightweight algorithm and it gives good results. The image below give a good explanation of how it works :