Skip to content

Commit 12a2072

Browse files
committed
docs & readme
1 parent f4cc9e5 commit 12a2072

File tree

12 files changed

+143
-19
lines changed

12 files changed

+143
-19
lines changed

ReadMe.md

Lines changed: 38 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ Our Discord Community:
2525
<br>
2626

2727
# What changed
28-
* SubGhz regional TX restriction removed
29-
* Rolling code protocols now has ability to save & send captured signals
28+
* SubGHz regional TX restriction removed
29+
* SubGHz frequecy range can be extended in settings file (Warning: It can damage flipper's hardware)
30+
* Many rolling code protocols now has ability to save & send captured signals
3031
* FAAC SLH (Spa) & BFT Mitto (secure with seed) manual creation
31-
* Custom plugins and games included
32-
* Extra SubGhz frequencies + extra mifare classic keys
32+
* Custom community plugins and games added
33+
* Extra SubGHz frequencies + extra mifare classic keys
3334
* Picopass/iClass plugin is included in releases
3435
* Recompiled IR TV Universal Remote for ALL buttons
3536
* Other small fixes and changes
@@ -49,31 +50,57 @@ See changelog in releases for latest updates!
4950

5051
### Apps included:
5152

52-
- Clock/Stopwatch [(By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/unleashed/applications/clock_app/clock_app.c)
53-
- UniversalRF Remix (only RAW subghz files) [(By ESurge)(Original UniversalRF By jimilinuxguy)](https://github.com/ESurge/flipperzero-firmware-unirfremix)
54-
- Tetris [(By jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
55-
- Spectrum Analyzer [(By jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman)
56-
- Arkanoid [(By gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
57-
- Tic Tac Toe [(By gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
53+
- UPC-A Barcode generator plugin [(By McAzzaMan)](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
54+
- GPIO: Sentry Safe plugin [(By H4ckd4ddy)](https://github.com/H4ckd4ddy/flipperzero-sentry-safe-plugin)
55+
- ESP32: WiFi Marauder companion plugin [(By 0xchocolate)](https://github.com/0xchocolate/flipperzero-firmware-with-wifi-marauder-companion)
56+
- NRF24: Sniffer & MouseJacker (with changes) [(By mothball187)](https://github.com/mothball187/flipperzero-nrf24/tree/main/mousejacker)
57+
- HID Analyzer [(By Ownasaurus)](https://github.com/Ownasaurus/flipperzero-firmware/tree/hid-analyzer/applications/hid_analyzer)
58+
- Clock/Stopwatch (with small fixes) [(By CompaqDisc, Stopwatch & Sound Alert By RogueMaster)](https://github.com/RogueMaster/flipperzero-firmware-wPlugins/blob/unleashed/applications/clock_app/clock_app.c)
59+
- UniversalRF Remix (with changes)(only RAW subghz files) [(By ESurge)(Original UniversalRF By jimilinuxguy)](https://github.com/ESurge/flipperzero-firmware-unirfremix)
60+
- Tetris (with fixes) [(By jeffplang)](https://github.com/jeffplang/flipperzero-firmware/tree/tetris_game/applications/tetris_game)
61+
- Spectrum Analyzer (with changes) [(By jolcese)](https://github.com/jolcese/flipperzero-firmware/tree/spectrum/applications/spectrum_analyzer) - [Ultra Narrow mode & scan channels non-consecutively](https://github.com/theY4Kman/flipperzero-firmware/commits?author=theY4Kman)
62+
- Arkanoid (with fixes) [(By gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
63+
- Tic Tac Toe (with fixes) [(By gotnull)](https://github.com/gotnull/flipperzero-firmware-wPlugins)
5864

65+
### Other changes
66+
67+
- BadUSB Keyboard layouts [(By v1nc)](https://github.com/v1nc/flipperzero-firmware)
5968

6069
## Support us so we can buy equipment and develop new features
6170
* ETH/BSC/ERC20-Tokens: `0xFebF1bBc8229418FF2408C07AF6Afa49152fEc6a`
6271
* BTC: `bc1q0np836jk9jwr4dd7p6qv66d04vamtqkxrecck9`
6372
* DOGE: `D6R6gYgBn5LwTNmPyvAQR6bZ9EtGgFCpvv`
6473
* LTC: `ltc1q3ex4ejkl0xpx3znwrmth4lyuadr5qgv8tmq8z9`
6574

75+
**Big thanks to all sponsors!**
76+
6677
# Instructions
6778
## [- How to install firmware](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/HowToInstall.md)
6879

6980
## [- How to build firmware](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/HowToBuild.md)
7081

82+
## [- BadUSB: how to use different keyboard layouts](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/BadUSBLayouts.md)
83+
84+
**Plugins**
85+
7186
## [- Configure UniversalRF Remix App](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/UniRFRemix.md)
7287

88+
## [- How to use: NRF24 plugins](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/NRF24.md)
89+
90+
## [- How to use: SentrySafe plugin](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/SentrySafe.md)
91+
92+
## [- Barcode Generator readme](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/BarcodeGenerator.md)
93+
94+
**SubGHz**
95+
96+
## [- How to extend SubGHz frequency range](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/DangerousSettings.md)
97+
98+
## [- How to add extra SubGHz frequencies](https://github.com/Eng1n33r/flipperzero-firmware/blob/dev/documentation/SubGHzSettings.md)
99+
73100
<br>
74101
<br>
75102

76-
# Where I can find IR, SubGhz, ... DBs, and other stuff?
103+
# Where I can find IR, SubGhz, ... files, DBs, and other stuff?
77104
## [Awesome Flipper Zero - Github](https://github.com/djsime1/awesome-flipperzero)
78105
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
79106

applications/mousejacker/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
App(
22
appid="mouse_jacker",
3-
name="[HW] NRF24: Mouse Jacker",
3+
name="[NRF24] Mouse Jacker",
44
apptype=FlipperAppType.PLUGIN,
55
entry_point="mousejacker_app",
66
cdefines=["APP_MOUSEJACKER"],

applications/nrfsniff/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
App(
22
appid="nrf_sniff",
3-
name="[HW] NRF24: Sniffer",
3+
name="[NRF24] Sniffer",
44
apptype=FlipperAppType.PLUGIN,
55
entry_point="nrfsniff_app",
66
cdefines=["APP_NRFSNIFF"],

applications/sentry_safe/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
App(
22
appid="sentry_safe",
3-
name="[HW] Sentry Safe",
3+
name="[GPIO] Sentry Safe",
44
apptype=FlipperAppType.PLUGIN,
55
entry_point="sentry_safe_app",
66
cdefines=["APP_SENTRY_SAFE"],

applications/wifi_marauder_companion/application.fam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
App(
22
appid="wifi_marauder",
3-
name="[HW] WiFi (Marauder)",
3+
name="[ESP32] WiFi Marauder",
44
apptype=FlipperAppType.PLUGIN,
55
entry_point="wifi_marauder_app",
66
cdefines=["APP_WIFI_MARAUDER"],

assets/resources/Manifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
V:0
2-
T:1659104936
2+
T:1659108089
33
D:badusb
44
D:dolphin
55
D:infrared
@@ -232,11 +232,11 @@ F:41b4f08774249014cb8d3dffa5f5c07d:1757:nfc/assets/currency_code.nfc
232232
F:12674515290ad9edcabc82f7695350f8:50737:nfc/assets/mf_classic_dict.nfc
233233
D:subghz/assets
234234
F:dda1ef895b8a25fde57c874feaaef997:650:subghz/assets/came_atomo
235-
F:20b3d7ea34e38425ce3a3d2a548cc730:138:subghz/assets/dangerous_settings
235+
F:27d732a3362969ac187c8f5ff0afc22a:286:subghz/assets/dangerous_settings
236236
F:111d2b8df83e27fd889fc5e270297865:3231:subghz/assets/keeloq_mfcodes
237237
F:9214f9c10463b746a27e82ce0b96e040:465:subghz/assets/keeloq_mfcodes_user
238238
F:653bd8d349055a41e1152e557d4a52d3:202:subghz/assets/nice_flor_s
239-
F:c572eaba12d023a199a43098c2c6b72a:1506:subghz/assets/setting_user
239+
F:b6ecaec5fcf45411622d4309c5769009:1590:subghz/assets/setting_user
240240
F:9a50dd284146dfbd8050a2ade62174d9:266:subghz/assets/universal_rf_map
241241
D:u2f/assets
242242
F:7e11e688e39034bbb9d88410044795e1:365:u2f/assets/cert.der
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
# Do you want to damage your flipper CC1101 radio chip by using Frequencies that outside HW specs?
2+
# CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz
3+
# This setting will extend to: 281-361 MHz, 378-481 MHz, and 749-962 MHz
24
yes_i_want_to_destroy_my_flipper: false

assets/resources/subghz/assets/setting_user

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Version: 1
99

1010
# Frequencies used for "Read", "Read Raw" and "Frequency Analyzer" - they added after default ones if enabled in Add_standard_frequencies
1111
Frequency: 302757000
12+
Frequency: 307000000
13+
Frequency: 307500000
14+
Frequency: 307800000
15+
Frequency: 309000000
1216
Frequency: 312000000
1317
Frequency: 312100000
1418
Frequency: 313850000

documentation/BadUSBLayouts.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
# BadUSB support for different layouts:
3+
4+
## Author: [v1nc](https://github.com/v1nc/flipperzero-firmware)
5+
6+
This firmware supports the `DUCKY_LANG` keyword to change the keyboard layout.
7+
8+
Add `DUCKY_LANG DE` to the first or second line of the script to choose the layout.
9+
Currently implemented:
10+
* `US` = US (default)
11+
* `DE` = German QWERTZ
12+
* `FR` = AZERTY (based on [this](https://github.com/ikazeer/flipperzero-AZERTY))
13+
14+
**If you are writing payloads on windows you need to make sure EOL Conversion is set to LF Unix in your text editor and not windows CR LF. If you do not it will fail to run the payload.**
15+
16+
## How to add your own layout: [instruction](https://github.com/v1nc/flipperzero-firmware/blob/dev/documentation/HowToAddLayout.md)

documentation/BarcodeGenerator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This is a UPC-A Barcode generator for the flipper zero hardware.
1+
# This is a UPC-A Barcode generator for the flipper zero hardware.
22

33
## Author: [McAzzaMan](https://github.com/McAzzaMan/flipperzero-firmware/tree/UPC-A_Barcode_Generator/applications/barcode_generator)
44

0 commit comments

Comments
 (0)