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:
- QRCode App
- DTMF (Dual-Tone Multi-Frequency) dialer
- Barcode Generator
- UPC-A Barcode Generator
- Resistance calculator
- 25/5 timer
Bluetooth:
- FindMy Flipper - AirTag and SmartTag Emulator
Sub GHz:
- SubGHz Chat between flippers
- Restaurant Pager System
- NFC to URL
- Read pager broadcasts
- Radio Time update protocol
- [Simple UI Spectrum Analyzer](https://github.com/xMasterX/all-the-plugins/tree/dev/base_pack/spectrum_analyzer
- Get Weather Reports from RF
RFID:
- Add support for picopass cards
- RFID smartcard reader app
- Detect if there is an RFID Reader
- Crack MF Nonces with the App
- FUZZ ibutton and RFID
- Generate Universal Keys for EM4100
- App to read UHF Tags
- uhf app for the flipper zero
NRF24 Module:
- nrf24 Library
ESP32 Module:
- Wireless Tools attacking ZigBee/Thread/BTLE/Bluetooth
- WiFi Marauder companion
IR Module:
- PixMob IR Codes for Flipper Zero
- ir_scope
Hardware:
- SPI Reader
- Read Serial Data from GPS modules
- flash ESP chips from the Flipper
- Magspoof from the Flipper
- i2c Tools
- Low frequency Oscilloscope
- AVR ISP Programmer from the Flipper
- SWD/JTAG debugger
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
Sub-GHz Files for the Flipper Zero
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