No description
Find a file
2022-09-05 14:05:43 +03:00
.github Amap workflow, "toolchain improvements" (#1685) 2022-09-03 16:09:03 +09:00
.vscode [FL-2059] Storage fixes for handling empty files (#1563) 2022-08-10 00:57:11 +09:00
applications some fixes for rfid fuzzer 2022-09-05 14:05:43 +03:00
assets some fixes for rfid fuzzer 2022-09-05 14:05:43 +03:00
brew-cask fix macOS builds & update changelog 2022-06-14 02:45:06 +03:00
debug fbt fixes & improvements (#1490) 2022-08-02 22:46:43 +09:00
documentation update docs and fix led in subghz decode scene 2022-08-30 23:14:43 +03:00
firmware Merge branch 'fz-dev' into dev 2022-09-03 16:30:13 +03:00
furi Merge branch 'fz-dev' into dev 2022-08-27 16:17:16 +03:00
lib formatted, attempt to fix rfid fuzzer crash 2022-09-03 23:10:07 +03:00
scripts Merge branch 'fz-dev' into dev 2022-09-03 16:30:13 +03:00
site_scons allow setting custom flipper name 2022-08-14 05:34:54 +03:00
.clang-format [FL-2520] FW build with -Wextra (#1185) 2022-05-06 16:37:10 +03:00
.drone.yml Universal remote for fans, new buttons for AC 2022-08-26 20:02:25 +03:00
.editorconfig Create .editorconfig (#889) 2021-12-15 14:33:52 +03:00
.gitattributes [FL-2554] Embedded arm-none-eabi toolchain (#1351) 2022-07-15 01:24:26 +09:00
.gitignore Merge branch 'fz-dev' into dev 2022-08-23 11:11:11 +03:00
.gitmodules PicoPass / iClass (#1298) 2022-07-03 17:44:38 +09:00
.pvsconfig fbt: fixed include paths; added PVS-Studio configuration (#1615) 2022-08-23 02:06:17 +09:00
.pvsoptions Amap and PVS Studio reports in CI/CD (#1526) 2022-08-23 20:29:26 +09:00
Brewfile Merge branch 'fz-dev' into dev 2022-06-26 15:16:32 +03:00
CHANGELOG.md update docs and fix led in subghz decode scene 2022-08-30 23:14:43 +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
fbt [FL-2649] Drop Docker in CI/CD (#1412) 2022-08-02 23:05:31 +09:00
fbt.cmd Fix git submodules update called anyways (#1450) 2022-07-26 02:09:04 +03:00
fbt_options.py debug pack 2022-09-03 23:47:15 +03:00
firmware.scons [FL-2529][FL-1628] New LF-RFID subsystem (#1601) 2022-08-24 00:57:39 +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 docs and fix led in subghz decode scene 2022-08-30 23:14:43 +03:00
SConstruct Update comment in SConstruct (#1684) 2022-08-30 21:15:14 +09:00

fzCUSTOM

Welcome to Flipper Zero Unleashed Firmware repo!

Our goal is to make any features possible in this device without any limitations!

Please help us implement emulation for all subghz dynamic (rolling code) protocols and static code brute-force plugin!



Our Discord Community:
Unofficial Discord Community


What's changed

  • SubGHz regional TX restrictions removed
  • SubGHz frequecy range can be extended in settings file (Warning: It can damage flipper's hardware)
  • Many rolling code protocols now have the ability to save & send captured signals
  • FAAC SLH (Spa) & BFT Mitto (secure with seed) manual creation
  • Custom community plugins and games added
  • Extra SubGHz frequencies + extra Mifare Classic keys
  • Picopass/iClass plugin included in releases
  • Recompiled IR TV Universal Remote for ALL buttons
  • Universal remote for Projectors, Fans, A/Cs and Audio(soundbars, etc.)
  • BadUSB keyboard layouts
  • Customizable Flipper name
  • Other small fixes and changes throughout

See changelog in releases for latest updates!

Current modified and new SubGHz protocols list:

  • HCS101
  • An-Motors
  • CAME Atomo
  • FAAC SLH (Spa) [External seed calculation required]
  • BFT Mitto [External seed calculation required]
  • Keeloq [Not ALL systems supported yet!]
  • Nice Flor S
  • Security+ v1 & v2
  • Star Line

Support us so we can buy equipment and develop new features

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

Community apps included:

Other changes

Instructions

- How to install firmware

- How to build firmware

- BadUSB: how to add new keyboard layouts

- How to change Flipper name

Plugins

- Configure Sub-GHz Remote App

- Barcode Generator

- Multi Converter

- WAV Player sample files & how to convert

Plugins that works with external hardware

- How to use: [NRF24] plugins

- How to use: [WiFi] Scanner

- How to use: [ESP8266] Deauther

- How to use: [ESP32] WiFi Marauder

- [WiFi] Scanner - Web Flasher for module firmware

- [ESP8266] Deauther - Web Flasher for module firmware

- Windows: How to Upload .bin to ESP32/ESP8266

- How to use: [GPIO] SentrySafe plugin

SubGHz

- Transmission is blocked? - How to extend SubGHz frequency range

- How to add extra SubGHz frequencies



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

Awesome Flipper Zero - Github

UberGuidoZ Playground - Large collection of files - Github

CAME-12bit, NICE-12bit, Linear-10bit, PT-2240 - SubGHz fixed code bruteforce



Links

Project structure

  • applications - Applications and services used in firmware
  • assets - Assets used by applications and services
  • furi - Furi Core: os level primitives and helpers
  • debug - Debug tool: GDB-plugins, SVD-file and etc
  • 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.