mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-10 06:54:19 +00:00
Update readme and docs
This commit is contained in:
parent
883f67d6d1
commit
fd46bd1886
3 changed files with 6 additions and 6 deletions
|
@ -12,8 +12,6 @@
|
||||||
|
|
||||||
Our goal is to make all features possible on this device without any limitations!
|
Our goal is to make all features possible on this device without any limitations!
|
||||||
|
|
||||||
Please help us implement emulation for all Sub-GHz dynamic (rolling code) protocols!
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
### This software is for experimental purposes only and is not meant for any illegal activity/purposes. <br> We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law. <br> Also, this software is made without any support from Flipper Devices and is in no way related to the official devs.
|
### This software is for experimental purposes only and is not meant for any illegal activity/purposes. <br> We do not condone illegal activity and strongly encourage keeping transmissions to legal/valid uses allowed by law. <br> Also, this software is made without any support from Flipper Devices and is in no way related to the official devs.
|
||||||
|
@ -230,8 +228,6 @@ Games:
|
||||||
# Where I can find IR, Sub-GHz, ... files, DBs, and other stuff?
|
# Where I can find IR, Sub-GHz, ... files, DBs, and other stuff?
|
||||||
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
|
## [UberGuidoZ Playground - Large collection of files - Github](https://github.com/UberGuidoZ/Flipper)
|
||||||
## [Awesome Flipper Zero - Github](https://github.com/djsime1/awesome-flipperzero)
|
## [Awesome Flipper Zero - Github](https://github.com/djsime1/awesome-flipperzero)
|
||||||
## [CAME-12bit, NICE-12bit, Linear-10bit, PT-2240 - Sub-GHz fixed code bruteforce](https://github.com/tobiabocchi/flipperzero-bruteforce)
|
|
||||||
## [SMC5326, UNILARM - Sub-GHz fixed code bruteforce](https://github.com/Hong5489/flipperzero-gate-bruteforce)
|
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
<br>
|
<br>
|
||||||
|
@ -239,6 +235,9 @@ Games:
|
||||||
# Links
|
# Links
|
||||||
|
|
||||||
* Unofficial Discord: [discord.unleashedflip.com](https://discord.unleashedflip.com)
|
* Unofficial Discord: [discord.unleashedflip.com](https://discord.unleashedflip.com)
|
||||||
|
* Hello world - plugin tutorial (English): [https://github.com/DroomOne/Flipper-Plugin-Tutorial](https://github.com/DroomOne/Flipper-Plugin-Tutorial)
|
||||||
|
* Hello world - plugin tutorial (in Russian): [https://yakovlev.me/hello-flipper-zero/](https://yakovlev.me/hello-flipper-zero/)
|
||||||
|
* CLion IDE - How to setup workspace for flipper firmware development: [https://krasovs.ky/2022/11/01/flipper-zero-clion.html](https://krasovs.ky/2022/11/01/flipper-zero-clion.html)
|
||||||
* Docs by atmanos / How to write your own app (outdated API): [https://flipper.atmanos.com/docs/overview/intro](https://flipper.atmanos.com/docs/overview/intro)
|
* Docs by atmanos / How to write your own app (outdated API): [https://flipper.atmanos.com/docs/overview/intro](https://flipper.atmanos.com/docs/overview/intro)
|
||||||
|
|
||||||
* Official Docs: [http://docs.flipperzero.one](http://docs.flipperzero.one)
|
* Official Docs: [http://docs.flipperzero.one](http://docs.flipperzero.one)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## How to extend SubGHz supported frequency range
|
## How to extend SubGHz supported frequency range
|
||||||
|
|
||||||
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz was added to default range)
|
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz and 467MHz was added to default range)
|
||||||
#### This setting will extend to: 281-361 MHz, 378-481 MHz, and 749-962 MHz
|
#### This setting will extend to: 281-361 MHz, 378-481 MHz, and 749-962 MHz
|
||||||
|
|
||||||
1. Please do not do that unless you know what exactly you are doing
|
1. Please do not do that unless you know what exactly you are doing
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
## How to add new SubGHz frequencies
|
## How to add new SubGHz frequencies
|
||||||
|
|
||||||
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz was added to default range)
|
#### CC1101 Frequency range specs: 300-348 MHz, 386-464 MHz, and 778-928 MHz (+ 350MHz and 467MHz was added to default range)
|
||||||
|
|
||||||
Edit user settings file located on your microSD card - `subghz/assets/setting_user`
|
Edit user settings file located on your microSD card - `subghz/assets/setting_user`
|
||||||
|
|
||||||
|
@ -54,6 +54,7 @@ if you need your custom one, make sure it doesn't listed here
|
||||||
438900000,
|
438900000,
|
||||||
440175000,
|
440175000,
|
||||||
464000000,
|
464000000,
|
||||||
|
467750000,
|
||||||
|
|
||||||
/* 779 - 928 */
|
/* 779 - 928 */
|
||||||
779000000,
|
779000000,
|
||||||
|
|
Loading…
Reference in a new issue