Flipper/Sub-GHz/Settings/ReadMe.md

21 lines
1.2 KiB
Markdown
Raw Normal View History

2022-07-22 07:53:55 +00:00
# Adding additional frequencies (TX/RX)
Some changes I made to the available frequency settings (including unlocking them all). The file is found here:
2022-06-28 14:16:34 +00:00
![Sub-Ghz_Changes](https://user-images.githubusercontent.com/57457139/174948988-f6955976-2318-4e3e-b658-93f0465bb22e.png)
2022-07-22 07:53:55 +00:00
Officially supported frequencies: 300-348 MHz, 387-464 MHz, and 779-928 MHz (from [CC1101 chip docs](https://www.ti.com/product/CC1101))<br>
Unofficially supported frequencies: 281-361 MHz, 378-481 MHz, and 749-962 MHz (from [YARD Stick One](https://greatscottgadgets.com/yardstickone/) CC1111 docs)
2022-07-27 06:05:51 +00:00
Official & Unleashed currently do not allow anything outside of the officially supported CC1101 specs.<br>
2022-07-27 06:05:40 +00:00
RogueMaster allows unofficially supported frequencies with the `extend_range` file.
2022-06-28 14:16:34 +00:00
2022-07-22 07:53:55 +00:00
**NOTE: Going outside the supported frequencies may DAMAGE YOUR FLIPPER AMP.<br>
2022-06-28 14:16:34 +00:00
Please understand what you're doing if trying to break out of official frequencies.**
2022-07-22 07:53:55 +00:00
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!<br>Medical devices can operate here.
2022-06-28 14:16:34 +00:00
This range is purposefully not included in my file above.