Experimenting with app development for flipper zero.
NB. These apps are in development - and will be marked complete when ready.
| App | Description | State |
|---|---|---|
| resistors | Coloured band resistance calculator. | In development |
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.
- Complete first experiment (resistance calculator)
- Add official ufbt GitHub Action
- Derek Jamison for the Flipper Zero tutorials repository (in particular, plugins)
- DroomOne for the Flipper Plugin tutorial.
### See also