Skip to content

FlipperZero

Flipper 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

Apps

Misc:
- https://lab.flipper.net/apps/qrcode
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/dtmf_dolphin
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/barcode_gen
- https://github.com/xMasterX/all-the-plugins/tree/dev/apps_source_code/resistors
- https://github.com/xMasterX/all-the-plugins/tree/dev/apps_source_code/flipp_pomodoro 25/5 timer

Bluetooth:
- https://github.com/MatthewKuKanich/FindMyFlipper

Sub GHz:
- SubGHz Chat between flippers
- https://github.com/leedave/flipper-zero-meal-pager restaurant pager system
- https://github.com/y-dejong/nfcurl
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/pocsag_pager Read pager braudcasts
- https://github.com/xMasterX/all-the-plugins/tree/dev/apps_source_code/flipper-dcf77 Radio Time update protocol
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/spectrum_analyzer
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/weather_station

RFID:
- https://gitlab.com/bettse/picopass
- https://github.com/bettse/seader RFID smartcard reader app
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/nfc_rfid_detector
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/mfkey
- https://github.com/DarkFlippers/Multi_Fuzzer
- https://github.com/Milk-Cool/fz-em4100-generator
- https://github.com/haffnerriley/Simultaneous-UHF-RFID-FlipperZero/tree/main/simultaneous_rfid_reader
- https://github.com/frux-c/uhf_rfid

NRF24 Module:
- https://github.com/mothball187/flipperzero-nrf24/tree/main

ESP32 Module:
- https://github.com/chris-bc/Flipper-Gravity
- https://github.com/0xchocolate/flipperzero-wifi-marauder

IR Module:
- https://github.com/danielweidman/flipper-pixmob-ir-codes
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/ir_scope

Hardware:
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/spi_mem_manager
- https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/gps_nmea_uart
- https://github.com/0xchocolate/flipperzero-esp-flasher
- https://github.com/zacharyweiss/magspoof_flipper
- https://github.com/NaejEL/flipperzero-i2ctools
- https://github.com/anfractuosity/flipperscope
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/avr_isp_programmer
- https://github.com/flipperdevices/flipperzero-good-faps/tree/dev/dap_link

Bad USB

Change the USBID:

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

Magstripe Reader/Writer/Emulator

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

SubG Information

Flipper SubGz Documentation
Convert Files to be run on FlipperZero

https://github.com/MuddledBox/FlipperZeroSub-GHz

Development

-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

IR