diff --git a/Sub-GHz/ReadMe.md b/Sub-GHz/ReadMe.md index 137ed99f..82b8978f 100644 --- a/Sub-GHz/ReadMe.md +++ b/Sub-GHz/ReadMe.md @@ -1,19 +1,25 @@ -Various SUB files I've found or created. Some tested, some not. Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for organization help! +# Various SUB files I've found or created. Some tested, some not. -*** NOTE: The deBruijn and OpenSesame files have moved to the [Garages subfolder](https://github.com/UberGuidoZ/Flipper/tree/main/Sub-GHz/Garages/deBruijn). *** +Special thanks to [FalsePhilosopher](https://github.com/FalsePhilosopher) for organization help and everyone else that shares files! + +## NOTE: The deBruijn and OpenSesame files have moved to the [Garages subfolder](https://github.com/UberGuidoZ/Flipper/tree/main/Sub-GHz/Garages/deBruijn). You can generate MANY of your own SUBs, such as MegaCode and Firefly, over at [Flipper Maker](https://flippermaker.github.io/). Looking to mess with garage doors? You can try the OpenSesame/deBruijn files above.
(Also check out more info at [RemoteDup](https://www.ifoedit.com/RemoteDup.html), [GarageHack](https://www.ifoedit.com/garagehack.html), and [Learn Button coding](https://support.dealer.liftmaster.com/articles/Knowledge/Determine-the-Color-of-the-Learn-Button-on-Your-Garage-Door-Opener). -Officially supported frequencies are 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
-Unofficially supported frequencies are 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) docs) +# Frequency limitations and caveats -**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER.
+Officially supported frequencies: 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
+Unofficially supported frequencies: 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) CC1111 docs) + +No mainstream firmware (Official, Unleashed, or RogueMaster) currently allow anything outside of the officially supported CC1101 specs. + +**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER AMP.
Please understand what you're doing if trying to break out of official frequencies.** -You'll need to edit some code and recompile if you want to break outside the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) +You'll need to edit some code and recompile if you want to break outside of the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) `Allowed to transmit (MHz):`
`R01: 433.05-434.79; 868.15-868.55`
diff --git a/Sub-GHz/Restaurant_Pagers/ReadMe.md b/Sub-GHz/Restaurant_Pagers/ReadMe.md index f3730039..7b23e624 100644 --- a/Sub-GHz/Restaurant_Pagers/ReadMe.md +++ b/Sub-GHz/Restaurant_Pagers/ReadMe.md @@ -6,13 +6,15 @@ For the standard 467 version, you'll need to modify the Flipper firmware. See wa This should brute force all resturaunt IDs and pager ids and alert/beep each one for 30s. Verified that this works at Chilis. -Officially supported frequencies are 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
-Unofficially supported frequencies are 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) docs) +Officially supported frequencies: 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
+Unofficially supported frequencies: 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) CC1111 docs) -**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER.
+No mainstream firmware (Official, Unleashed, or RogueMaster) currently allow anything outside of the officially supported CC1101 specs. + +**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER AMP.
Please understand what you're doing if trying to break out of official frequencies.** -You'll need to edit some code and recompile if you want to break outside the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) +You'll need to edit some code and recompile if you want to break outside of the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) Referenced Work: * [LRS Paging Systems](https://paging-systems.readme.io/v1.2/docs/am-page-modes) diff --git a/Sub-GHz/Settings/ReadMe.md b/Sub-GHz/Settings/ReadMe.md index 6212e714..10c89af0 100644 --- a/Sub-GHz/Settings/ReadMe.md +++ b/Sub-GHz/Settings/ReadMe.md @@ -1,14 +1,19 @@ +# Adding additional frequencies (TX/RX) + Some changes I made to the available frequency settings (including unlocking them all). The file is found here: ![Sub-Ghz_Changes](https://user-images.githubusercontent.com/57457139/174948988-f6955976-2318-4e3e-b658-93f0465bb22e.png) -Officially supported frequencies are 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
-Unofficially supported frequencies are 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) docs) +Officially supported frequencies: 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))
+Unofficially supported frequencies: 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) CC1111 docs) -**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER.
+No mainstream firmware (Official, Unleashed, or RogueMaster) currently allow anything outside of the officially supported CC1101 specs. + +**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER AMP.
Please understand what you're doing if trying to break out of official frequencies.** -You'll need to edit some code and recompile if you want to break outside the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) +You'll need to edit some code and recompile if you want to break outside of the officially supported frequencies. ([Hint here...](https://github.com/flipperdevices/flipperzero-firmware/pull/1287/files)) + +# CAUTION within 402-408 range!
Medical devices can operate here. -# CAUTION within 402-408 range! Medical devices can operate here.
This range is purposefully not included in my file above.