Skip to content

GreenBean657+TheRealLuro/DropApp#1065

Open
GreenBean657 wants to merge 5 commits into
flipperdevices:mainfrom
GreenBean657:main
Open

GreenBean657+TheRealLuro/DropApp#1065
GreenBean657 wants to merge 5 commits into
flipperdevices:mainfrom
GreenBean657:main

Conversation

@GreenBean657

@GreenBean657 GreenBean657 commented May 27, 2026

Copy link
Copy Markdown

Application Submission

This drop-app captures FlipperZero Game Module Gyro data for usage in the FlipperZero Drop Detector AI model, accessible from https://github.com/TheRealLuro/Flipper-zero-drop-detector.-

(COMMIT REVIEWER NOTE):
This is my second commit ever on this platform, so I apologize in advance should an error arise, let me know and me and my teammate will do our best to correct it!

Concept:

  • Capture Flipper Zero Game Module gyro data
  • Flatten from 6 dims to 4 dims
  • Run CNN training on the data
  • Produce an AI model capable of detecting when the flipper is dropped.

What this code does:
This specific code blob (flipper-zero/expo_app) takes the flipper zero game modules gyro data based on user inputs, in a fun and user friendly way. The output is then stored on the flippers SD card, for extraction via the flipper app.

Extra Requirements

  • Requires Flipper Zero Game Module, running default firmware. (Other firmware is untested).

Author Checklist (Fill this out)

  • I've read the contribution guidelines and my PR follows them
  • I own the code I'm submitting or have code owner's permission to submit it
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have validated the manifest file(s) with python3 tools/bundle.py --nolint applications/CATEGORY/APPID/manifest.yml bundle.zip

AI usage disclosure (Fill this out):

  • Partially AI assisted (clarify below which code was AI assisted and briefly explain what it does).

  • Fully AI generated (explain what all the generated code does in moderate detail).

  • Fidget Animation is AI Assisted (though was converted as needed by hand), final manifest validation was AI assisted.

  • Fidget Animation is only AI assisted graphically, not code wise.

  • Final manifest was AI assisted to ensure it matched this repos requirements.

Reviewer Checklist (Don't fill this out!)

  • Bundle is valid
  • There are no obvious issues with the source code
  • I've ran this application and verified its functionality

Added manifest.yml for the drop-app with detailed descriptions, changelog, and screenshots.
Rename directory from drop-app to drop_detect to match app ID.
Add all manifest fields (id, name, author, category, icon, targets, version).
Bump Pillow to 12.2.0 in requirements.

@xMasterX xMasterX left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, app just instantly closes after launch (i'm trying without module conntected)

Maybe its possible to add some error screen asking user to connect the module and re-open or add button that will reload (re-init) module ?

Since now its very confusing

@xMasterX xMasterX added the fixes needed Unresolved issues with the app requiring maintainer's attention label Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

app (new) fixes needed Unresolved issues with the app requiring maintainer's attention

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants