mirror of
https://github.com/System-End/hackpad.git
synced 2026-04-20 00:35:24 +00:00
Update readme.md
This commit is contained in:
parent
6ab5b4c6b8
commit
ed07b96c4b
1 changed files with 27 additions and 1 deletions
|
|
@ -1 +1,27 @@
|
|||
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.
|
||||
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
|
||||

|
||||
PCB
|
||||

|
||||
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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue