hackpad/hackpads/workout_tracker
2025-02-15 10:36:30 -05:00
..
CAD added workout tracker 2025-02-12 21:51:57 -05:00
firmware/hackpad added workout tracker 2025-02-12 21:51:57 -05:00
pcb added workout tracker 2025-02-12 21:51:57 -05:00
production added workout tracker 2025-02-12 21:51:57 -05:00
BOM.md added workout tracker 2025-02-12 21:51:57 -05:00
hackpad.png added workout tracker 2025-02-12 21:51:57 -05:00
pcb.png Add readme.md 2025-02-13 18:18:47 -05:00
readme.md Update readme.md 2025-02-15 10:36:30 -05:00
schematic.png Add readme.md 2025-02-13 18:18:47 -05:00

This is a workout tracker that can give you a list of exercises to do based on which day it is, remember which workouts you've done, how many sets, and how much weight. Optionally, a micro SD card can be added to store workouts and view workout progression. It's mostly made to motivate me to work out more because I waste enough time.

Features

  • workout timer
  • set tracker
  • tells you exercises based on which day it is (push/pull/legs/core)

BOM

2x Cherry MX switches and keycaps 1x EC11 Encoder 1x PCB - black with white drawings if possible 3x Through-hole resistors (5k) 1x 0.96" OLED 3D printed case

Self-provided SD card reader (supported but optional)

CAD

Schematic Schematic Schematic PCB Schematic Case is fit together using magnets (3mm diameter by 2mm) and has an open top because I like seeing my PCBs.

Firmware

Uses Arduino IDE because it's easier to make a big if tree in Arduino than in QMK.