Skip to content

Commit

Permalink
Latest Release RM0820-1625-0.89.1-6cd5df1
Browse files Browse the repository at this point in the history
  • Loading branch information
RogueMaster committed Aug 20, 2023
1 parent 6cd5df1 commit a2a2ed8
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ This software is for experimental purposes only and is not meant for any illegal

<a name="latest">

## Latest Updates - [PATREON: Latest Release RM0820-0118-0.89.1-9d92d08](https://www.patreon.com/RogueMaster?filters[tag]=Latest%20Release)
## Latest Updates - [PATREON: Latest Release RM0820-1625-0.89.1-6cd5df1](https://www.patreon.com/RogueMaster?filters[tag]=Latest%20Release)

- Last Synced/Checked Unleashed, changes in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md) and in [commits](https://github.com/DarkFlippers/unleashed-firmware/commits/dev): `2023-08-20 15:00 EST`
- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-08-20 15:00 EST`
- Last Synced/Checked Unleashed, changes in [changelog](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/420/CHANGELOG.md) and in [commits](https://github.com/DarkFlippers/unleashed-firmware/commits/dev): `2023-08-20 16:25 EST`
- Last Synced/Checked OFW, changes in [commits](https://github.com/flipperdevices/flipperzero-firmware/commits/dev): `2023-08-20 16:25 EST`
- [New Patreon Animation Set](https://www.patreon.com/RogueMaster/membership): [SQUATCH (From SquatchWare By Kuronons, wrenchathome and OFW)](https://github.com/skizzophrenic/SquachWare-CFW/tree/dev/assets/dolphin/external)
- Updated: [Protocol Visualizer (By antirez)](https://github.com/antirez/protoview)
- Updated: [WiFi (Marauder) v6.1 (By 0xchocolate & tcpassos)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion)
Expand Down
21 changes: 20 additions & 1 deletion applications/external/step_counter/README.md
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")

0 comments on commit a2a2ed8

Please sign in to comment.