No description
Find a file
2022-07-13 16:52:49 +03:00
.github Merge remote-tracking branch 'flipperdevices/dev' into dev 2022-07-03 21:04:15 +03:00
applications update screen after sending signal 2022-07-11 23:26:39 +03:00
assets Revert "Merge remote-tracking branch 'origin/dev' into dev" 2022-07-13 16:23:48 +03:00
brew-cask fix macOS builds & update changelog 2022-06-14 02:45:06 +03:00
core [FL-2612, FL-2618, FL-2619, FL-2622] CLI, threads, notifications, archive fixes (#1354) 2022-07-06 22:54:08 +09:00
debug [FL-2198], [FL-2161] NFC emulation refactoring (#968) 2022-02-02 22:59:28 +03:00
docker [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
documentation update readme 2022-07-10 03:47:36 +03:00
firmware Merge branch 'fz-dev' into dev 2022-07-12 18:51:45 +03:00
lib Merge branch 'flipperdevices:dev' into dev 2022-07-08 15:57:08 +03:00
scripts Merge branch 'fz-dev' into dev 2022-07-04 21:57:40 +03:00
site_scons Merge branch 'flipperdevices:dev' into dev 2022-07-05 15:25:59 +03:00
.clang-format [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
.drone.yml update readme 2022-07-13 16:52:49 +03:00
.editorconfig Create .editorconfig (#889) 2021-12-15 14:33:52 +03:00
.gitattributes windows toolchain from ofw 2022-07-02 02:31:16 +03:00
.gitignore windows toolchain from ofw 2022-07-02 02:31:16 +03:00
.gitmodules PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
Brewfile Merge branch 'fz-dev' into dev 2022-06-26 15:16:32 +03:00
CHANGELOG.md update readme 2022-07-13 16:52:49 +03:00
CODE_OF_CONDUCT.md Code of Conduct (#739) 2021-10-02 20:32:18 +03:00
CODING_STYLE.md [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
docker-compose.yml [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
fbt fbt: added support for FBT_NO_SYNC environment variable to skip submodule update at start (#1363) 2022-07-05 03:38:18 +10:00
fbt.cmd Merge branch 'fz-dev' into dev 2022-07-04 21:57:40 +03:00
fbt_options.py Merge branch 'fz-dev' into dev 2022-07-04 21:57:40 +03:00
firmware.scons fbt: compile_commands fixes & better latest directory handling (#1368) 2022-07-05 21:24:59 +09:00
LICENSE Add LICENSE (#644) 2021-08-13 21:19:42 +03:00
Makefile [FL-2052] New build system based on scons (#1269) 2022-06-26 21:00:03 +09:00
ReadMe.md update readme 2022-07-13 16:52:49 +03:00
SConstruct Add a FORCE=1 checker for flash (#1386) 2022-07-13 05:38:40 +10:00

Flipper Zero Unleashed Firmware

fzCUSTOM

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!

Please use for experimental purposes only!



Our Discord Community:
Unofficial Discord Community


What changed

  • SubGhz regional TX restriction removed
  • Rolling code protocols now has ability to save & send captured signals
  • FAAC SLH (Spa) & BFT Mitto (secure with seed) manual creation
  • Custom plugins and games included
  • Extra SubGhz frequencies + extra mifare classic keys
  • Picopass/iClass plugin is included in releases
  • Recompiled IR TV Universal Remote for ALL buttons
  • Other small fixes and changes

See changelog in releases for latest updates!

Current modified and new SubGhz protocols list:

  • CAME Atomo
  • FAAC SLH (Spa)
  • Keeloq(+ proper manufacturer codes selection)
  • Nice Flor S
  • SecPlus v1 & v2
  • Star Line

Apps included:

Support us so we can buy equipment and develop new features

  • ETH/BSC/ERC20-Tokens: 0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a
  • BTC: bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9
  • DOGE: D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv
  • LTC: ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9

Instructions

- How to install firmware

- How to build firmware

- Configure UniversalRF Remix App



Where I can find IR, SubGhz, ... DBs, and other stuff?

Awesome Flipper Zero - Github

UberGuidoZ Playground - Large collection of files - Github



Links

Project structure

  • applications - Applications and services used in firmware
  • assets - Assets used by applications and services
  • core - Furi Core: os level primitives and helpers
  • debug - Debug tool: GDB-plugins, SVD-file and etc
  • docker - Docker image sources (used for firmware build automation)
  • documentation - Documentation generation system configs and input files
  • firmware - Firmware source code
  • lib - Our and 3rd party libraries, drivers and etc...
  • site_scons - Build helpers
  • scripts - Supplementary scripts and python libraries home

Also pay attention to ReadMe.md files inside of those directories.