Skip to content

Add files via upload #3927

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

sw1tchblade
Copy link

@sw1tchblade sw1tchblade commented Jul 6, 2025

SmartRep: Modular Rep Counter for Bangle.js 1

This pull request adds the SmartRep application to the Bangle.js App Loader.

SmartRep is a modular, user-friendly fitness app that detects and counts repetitions for common gym exercises using Bangle.js 1's built-in accelerometer. Each exercise uses lightweight detection logic tailored to real movements.

✅ Features:

  • 8 Supported Exercises:
    • Bench Press
    • Bicep Curls
    • Cable Rows
    • Lateral Raise
    • Pushup
    • Shoulder Press
    • Triceps Pushdown
    • Squats
  • Touch-free interface with button-based navigation
  • Target rep setting before session
  • Circular animated rep indicator
  • Visual and haptic feedback
  • Custom app icon and full UI branding
  • Modular detection logic files per exercise (logic/ folder)

🧠 Internals:

  • Main UI: smartrep.app.js
  • Exercise logic: logic/*.js
  • Metadata: metadata.json
  • Icon: smartrep-icon.png

The application has been tested on real Bangle.js 1 hardware. All code is safely sandboxed within its directory and follows the BangleApps structure.

Ready for review and merge. 🙌

@bobrippling
Copy link
Collaborator

Looks good - unfortunately I don't have a Bangle1 to test on, does anyone else?

@RKBoss6
Copy link
Contributor

RKBoss6 commented Jul 8, 2025

Hey! This app looks like something I would use! Unfortunately, I don't have a Bangle.js 1. What makes this app incompatible with the JS 2? Perhaps we could design a workaround...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants