From 57d05c3c455a5bfb4a1a84497c33483fd2f8ec0a Mon Sep 17 00:00:00 2001 From: Victor Nikitchuk Date: Sat, 7 Jan 2023 08:51:58 +0300 Subject: [PATCH 1/8] 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 2/8] 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 3/8] 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 4/8] 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 5/8] 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 6/8] 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 7/8] 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 8/8] 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