mirror of
https://github.com/djsime1/awesome-flipperzero.git
synced 2025-03-13 01:16:30 -04:00
Merge branch 'main' of https://github.com/djsime1/awesome-flipperzero into rogue_main
This commit is contained in:
commit
dfa0084db4
4
FAQ.md
4
FAQ.md
@ -312,7 +312,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.
|
||||
@ -378,4 +378,4 @@
|
||||
|
||||
|
||||
## WiFi board [🔝](#top)
|
||||
> *(WIP)*
|
||||
> *(WIP)*
|
||||
|
13
Firmwares.md
13
Firmwares.md
@ -24,14 +24,14 @@
|
||||
</h2>
|
||||
<ul>
|
||||
<li>Built off Unleashed as the base firmware (which is a fork of Official dev firmware.)</li>
|
||||
<li>Removes Sub-GHz regional transmission restrictions after changes to <em>extend_range.txt</em> file.</li>
|
||||
<li>Removes Sub-GHz regional transmission restrictions after changes to <em>extend_range.txt</em> file OR through Extend Range app.</li>
|
||||
<li>Allows Sub-GHz extended frequency range (i.e. restaurant pagers) through <em>extend_range.txt</em> file.</li>
|
||||
<li>Has Sub-GHz protocols and most of the other changes taken from Unleashed FW (see <a href="#unleashed">changes</a>).</li>
|
||||
<li>Has Sub-GHz protocols and all the other changes taken from Unleashed FW (see <a href="#unleashed">changes</a>).</li>
|
||||
<li>Adds extra custom assets <em>(Mifare classic dict, example files, etc)</em>.</li>
|
||||
<li>Includes some PRs from Official firmware that are not yet merged in Official firmware <em>(bleeding edge)</em>.</li>
|
||||
<li>Includes a number of games, some experimental only, as well as "Games Only Mode" (aka Dumb Mode).</li>
|
||||
<li>Includes an enhanced, but experimental, new "Dolphin Level" system.</li>
|
||||
<li>Has added most known community tweaks, plugins & games (some may be unstable or incomplete.)</li>
|
||||
<li>Includes a number of games, some experimental, as well as a real "Games Only Mode".</li>
|
||||
<li>Includes an enhanced new "Dolphin Level" system.</li>
|
||||
<li>Has added most known community tweaks, plugins & games</li>
|
||||
<li>Also includes a number of other small tweaks and changes.</li>
|
||||
<ul><li>More details and full list in their <a href="https://github.com/RogueMaster/flipperzero-firmware-wPlugins#readme">README</a>.</li></ul>
|
||||
|
||||
@ -73,7 +73,6 @@
|
||||
<ul>
|
||||
<li><em>The Flipper team has a list of device names with their corresponding production information <a href="https://discord.com/channels/740930220399525928/765282833744265246/971881286543224852">(No shipping address)</a> so they can assist you easier in case of an RMA.</em></li>
|
||||
</ul>
|
||||
</ul>
|
||||
<h2 id="v1nc">
|
||||
⌨ v1nc
|
||||
<kbd>
|
||||
@ -122,4 +121,4 @@
|
||||
<li>Unleashed is more focused on core functionality, stability, and Sub-GHz protocols.</li>
|
||||
<li>RogueMaster is more focused on visual tweaks, new items, and changes (some experimental).</li>
|
||||
<li>RogueMaster is based on Unleashed, but may be less stable than Unleashed in some circumstances.</li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
37
README.md
37
README.md
@ -32,6 +32,18 @@
|
||||
|
||||
<hr>
|
||||
|
||||
<h3 align="center">⏳ Got a few minutes?</h3>
|
||||
<p align="center">Please consider filling out this survey! 📝</p>
|
||||
<table align="center"><tr><td>
|
||||
<h3 align="center"><a href="https://dj.je/fzs">👉 https://dj.je/fzs 👈</a></h3>
|
||||
</td></tr></table>
|
||||
<p align="center">
|
||||
To celebrate the Flipper's 1-year anniversary <em>(since shipping)</em>, I'm conducting a small research project around Flipper Zero users.<br>
|
||||
It will take about 5-10 minutes to complete, and all the open-ended questions are optional. <strong>Thank you!</strong>
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<!-- DO NOT MODIFY ABOVE -->
|
||||
|
||||
## Databases & Dumps
|
||||
@ -79,7 +91,10 @@
|
||||
- [`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)
|
||||
- [`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
|
||||
|
||||
@ -95,6 +110,21 @@
|
||||
- [`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)
|
||||
- [`Animations by mnenkov` A dump with animations and manifest creator for batch files.](https://github.com/mnenkov/flipper-zero-animations)
|
||||
|
||||
## Modules & Cases
|
||||
- [`Dying the Flipper Zero Stock Case Black` Using Rit Dyemore Graphite](https://www.reddit.com/r/flipperzero/comments/vhb8hv/with_inspiration_and_info_from_uchillbasss_ive)
|
||||
- [`FlipperZero-Hardware` 3D-Printable cases with custom iButton interface.](https://github.com/s0ko1ex/FlipperZero-Hardware)
|
||||
@ -114,7 +144,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/)
|
||||
@ -140,6 +170,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 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)
|
||||
@ -160,7 +191,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)
|
||||
|
||||
<!-- DO NOT MODIFY BELOW -->
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user