Skip to content

ActuallyTaylor/tays-firmware

 
 

Repository files navigation

Welcome to Tay's Flipper Zero Firmware!

This firmware is a fork from DarkFlippers/unleashed-firmware

This software is for experimental purposes only and is not meant for any illegal activity/purposes.
I 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 is in no way related to the official devs.

What's changed

Tay's Version

  • D&D style leveling system. Deed's and app limits scale with your Flipper's level.

Core Unleashed Firmware

  • Sub-GHz lib & hal

    • Regional TX restrictions removed
    • Extra Sub-GHz frequencies
    • Frequency 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 (keeloq secure with seed) manual creation
    • External CC1101 module support (by quen0n)
  • Sub-GHz Main App

    • Save last used frequency (by derskythe)
    • New frequency analyzer (by ClusterM)
    • Press OK in frequency analyzer to use detected frequency in Read modes (by derskythe)
    • Long press OK button in Sub-GHz Frequency analyzer to switch to Read menu (by derskythe)
    • New option to use timestamps + protocol name when you saving file, instead of random name or timestamp only - Enable in Radio Settings -> Protocol Names = ON
    • Read mode UI improvements (shows time when signal was received) (by @wosk)
    • External CC1101 module support (Hardware SPI used)
    • Hold right in received signal list to delete selected signal
    • Custom buttons for Keeloq / Alutech AT4N / Nice Flor S / Somfy Telis / Security+ 2.0 / CAME Atomo - now you can use arrow buttons to send signal with different button code
    • Add manually menu extended with new protocols
    • FAAC SLH, BFT Mitto / Somfy Telis / Nice Flor S / CAME Atomo, etc.. manual creation with programming new remote into receiver (use button 0xF for BFT Mitto, 0x8 (Prog) on Somfy Telis, (right arrow button for other protocols))
    • Debug mode counter increase settings (+1 -> +5, +10, default: +1)
    • Debug PIN output settings for protocol development
  • Sub-GHz apps by unleashed team

    • Sub-GHz Bruteforce - static code brute-force plugin |
      • Time delay (between signals) setting (hold Up in main screen(says Up to Save)) + configure repeats in protocols list by pressing right button on selected protocol
      • Load your own file and select bytes you want to bruteforce or use preconfigured options in protocols list
    • Sub-GHz Remote - remote control for 5 sub-ghz files | bind one file for each button
      • use the built-in constructor or make config file by following this instruction
  • Infrared

    • Recompiled IR TV Universal Remote for ALL buttons
    • Universal remotes for Projectors, Fans, A/Cs and Audio(soundbars, etc.) -> Also always updated and verified by our team
    • Infrared -> RCA Protocol
    • Infrared -> Debug TX PIN output settings
  • NFC/RFID/iButton

    • LFRFID/iButton Fuzzer plugins
    • Extra Mifare Classic keys
    • EMV Protocol + Public data parser (by @Leptopt1los and @wosk)
    • NFC/LFRFID - Stop emulation after 5 mins to avoid antenna damage (by @Leptopt1los)
    • NFC Add manually -> Mifare Classic with custom UID
    • NFC parsers: Umarsh, Zolotaya Korona, Kazan, Metromoney, Moscow Social Card, Troika (reworked) and many others (by @Leptopt1los and @assasinfil)
  • Quality of life & other features

    • Customizable Flipper name Update! Now can be changed in Settings->Desktop (by @xMasterX and @Willy-JL)
    • Text Input UI element -> Cursor feature (by @Willy-JL)
    • Byte Input Mini editor -> Press UP multiple times until the nibble editor appears (by @gid9798)
    • Clock on Desktop -> Settings -> Desktop -> Show Clock (by @gid9798)
    • Battery percentage display with different styles Settings -> Desktop -> Battery View
    • More games in Dummy Mode -> click or hold any of arrow buttons
    • Lock device with pin(or regular lock if pin not set) by holding UP button on main screen (by an4tur0r)
    • BadBT plugin (BT version of BadKB) (by Willy-JL, ClaraCrazy, XFW contributors) - (See in Applications->Tools) - (aka BadUSB via Bluetooth)
    • BadUSB -> Keyboard layouts (by rien > dummy-decoy)
    • Custom community plugins and games added + all known working apps can be downloaded in extra pack in every release
    • Other small fixes and changes throughout
    • See other changes in readme below

Also check the changelog in releases for latest updates!

Current modified and new Sub-GHz protocols list:

Thanks to Official team (to their SubGHz Developer, Skorp) for implementing decoders for these protocols in OFW.

Keeloq [Not ALL systems supported for decode or emulation!] - Supported manufacturers list

Encoders or sending made by @xMasterX:

  • Nero Radio 57bit (+ 56bit encoder improvements)
  • CAME 12bit/24bit encoder fixes (Fixes now merged in OFW)
  • Keeloq: Dea Mio, Genius Bravo, GSN, HCS101, AN-Motors, JCM Tech, MHouse, Nice Smilo, DTM Neo, FAAC RC,XT, Mutancode, Normstahl, Beninca + Allmatic, Stilmatic, CAME Space, Aprimatic (model TR and similar), Centurion Nova (thanks Carlos !)

Encoders or sending made by @Eng1n33r(first implementation in Q2 2022) & @xMasterX (current version):

  • CAME Atomo -> Update! check out new instructions
  • Nice Flor S -> How to create new remote - instructions
  • FAAC SLH (Spa) -> Update!!! Check out new instructions
  • Keeloq: BFT Mitto -> Update! Check out new instructions
  • Star Line
  • Security+ v1 & v2 (encoders was made in OFW)

Encoders made by @assasinfil & @xMasterX:

  • Somfy Telis -> How to create new remote - instructions
  • Somfy Keytis
  • KingGates Stylo 4k
  • Alutech AT-4N -> How to create new remote - instructions
  • Nice ON2E (Nice One) -> How to create new remote - instructions

Instructions

First look at official docs docs.flipper.net

Firmware & Development

- CLion IDE - How to setup workspace for flipper firmware development by Savely Krasovsky

- "Hello world!" - plugin tutorial English by DroomOne | Russian by Pavel Yakovlev

- How to write your own app. Docs by atmanos ⚠️outdated API

Firmware & main Apps feature

Sub-GHz

- Transmission is blocked? How to extend Sub-GHz frequency range

- Configure Sub-GHz Remote App Not recommended, please use embedded configurator

Plugins

- TOTP (Authenticator): config description

- Barcode Generator: How to use

- Multi Converter: How to use

- Sub-GHz playlist: generator script

Plugins that works with external hardware [GPIO]

- Unitemp - Temperature sensors reader: How to use & supported sensors

- [NMEA] GPS: How to use

- i2c Tools How to use

- [NRF24] plugins: How to use

- [WiFi] Scanner: How to use | Web Flasher

- [ESP8266] Deauther: How to use | Web Flasher

- [ESP32] WiFi Marauder: How to use docs by UberGuidoZ | Marauder repo

- [ESP32-CAM] Camera Suite: How to use

- How to Upload .bin to ESP32/ESP8266: Windows | FAP "ESP flasher"

- [GPIO] SentrySafe plugin: How to use



Where I can find IR, Sub-GHz, ... files, DBs, and other stuff?



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 the ReadMe.md files inside those directories.

About

Flipper Zero Unleashed Firmware With Some Quality of Life Changes

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.7%
  • Python 1.2%
  • C++ 0.1%
  • Assembly 0.0%
  • Shell 0.0%
  • JavaScript 0.0%