Welcome to Flipper Zero's Custom Firmware repo! Our goal is to make any features possible in this device without any limitations!
Please help us implement emulation for all dynamic (rolling codes) protocols and brute-force app!
This software is for experimental purposes only and is not meant for any illegal activity/purposes.
We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law.
Also this software is made without any support from Flipper Devices and in no way related to official devs.
Our Discord Community:
- Unpack
flipper-z-f7-update-(CURRENT VERSION).tgz
(or.zip
) into any free folder on your PC or smartphone - You should find folder named
f7-update-(CURRENT VERSION)
that contains files likeupdate.fuf
,resources.tar
and etc.. - Remove microSD card from flipper and insert it into PC or smartphone (you can skip this step and upload all files using qFlipper)
- Create new folder
update
on the root of the microSD card and move folder that you previously extracted from archive -f7-update-(CURRENT VERSION)
intoupdate
on microSD card - So result should look like
update/f7-update-(CURRENT VERSION)/
with all files in this folder on microSD card, remember iOS default Files app doesnt show all files properly (3 instead of 6), so you need to use another app for unpacking or use PC or Android - Verify that all files are present on your microSD card
- After all you need to insert microSD card back into flipper, navigate into filebrowser, open this file
update/f7-update-(CURRENT VERSION)/update.fuf
- Update will start, wait for all stages, and when flipper started after update, you can upload any custom IR libs, and other stuff using qFlipper or directly into microSD card
-
Connect your device and select
Update from file
then selectflipper-z-f7-full-(CURRENT VERSION).dfu
-
And wait, if all flashed successfully - you can manually upload IR libs and other stuff to sd card
-
If you doing install for first time or migrating from official fw, unpack 2 folders from archive
sd-card-(CURRENT VERSION).zip
onto your microSD card
-
Download latest Firmware
-
Reboot Flipper to Bootloader
- Press and hold
← Left
+↩ Back
for reset - Release
↩ Back
and keep holding← Left
until blue LED lights up - Release
← Left
-
Run
dfu-util -D flipper-z-f7-full-(CURRENT VERSION).dfu -a 0
-
If you doing install for first time or migrating from official fw, unpack 2 folders from archive
sd-card-(CURRENT VERSION).zip
to your microSD card
- ETH/BSC/ERC20-Tokens:
0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a
- BTC:
bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
- DOGE:
D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
- LTC:
ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9
You should clone with
$ git clone --recursive https://github.com/Eng1n33r/flipperzero-firmware.git
- Install Docker Engine and Docker Compose
- Prepare the container:
docker-compose up -d
docker-compose exec dev ./fbt
docker-compose exec dev ./fbt --with-updater COMPACT=1 DEBUG=0 updater_package
Check dist/
for build outputs.
Use flipper-z-{target}-full-{suffix}.dfu
to flash your device.
If compilation fails, make sure all submodules are all initialized. Either clone with --recursive
or use git submodule update --init --recursive
.
Check out documentation/fbt.md
for details on building and flashing firmware.
Make sure you have brew and install all the dependencies:
brew bundle --verbose
Install Python packages required by assets build scripts: pip3 install -r scripts/requirements.txt
./fbt
./fbt --with-updater COMPACT=1 DEBUG=0 updater_package
Check dist/
for build outputs.
Use flipper-z-{target}-full-{suffix}.dfu
to flash your device.
- Clock/Stopwatch (By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)
- UniversalRF Remix (By ESurge)(Original UniversalRF By jimilinuxguy)
- Tetris (By jeffplang)
- Spectrum Analyzer (By jolcese) - Ultra Narrow mode & scan channels non-consecutively
- Arkanoid (By gotnull)
- Tic Tac Toe (By gotnull)
-
Unofficial Discord: discord.gg/58D6E8BtTU
-
Docs by atmanos: https://flipper.atmanos.com/docs
-
Official Docs: http://docs.flipperzero.one
-
Official Forum: forum.flipperzero.one
applications
- Applications and services used in firmwareassets
- Assets used by applications and servicescore
- Furi Core: os level primitives and helpersdebug
- Debug tool: GDB-plugins, SVD-file and etcdocker
- Docker image sources (used for firmware build automation)documentation
- Documentation generation system configs and input filesfirmware
- Firmware source codelib
- Our and 3rd party libraries, drivers and etc...site_scons
- Build helpersscripts
- Supplementary scripts and python libraries home
Also pay attention to ReadMe.md
files inside of those directories.