From ddb9d9e2ca2181c90e3dccf9cf19162f682871d7 Mon Sep 17 00:00:00 2001
From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
Date: Fri, 30 Dec 2022 16:15:39 -0800
Subject: [PATCH 1/8] Added Graphics & Animations section
---
README.md | 14 ++++++++++++++
1 file changed, 14 insertions(+)
diff --git a/README.md b/README.md
index 9f777b46..bdc9bad9 100644
--- a/README.md
+++ b/README.md
@@ -91,6 +91,20 @@
- [`Muddled Forks` Less-active firmware modifications.](https://github.com/MuddledBox/flipperzero-firmware/tree/muddled_dev)
- [`OpenHaystack BLE mod` Very old PoC that makes Flipper behave like an AirTag.](https://github.com/AlexStrNik/flipperzero-firmware)
+## Graphics & Animations
+- [`Talking Sasquach Animations` Literally wrote the book on making animations.](https://github.com/skizzophrenic/Talking-Sasquach)
+- [`Lab401 Animation Video` YouTube video with a step by step from Talking Sasquach.](https://www.youtube.com/watch?v=Nq5DXhOMo5s)
+- [`Kuronons Graphics` Custom animations, passport backgrounds & profile pictures.](https://github.com/Kuronons/FZ_graphics)
+- [`Flipper Zero Animation Process` Google Doc step by step from Talking Sasquach.](https://docs.google.com/document/d/e/2PACX-1vR_nZRakD6iwJVQS8Pf4y7Wm4klcucrC7EKVO8m_DQV63To7e-alqD0yaoO3sTygjcChfcRo80Hdeet/pub)
+- [`Flipper Animation Manager` Visualize and manage animations directly from your computer.](https://github.com/Ooggle/FlipperAnimationManager)
+- [`zip2Animation` Utility to assist in creating animations.](https://github.com/CharlesTheGreat77/zip2Animation)
+- [`Haseosama Animations` Great collection of custom animations.](https://github.com/Haseosama/FZ_Animations)
+- [`Animations by stopoxy` Another great custom animation collection.](https://github.com/stopoxy/FZAnimations)
+- [`Wr3nch Animations` Some custom animations and scripts.](https://github.com/wrenchathome/flip0anims)
+- [`Dexv Graphics` Custom animations and resources.](https://github.com/DXVVAY/dexv-graphics)
+- [`DoobTheGoober Animations` Custom animations from the creator of zip2Animation](https://github.com/CharlesTheGreat77/FlipperZeroAnimation)
+- [`UberGuidoZ Graphics` Brief description and links to resources, including PYX host.](https://github.com/UberGuidoZ/Flipper/tree/main/Graphics)
+
## Modules & Cases
- [`FlipperZero-Hardware` 3D-Printable cases with custom iButton interface.](https://github.com/s0ko1ex/FlipperZero-Hardware)
- [`Flipper Zero Cases` 3D-Printable case & cover models.](https://github.com/MuddledBox/FlipperZeroCases)
From b0e1a3f6a2e5c1de3bbb80d1973f395dd5739dff Mon Sep 17 00:00:00 2001
From: UberGuidoZ <57457139+UberGuidoZ@users.noreply.github.com>
Date: Fri, 30 Dec 2022 16:34:30 -0800
Subject: [PATCH 2/8] Added Xtreme and Dexv
---
Firmwares.md | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 insertions(+), 3 deletions(-)
diff --git a/Firmwares.md b/Firmwares.md
index 14d6ea15..aa6b921d 100644
--- a/Firmwares.md
+++ b/Firmwares.md
@@ -14,6 +14,8 @@
Official |
Unleashed |
RogueMaster |
+ Xtreme |
+ Dexv |
v1nc |
Wetox |
MuddledBox |
@@ -74,8 +76,7 @@
Built off Unleashed as the base firmware (which is a fork of Official dev firmware.)
Removes Sub-GHz regional transmission restrictions after changes to extend_range.txt file.
Allows Sub-GHz extended frequency range (i.e. restaurant pagers) through extend_range.txt file.
- Has Sub-GHz protocols and most of the other changes taken from Unleashed FW (see changes).
+ Has Sub-GHz protocols and most of the other changes taken from Unleashed FW (see changes).
Adds extra custom assets (Mifare classic dict, example files, etc).
Includes some PRs from Official firmware that are not yet merged in Official firmware (bleeding edge).
@@ -88,6 +89,37 @@
href="https://github.com/RogueMaster/flipperzero-firmware-wPlugins#readme">README.
+
+
+ - Built from RogueMaster (converted to fork of Official for future development).
+ - Removes Sub-GHz regional transmission restrictions after changes to extend_range.txt file.
+ - Allows Sub-GHz extended frequency range (i.e. restaurant pagers) through extend_range.txt file.
+ - Has Sub-GHz protocols and most of the other changes taken from Unleashed FW (see changes).
+ - Adds extra custom assets (Mifare classic dict, 18+ animations, example files, etc).
+ - Includes an enhanced/improved "Dolphin Level" system similar to RogueMaster.
+ - Includes extra apps and plugins from the general community through SD Application loader (FAP files).
+ - Also includes a number of other small tweaks, changes, and stability fixes.
+
+
+
+ - Fork of Clara Crazy's Xtreme FW (converted to fork of Unleashed for future development).
+ - Adds custom-themed graphics and some extra features that are not included in the Official Firmware.
+ - Removes Sub-GHz regional transmission restrictions after changes to extend_range.txt file.
+ - Allows Sub-GHz extended frequency range (i.e. restaurant pagers) through extend_range.txt file.
+ - Has Sub-GHz protocols and most of the other changes taken from Unleashed FW (see changes).
+ - Adds extra custom assets (Mifare classic dict, 18+ animations, example files, etc).
+ - Includes extra apps and plugins from the general community through SD Application loader (FAP files).
+
β¨ v1nc
@@ -136,4 +168,4 @@
Unleashed is more focused on core functionality, stability, and Sub-GHz protocols.
RogueMaster is more focused on visual tweaks, new items, and changes (some experimental).
RogueMaster is based on Unleashed, but may be less stable than Unleashed in some circumstances.
-
\ No newline at end of file
+
From 642ddfbde7ae7cd780d4b92f9bd72f7cc234fefd Mon Sep 17 00:00:00 2001
From: David
Date: Wed, 4 Jan 2023 01:55:26 -0600
Subject: [PATCH 3/8] Add Xtreme and Dexv links
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index bdc9bad9..f99ef979 100644
--- a/README.md
+++ b/README.md
@@ -90,6 +90,8 @@
- [`Wetox` Very similar to the official branch, with a few small tweaks.](https://github.com/wetox-team/flipperzero-firmware)
- [`Muddled Forks` Less-active firmware modifications.](https://github.com/MuddledBox/flipperzero-firmware/tree/muddled_dev)
- [`OpenHaystack BLE mod` Very old PoC that makes Flipper behave like an AirTag.](https://github.com/AlexStrNik/flipperzero-firmware)
+- [`Xtreme` RogueMaster fork with SubGHz frequency extensions and custom assets.](https://github.com/ClaraCrazy/Flipper-Xtreme)
+- [`Dexv` Xtreme fork; The "Will it blend?" of custom firmwares.](https://github.com/DXVVAY/Dexvmaster0)
## Graphics & Animations
- [`Talking Sasquach Animations` Literally wrote the book on making animations.](https://github.com/skizzophrenic/Talking-Sasquach)
From 3d4bdd64fd69be364059cf247b529547680690d1 Mon Sep 17 00:00:00 2001
From: Eric Betts
Date: Mon, 2 Jan 2023 13:16:03 -0800
Subject: [PATCH 4/8] clarify hardware for mfc
---
FAQ.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/FAQ.md b/FAQ.md
index 08c61c82..58d46e4c 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -315,7 +315,7 @@
### Why isn't Mifare Classic emulation working?
> Flipper emulates Mifare Classics according to official specification docs (at 13.56 mhz), however certain card readers operate at slightly different frequencies (such as 13.50 mhz). Since Flipper is unable to detect the frequency (like a real card does), it also can't correct for these minor errors.
> As a result, data transmission doesn't always occur when the reader expects it, and thus emulation is imperfect.
-> There are a few theoretical ways to fix this with software, but the best option would require hardware modification.
+> There are a few theoretical ways to fix this with software, but the best option would require a new hardware revision.
### Why can't I save/emulate Mifare DESFire?
> DESFire is a very complicated and much more secure chipset. There are no known attacks against it yet.
@@ -381,4 +381,4 @@
## WiFi board [π](#top)
-> *(WIP)*
\ No newline at end of file
+> *(WIP)*
From 0fab6b81dbdc9dbd1eb4fc16abd74ab17875cc6b Mon Sep 17 00:00:00 2001
From: Victor Nikitchuk
Date: Wed, 4 Jan 2023 06:45:40 +0300
Subject: [PATCH 5/8] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f99ef979..1f4e8dae 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,7 @@
- [`Soft TPU cover` Similar to the official silicone case.](https://www.printables.com/en/model/272676-soft-tpu-flipper-zero-cover)
- [`Flipper-Boy` Flipper Zero Case with 22mm Watch Strap Adapter.](https://www.printables.com/model/304243-flipper-boy)
- [`WiFi Devboard Pelican Case` Top case that works with the 4mm FZ Pelican case.](https://github.com/Z3BRO/Flipper-Zero-Pelican-Case-Wifi-Devboard)
-- [`RGB Backlight mod` Replace your Flipper LCD's backlight with Adafruit Neopixels.](https://github.com/Z3BRO/Flipper-Zero-RBG-Backlight)
+- [`FlipperZero RGB backlight` Replacing stock backlight with RGB](https://github.com/quen0n/flipperzero-firmware-rgb)
## Off-device & Debugging
- [`Official Web Interface` Web interface to interact with Flipper, including Paint and SUB/IR analyzer.](https://my.flipp.dev/)
From 8bccf4d9bb5f287b9fd5121ba732e006899af427 Mon Sep 17 00:00:00 2001
From: Mikhail Gubenko <19877114+Th3Un1q3@users.noreply.github.com>
Date: Tue, 3 Jan 2023 19:22:18 +0100
Subject: [PATCH 6/8] docs: add resources
* add Flipp Pomodoro Application
* add Application CI/CD Guide
---
README.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/README.md b/README.md
index 1f4e8dae..76617e2f 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@
- [`Spectrum analyzer` Sub-GHz frequency spectrum analyzer.](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer)
- [`Tetris` A rudimentary Tetris game.](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- [`Flappy Bird` The name says it all.](https://github.com/DroomOne/flipperzero-firmware/tree/dev/applications%2Fflappy_bird)
+- [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro)
- [`Mouse jiggler` Keeps PC screens on by acting as a moving mouse.](https://github.com/MuddledBox/flipperzero-firmware/tree/Mouse_Jiggler/applications/mouse_jiggler)
- [`floopper-bloopper` LD#47 Game.](https://github.com/glitchcore/floopper-bloopper)
- [`NRF24 & Mousejacking` PoC NRF24 library and mousejack exploitation app.](https://github.com/mothball187/flipperzero-nrf24)
@@ -162,6 +163,7 @@
- [`Flipper Zero GPIO Pinout` Official GPIO pinouts.](https://miro.com/app/board/uXjVO_LaYYI=/?moveToWidget=3458764522696947614&cot=10)
- [`Add-on Modules GPIO Pinouts` ESP32, ESP8266, ESP32-CAM, ESP32-WROOM, NRF24.](https://github.com/UberGuidoZ/Flipper/tree/main/GPIO)
- [`Firmware roadmap` Official stock firmware roadmap.](https://miro.com/app/board/uXjVO_3D6xU=/?moveToWidget=3458764522498020058&cot=14)
+- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1)
- [`Flipper Zero SW&HW keynote` (OUTDATED) Hardware & software architecture document.](https://miro.com/app/board/o9J_l1XZfbw=/?moveToWidget=3458764514405659414&cot=14)
- [`Unofficial Community Wiki` To help consolidate all things Flipper (official and unofficial).](https://flipperzero.miraheze.org/wiki/Main_Page)
- [`Flipper Zero disassembly guide` Difficulty: Moderate, Time: 8-15 Minutes.](https://www.ifixit.com/Guide/Flipper+Zero+Disassembly/151455)
From 323f57e512733b7dd7b06a0f9f4c9d9d7ca3d2d7 Mon Sep 17 00:00:00 2001
From: David
Date: Wed, 4 Jan 2023 02:49:14 -0600
Subject: [PATCH 7/8] Move new links to end of sections
---
README.md | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 76617e2f..7e59d480 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,6 @@
- [`Spectrum analyzer` Sub-GHz frequency spectrum analyzer.](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer)
- [`Tetris` A rudimentary Tetris game.](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
- [`Flappy Bird` The name says it all.](https://github.com/DroomOne/flipperzero-firmware/tree/dev/applications%2Fflappy_bird)
-- [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro)
- [`Mouse jiggler` Keeps PC screens on by acting as a moving mouse.](https://github.com/MuddledBox/flipperzero-firmware/tree/Mouse_Jiggler/applications/mouse_jiggler)
- [`floopper-bloopper` LD#47 Game.](https://github.com/glitchcore/floopper-bloopper)
- [`NRF24 & Mousejacking` PoC NRF24 library and mousejack exploitation app.](https://github.com/mothball187/flipperzero-nrf24)
@@ -77,6 +76,7 @@
- [`USB HID Autofire` Send left-clicks as a USB HID device.](https://github.com/pbek/usb_hid_autofire)
- [`Flipper Authenticator` Generate TOTP authentication codes.](https://github.com/akopachov/flipper-zero_authenticator/)
- [`Unitemp` Application for reading temperature, humidity and pressure sensors using Onewire, Singlewire, I2C protocols](https://github.com/quen0n/unitemp-flipperzero)
+- [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro)
## Firmwares & Tweaks
@@ -163,7 +163,6 @@
- [`Flipper Zero GPIO Pinout` Official GPIO pinouts.](https://miro.com/app/board/uXjVO_LaYYI=/?moveToWidget=3458764522696947614&cot=10)
- [`Add-on Modules GPIO Pinouts` ESP32, ESP8266, ESP32-CAM, ESP32-WROOM, NRF24.](https://github.com/UberGuidoZ/Flipper/tree/main/GPIO)
- [`Firmware roadmap` Official stock firmware roadmap.](https://miro.com/app/board/uXjVO_3D6xU=/?moveToWidget=3458764522498020058&cot=14)
-- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1)
- [`Flipper Zero SW&HW keynote` (OUTDATED) Hardware & software architecture document.](https://miro.com/app/board/o9J_l1XZfbw=/?moveToWidget=3458764514405659414&cot=14)
- [`Unofficial Community Wiki` To help consolidate all things Flipper (official and unofficial).](https://flipperzero.miraheze.org/wiki/Main_Page)
- [`Flipper Zero disassembly guide` Difficulty: Moderate, Time: 8-15 Minutes.](https://www.ifixit.com/Guide/Flipper+Zero+Disassembly/151455)
@@ -172,7 +171,7 @@
- [`ESP32 Marauder guide video` Companion video for the above link.](https://youtu.be/_YLTpNo5xa0)
- [`Flipper Skylanders` How to read a Skylanders figure with Flipper.](https://github.com/V0lk3n/Flipper-Skylanders)
- [`Flipper Zero Dimensions` Basic info on screen and case dimensions.](https://github.com/UberGuidoZ/Flipper/tree/main/FlipperZero_Dimensions)
-
+- [`Application CI/CD Guide` A complete guide on how to adopt flipper application to regular API changes.](https://gist.github.com/Th3Un1q3/233fa6900d13caa95c6383e53a92bed1)
From cd9afc952d3294ddd9f4f486c2a82966233814d7 Mon Sep 17 00:00:00 2001
From: Clara K
Date: Wed, 4 Jan 2023 14:36:30 +0100
Subject: [PATCH 8/8] Update README.md
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 7e59d480..d9852fce 100644
--- a/README.md
+++ b/README.md
@@ -87,12 +87,12 @@
- [`Unleashed` Unlocked firmware with rolling codes support & community plugins, stable tweaks, and games.](https://github.com/DarkFlippers/unleashed-firmware)
- [`RogueMaster` Fork of Unleashed firmware with custom graphics, experimental tweaks, community plugins and games.](https://github.com/RogueMaster/flipperzero-firmware-wPlugins)
+- [`Xtreme` Official fork with cleaned up codebase, more module extensions and custom assets.](https://github.com/ClaraCrazy/Flipper-Xtreme)
+- [`Dexv` Xtreme fork; The "Will it blend?" of custom firmwares.](https://github.com/DXVVAY/Dexvmaster0)
- [`v1nc flipper zero firmware` Unleashed fork with support for different Duckyscript keyboard layouts & community plugins.](https://github.com/v1nc/flipperzero-firmware)
- [`Wetox` Very similar to the official branch, with a few small tweaks.](https://github.com/wetox-team/flipperzero-firmware)
- [`Muddled Forks` Less-active firmware modifications.](https://github.com/MuddledBox/flipperzero-firmware/tree/muddled_dev)
- [`OpenHaystack BLE mod` Very old PoC that makes Flipper behave like an AirTag.](https://github.com/AlexStrNik/flipperzero-firmware)
-- [`Xtreme` RogueMaster fork with SubGHz frequency extensions and custom assets.](https://github.com/ClaraCrazy/Flipper-Xtreme)
-- [`Dexv` Xtreme fork; The "Will it blend?" of custom firmwares.](https://github.com/DXVVAY/Dexvmaster0)
## Graphics & Animations
- [`Talking Sasquach Animations` Literally wrote the book on making animations.](https://github.com/skizzophrenic/Talking-Sasquach)