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 01/16] 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 02/16] 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. +

    + πŸ’‹ Flipper-Xtreme + + ClaraCrazy/Flipper-Xtreme/ + +

    + +

    + πŸ’ŽDexv + + DXVVAY/Dexvmaster0 + +

    +

    ⌨ 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 03/16] 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 04/16] 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 05/16] 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 06/16] 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 07/16] 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 08/16] 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) From 57d05c3c455a5bfb4a1a84497c33483fd2f8ec0a Mon Sep 17 00:00:00 2001 From: Victor Nikitchuk Date: Sat, 7 Jan 2023 08:51:58 +0300 Subject: [PATCH 09/16] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9852fce..7333ea94 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ - [`GPS` Display data from a serial GPS module.](https://github.com/ezod/flipperzero-gps) - [`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) +- [`Unitemp` Temperature, humidity and pressure sensors reader (DHT11/22, DS18B20, BMP280, HTU21x and more)](https://github.com/quen0n/unitemp-flipperzero) - [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro) ## Firmwares & Tweaks From e5a8563d1a98ac9beecce45172cbe38ec05b5a4f Mon Sep 17 00:00:00 2001 From: Slavik Nychkalo Date: Sat, 14 Jan 2023 20:45:53 +0200 Subject: [PATCH 10/16] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7333ea94..fd1c48f8 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ - [`Flipper Authenticator` Generate TOTP authentication codes.](https://github.com/akopachov/flipper-zero_authenticator/) - [`Unitemp` Temperature, humidity and pressure sensors reader (DHT11/22, DS18B20, BMP280, HTU21x and more)](https://github.com/quen0n/unitemp-flipperzero) - [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro) +- [`Xbox Controller` Easy controller for Xbox One with IR](https://github.com/gebeto/flipper-xbox-controller) ## Firmwares & Tweaks From 5d37b0866b2ea5ec72c77f499cd680286f7e6287 Mon Sep 17 00:00:00 2001 From: meoker <122684224+meoker@users.noreply.github.com> Date: Thu, 19 Jan 2023 21:55:32 +0100 Subject: [PATCH 11/16] Pagger - Sub-GHz generators for pagers system. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fd1c48f8..652c9ed0 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ - [`flipper0` Rusty crate with safe interface to Flipper Firmware and autogen bindings underneath.](https://crates.io/crates/flipper0) - [`flipperzero-rs` Hand-crafted bindings to Flipper Firmware with custom build tool.](https://github.com/dcoles/flipperzero-rs) - [`fzfs` Flipper Zero filesystem driver.](https://github.com/dakhnod/fzfs) +- [`Pagger` Sub-GHz generators for restaurants/kiosks pagers system.](https://github.com/meoker/pagger) ## Notes & References - [`Official battery self-repair guide` How to troubleshoot battery issues.](https://cdn.flipperzero.one/self-repair-guide.pdf) From c6526fcf8f8630ea3e178d1220576f94bca007b0 Mon Sep 17 00:00:00 2001 From: meoker <122684224+meoker@users.noreply.github.com> Date: Fri, 20 Jan 2023 11:32:10 +0100 Subject: [PATCH 12/16] Pagger - Sub-GHz generators for paging systems. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 652c9ed0..4c119fcc 100644 --- a/README.md +++ b/README.md @@ -153,7 +153,7 @@ - [`flipper0` Rusty crate with safe interface to Flipper Firmware and autogen bindings underneath.](https://crates.io/crates/flipper0) - [`flipperzero-rs` Hand-crafted bindings to Flipper Firmware with custom build tool.](https://github.com/dcoles/flipperzero-rs) - [`fzfs` Flipper Zero filesystem driver.](https://github.com/dakhnod/fzfs) -- [`Pagger` Sub-GHz generators for restaurants/kiosks pagers system.](https://github.com/meoker/pagger) +- [`Pagger` Sub-GHz generators for restaurants/kiosks paging systems.](https://github.com/meoker/pagger) ## Notes & References - [`Official battery self-repair guide` How to troubleshoot battery issues.](https://cdn.flipperzero.one/self-repair-guide.pdf) From f9adc2033c47b716b0d4f626c4aedad7a78f3773 Mon Sep 17 00:00:00 2001 From: mnenkov Date: Sun, 22 Jan 2023 12:27:03 +0200 Subject: [PATCH 13/16] Repository with tools and animations I have made a batch manifest creator and around 60 animations. Around 35 of those are unique and the others are inversed colors so that everyone could choose an orange or black background. I need to add the animations and previews in the repository, I just finished working on the animations, ill make some more and add everything! --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4c119fcc..7a5c0607 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ - [`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) +- [`Animations by mnenkov` A dump with animations and manifest creator for batch files.](https://github.com/mnenkov/flipper-zero-animations) ## Modules & Cases - [`FlipperZero-Hardware` 3D-Printable cases with custom iButton interface.](https://github.com/s0ko1ex/FlipperZero-Hardware) From f0cc452d2a835e3c80029d7514c7e10c08c14f64 Mon Sep 17 00:00:00 2001 From: DEXV <89728480+DXVVAY@users.noreply.github.com> Date: Tue, 24 Jan 2023 21:53:58 +0100 Subject: [PATCH 14/16] Update Firmwares.md --- Firmwares.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Firmwares.md b/Firmwares.md index aa6b921d..1cfcac80 100644 --- a/Firmwares.md +++ b/Firmwares.md @@ -117,7 +117,7 @@
  • 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).
  • +
  • Adds extra custom assets (Mifare classic dict, example files, etc).
  • Includes extra apps and plugins from the general community through SD Application loader (FAP files).
  • From 939d05210fbfe8bb365852780bee68ff501d3e30 Mon Sep 17 00:00:00 2001 From: Igor Danilov <59930161+polarikus@users.noreply.github.com> Date: Fri, 27 Jan 2023 08:28:00 +0300 Subject: [PATCH 15/16] Add Bar Code Scanner Emulator (#95) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7a5c0607..004e2a52 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ - [`Flipper Authenticator` Generate TOTP authentication codes.](https://github.com/akopachov/flipper-zero_authenticator/) - [`Unitemp` Temperature, humidity and pressure sensors reader (DHT11/22, DS18B20, BMP280, HTU21x and more)](https://github.com/quen0n/unitemp-flipperzero) - [`Flipp Pomodoro` Pomodoro Timer Tool for productivity.](https://github.com/Th3Un1q3/flipp_pomodoro) +- [`COM Port Scanner Emulator` Barcode Scanner Emulator.](https://github.com/polarikus/flipper-zero_bc_scanner_emulator) - [`Xbox Controller` Easy controller for Xbox One with IR](https://github.com/gebeto/flipper-xbox-controller) ## Firmwares & Tweaks From daba9c276b9ce7fb709c7a8102003459abbb923a Mon Sep 17 00:00:00 2001 From: David Date: Thu, 26 Jan 2023 23:29:29 -0600 Subject: [PATCH 16/16] Survey promotion --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 004e2a52..c8fcafeb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,18 @@
    +

    ⏳ Got a few minutes?

    +

    Please consider filling out this survey! πŸ“

    +
    +

    πŸ‘‰ https://dj.je/fzs πŸ‘ˆ

    +
    +

    +To celebrate the Flipper's 1-year anniversary (since shipping), I'm conducting a small research project around Flipper Zero users.
    +It will take about 5-10 minutes to complete, and all the open-ended questions are optional. Thank you! +

    + +
    + ## Databases & Dumps