unleashed-firmware/ReadMe.md
2022-07-10 16:43:08 +03:00

4.4 KiB

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
  • 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.