https://github.com/grugnoymeme/flipperzero-StepCounter-fap
Simple StepCounter/Pedometer for FlipperZero using a Memsic2125 module. Thanks to @jamisonderek for the tutorial on how to implement GPIO modules.
https://github.com/grugnoymeme/flipperzero-StepCounter-fap
Last synced: about 2 months ago
JSON representation
Simple StepCounter/Pedometer for FlipperZero using a Memsic2125 module. Thanks to @jamisonderek for the tutorial on how to implement GPIO modules.
- Host: GitHub
- URL: https://github.com/grugnoymeme/flipperzero-StepCounter-fap
- Owner: grugnoymeme
- License: mit
- Created: 2023-08-20T16:58:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T06:31:49.000Z (over 1 year ago)
- Last Synced: 2026-03-27T17:46:25.276Z (2 months ago)
- Language: C
- Homepage:
- Size: 370 KB
- Stars: 10
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- flipper-zero-awesome - [Mx2125 - StepCounter-fap) | (GPIO)
README
# Flipperzero-StepCounter-fap
This is a simple StepCounter/Pedometer for FlipperZero using a Memsic2125 module.
Thanks to @jamisonderek for the tutorial on how to implement Memsic2125 module on Flipper Zero, and for the support.
# Links

| Mx2125 | Name | Purpose | Flipper |
|--------|------|---------|---------|
|Pin 1 | Tout | Temperature Out | not connected|
|Pin 2 | Yout | Y-axis PWM Out (100Hz, duty cycle = value) | C0|
|Pin 3 | GND | Ground | GND|
|Pin 4 | GND | Ground | GND|
|Pin 5 | Xout | X-axis PWM Out (100Hz, duty cycle = value) | C1|
|Pin 6 | Vdd | Drain voltage (3.3V to 5V DC) | 3v3|
# Screenshots


TODO List:
- [ ] Add an INFO window with the link to the original Repo and the Pinout connection between the Flipper Zero and the Memsic Mx2125 module
- [ ] Add a simple animation of a Dolphin Runner
- [ ] Add a management of the possible errors
- [ ] Add the possibility to restart the counting
- [ ] Add the possibility to set a daily/weekly GOAL to reach
- [ ] Add the possibility to save dayly results in files at the path: apps_data/stepcounter