FindMyFlipper Versions Save

The FindMy Flipper app turns your FlipperZero into an AirTag or other tracking device, compatible with Apple AirTags and Samsung SmartTag and Tile Trackers. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power.

v0.3.5

2 weeks ago
  • I have added battery reporting, which allows the Flipper to send its battery status. This will show as the AirTag battery status on your phone.
  • I have also fixed the Tile implementation. There were some issues with data saving which are now fully resolved + autostart fix.
  • I have refactored how the state variables sync by consolidating them into a single function instead of repeating the same calls per variable.

Hope you like it! If you have Momentum installed, then it should already have these changes.

Full Changelog: https://github.com/MatthewKuKanich/FindMyFlipper/compare/v0.0.22...

v0.0.21

1 month ago

In this release I've added a new script which let's you map all location points from a given report. This script does everything for you (requesting report, decrypting report, mapping, saving) and provides you with an html file containing the map. It uses the generated keys automatically so no input is required, just run the script in a terminal.

Full Changelog: https://github.com/MatthewKuKanich/FindMyFlipper/compare/v0.0.14...v0.0.21