diff --git a/ReadMe.md b/ReadMe.md index ed3429dac97..b482da70345 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -29,10 +29,10 @@ This software is for experimental purposes only and is not meant for any illegal -## 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) diff --git a/applications/external/step_counter/README.md b/applications/external/step_counter/README.md index 68f8be4b524..c280fdc6fe9 100644 --- a/applications/external/step_counter/README.md +++ b/applications/external/step_counter/README.md @@ -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 + + +| 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") +