Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

new app : Pushups #3669

Merged
merged 26 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
163f08b
pushups: new app
Jan 15, 2024
63043b1
getting ready for more activities
Jan 15, 2024
16f18d4
pushups: ready for routines
Jan 17, 2024
191e7fb
pushups: better situps detection
Jan 18, 2024
6f54443
pushups: some images, plank, time based activities
Jan 19, 2024
f0c7d31
Merge branch 'master' of github.com:espruino/BangleApps into pushups
Jan 22, 2024
926b2ef
pushups: loops + jumping jacks + rest
Jan 22, 2024
3b52354
pushups: stop detection when buzzing
Jan 23, 2024
26cf4fe
Merge branch 'master' of github.com:espruino/BangleApps into pushups
Jan 29, 2024
2568a1a
pushups: working on menu
Feb 16, 2024
d213384
pushups: working on menu ; fiddling with accel
Mar 1, 2024
3556ea7
pushups: activity editor works
Jul 10, 2024
2b0d091
pushups: better detections ?
wagnerf42 Jul 24, 2024
e40c4cb
Merge branch 'master' of github.com:espruino/BangleApps into pushups
Jul 25, 2024
03aba8b
Merge branch 'pushups' of github.com:wagnerf42/BangleApps into pushups
Jul 25, 2024
120a47f
pushups: new bounds, better messages
Jul 25, 2024
cb5a429
pushups: more tuning
wagnerf42 Jul 26, 2024
b80063a
pushups: fixing paste error
wagnerf42 Jul 29, 2024
b7e74bd
pushups: jacks detector is back
wagnerf42 Jul 29, 2024
34562a0
Merge branch 'master' of github.com:wagnerf42/BangleApps into pushups
Sep 4, 2024
509064f
Merge branch 'pushups' of github.com:wagnerf42/BangleApps into pushups
Sep 4, 2024
47d917c
pushups : getting ready for release
Sep 6, 2024
536c7fe
Merge branch 'espruino:master' into pushups
wagnerf42 Nov 22, 2024
26024b8
pushups: theme colors
wagnerf42 Jan 9, 2025
b7d5fa2
Merge branch 'pushups' of github.com:wagnerf42/BangleApps into pushups
wagnerf42 Jan 9, 2025
50ce346
pushups: theme colors
wagnerf42 Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions apps/pushups/ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.1: Initial code
34 changes: 34 additions & 0 deletions apps/pushups/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Pushups

Pushups is an exercising app with a twist : the accelerometer.

![Screenshot](shot_pushups.png)

I initially just wanted a pushups counter but i kind of got out of hand.

The accelerometer will work on the following exercises :

- pushups
- situps
- squats
- jumping jacks

For each of them it will try to detect two positions (for example up and down for pushups)
and buzz on each change. You can set up a target counter for each exercise.

Precision is not 100% but it's good for me and kind of increases my motivation.

Other activities are time based like

- plank
- rest


Define your training routine, set a duration and you're ready to go.


## Creator

Feel free to give me feedback : is it useful for you ? what other features would you like ?

frederic.wagner@imag.fr
1 change: 1 addition & 0 deletions apps/pushups/app-icon.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading