forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 550
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Latest Release RM0820-1625-0.89.1-6cd5df1
- Loading branch information
1 parent
6cd5df1
commit a2a2ed8
Showing
2 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,21 @@ | ||
# WIP-flipperzero-StepCounter-fap | ||
Simple StepCounter/Pedometer for FlipperZero using a Memsic2125 module. Thanks to @jamisonderek | ||
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 | ||
<img src="https://raw.githubusercontent.com/grugnoymeme/flipperzero-StepCounter-fap/main/images/memsic_2125_chip.jpg" width="200" /> | ||
|
||
| 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 | ||
![Main menu view](https://raw.githubusercontent.com/grugnoymeme/flipperzero-StepCounter-fap/main/images/menu_view.png "main menu view") | ||
|
||
![Main screen](https://raw.githubusercontent.com/grugnoymeme/flipperzero-StepCounter-fap/main/images/main_screen.png "main screen view") | ||
|