Link to this headingFlipper Zero

A collection of awesome resources for the Flipper Zero device.
Website to update and interact with Flipper Zero
Better Firmware
Animations Asset packs
Momentum Firmware

Link to this headingApps

Misc:

Bluetooth:

Sub GHz:

RFID:

NRF24 Module:

ESP32 Module:

IR Module:

Hardware:

Link to this headingBad USB

Change the USBID:

ID 1234:5678 Apple:Keyboard ID 04D9:1836 Holtek Semiconductor, Inc.:Mechanical Keyboard

Link to this headingMagstripe Reader/Writer/Emulator

External modules blueprints
A simple plugin for the FlipperZero written as a tutorial example

Link to this headingSubG Information

Flipper SubGz Documentation
Convert Files to be run on FlipperZero

Sub-GHz Files for the Flipper Zero

Link to this headingDevelopment

-c clean

Compile the Firmware:

./fbt

Compile the Firmware Updater package:

./fbt updater_package

Compile the Firmware in Debug mode:

./fbt COMPACT=1 DEBUG=1 VERBOSE=1

Compile an Application:

./fbt COMPACT=1 DEBUG=1 VERBOSE=1 applications/main/magstripe ./fbt fap APPSRC=applications/plugins/signal_generator

Compile all applications as FAPs:

./fbt faps

Compile and run on device:

./fbt launch_app APPSRC=applications/main/magstripe

Link to this headingIR