Experimenting with app development for flipper zero.
Screenshot | Directory | App | Description |
---|---|---|---|
resistors | Resistance calculator | Coloured band resistance calculator. |
App | Status |
---|---|
Resistance calculator |
These apps are built using ufbt - a subset of the flipper build tool (fbt) targeted at building apps. Install it with:
pip install ufbt
Each directory contains the following scripts:
build.sh
- invokesufbt
to build the tooldeploy.sh
- invokesufbt
to deploy and launch the app on a flipper over USB
Build outputs are found in the dist
directory for each application.
Apps are also distributed through:
- flipc.org (unofficial Flipper app catalogue)
- Derek Jamison Derek Jamison for kindly helping to debug several issues.
- Hedger for kindly adding the ufbt GitHub Action.
- Kuronons for the awesome new graphics.
You should really check out Derek's YouTube channel: @MrDerekJamison
- Derek Jamison for the Flipper Zero tutorials repository (in particular, plugins)
- DroomOne for the Flipper Plugin tutorial.
- Aleksey Korolev for the flipc.org Flipper app catalogue.