instantiator / flipper-zero-experimental-apps

Experimentation building apps for flipper zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flipper-zero-experimental-apps

Experimenting with app development for flipper zero.

Apps

Screenshot Directory App Description
Screenshot of the resistance calculator in action resistors Resistance calculator Coloured band resistance calculator.

Build status

App Status
Resistance calculator Build status

Build tools

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 - invokes ufbt to build the tool
  • deploy.sh - invokes ufbt to deploy and launch the app on a flipper over USB

Build outputs are found in the dist directory for each application.

Distribution

Apps are also distributed through:

  • flipc.org (unofficial Flipper app catalogue)

Thanks

  • 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

Credits

See also

About

Experimentation building apps for flipper zero

License:MIT License


Languages

Language:C 99.8%Language:Shell 0.2%