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 ufbtEach directory contains the following scripts:
build.sh- invokesufbtto build the tooldeploy.sh- invokesufbtto 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.
