commit
d3c10a6bc3
34
docs/VTX.md
34
docs/VTX.md
|
@ -30,6 +30,7 @@ then release as appropriate.
|
|||
| 5s or more | Save FC settings | 1 |
|
||||
|
||||
Example to cycle VTX power
|
||||
|
||||
```
|
||||
| 0 seconds | 1 second | 2 seconds | 3 seconds | 4 seconds | 5 seconds | 6 seconds or more |
|
||||
|-HOLD BUTTON-----------------------------------|-RELEASE BUTTON-NOW------------|-RELEASED TOO LATE TO CHANGE POWER-|
|
||||
|
@ -87,6 +88,7 @@ In the example above this was used to only allow frequencies between 5725 and 58
|
|||
German laws. Additionally, the Fatshark band was replaced with a new custom one.
|
||||
|
||||
As a starting point, the following table contains the commonly used frequencies:
|
||||
|
||||
```
|
||||
# This table should not be used as-is, but trimmed down according to local laws and regulations.
|
||||
vtxtable band 1 BOSCAM_A A FACTORY 5865 5845 5825 5805 5785 5765 5745 5725
|
||||
|
@ -134,9 +136,12 @@ vtxtable powerlabels 25 200 500 800
|
|||
```
|
||||
|
||||
#### SmartAudio V2.1 devices vary depending on their model. Check the manufacturers website.
|
||||
For these devices the `powervalues` are the output power in dBm.
|
||||
|
||||
For example the
|
||||
|
||||
[TBS Unify Pro32 Nano 5G8](https://www.team-blacksheep.com/products/prod:unifypro32_nano):
|
||||
|
||||
```
|
||||
vtxtable powerlevels 3
|
||||
vtxtable powervalues 14 20 26
|
||||
|
@ -144,13 +149,23 @@ vtxtable powerlabels 25 100 400
|
|||
```
|
||||
|
||||
[TBS Unify Pro 5G8 HV - Race 2 (MMCX)](https://www.team-blacksheep.com/products/prod:unify_pro_hv_race2_m):
|
||||
|
||||
```
|
||||
vtxtable powerlevels 3
|
||||
vtxtable powervalues 13 20 26
|
||||
vtxtable powerlabels 25 100 400
|
||||
```
|
||||
|
||||
[TBS Unify Pro32 HV (MMCX)](https://www.team-blacksheep.com/products/prod:unifypro32_hv):
|
||||
|
||||
```
|
||||
vtxtable powerlevels 4
|
||||
vtxtable powervalues 14 20 26 30
|
||||
vtxtable powerlabels 25 100 400 1W
|
||||
```
|
||||
|
||||
[TBS Unify EVO](https://www.team-blacksheep.com/products/prod:tbs_unify_evo):
|
||||
|
||||
```
|
||||
vtxtable powerlevels 4
|
||||
vtxtable powervalues 14 20 26 29
|
||||
|
@ -160,6 +175,7 @@ vtxtable powerlabels 25 100 400 800
|
|||
Power levels may be omitted. This is useful for compliance with local laws and regulations.
|
||||
Additionally, powerlabels (but not values!) can be set to anything three characters long.
|
||||
For example a TBS Unify EVO will also work the this config:
|
||||
|
||||
```
|
||||
vtxtable powerlevels 2
|
||||
vtxtable powervalues 20 26
|
||||
|
@ -222,6 +238,24 @@ vtxtable powervalues 0 1 2 3
|
|||
vtxtable powerlabels 25 200 500 800
|
||||
```
|
||||
|
||||
#### SmartAudio 2.1 device
|
||||
|
||||
```
|
||||
# This example enables a lot of power levels and channels.
|
||||
# Almost nobody will be able to legally use this without modification.
|
||||
# Check your local laws and regulations before use!
|
||||
vtxtable bands 5
|
||||
vtxtable channels 8
|
||||
vtxtable band 1 BOSCAM_A A FACTORY 5865 5845 5825 5805 5785 5765 5745 5725
|
||||
vtxtable band 2 BOSCAM_B B FACTORY 5733 5752 5771 5790 5809 5828 5847 5866
|
||||
vtxtable band 3 BOSCAM_E E FACTORY 5705 5685 5665 5645 5885 5905 5925 5945
|
||||
vtxtable band 4 FATSHARK F FACTORY 5740 5760 5780 5800 5820 5840 5860 5880
|
||||
vtxtable band 5 RACEBAND R FACTORY 5658 5695 5732 5769 5806 5843 5880 5917
|
||||
vtxtable powerlevels 4
|
||||
vtxtable powervalues 14 20 26 30
|
||||
vtxtable powerlabels 25 100 400 1W
|
||||
```
|
||||
|
||||
#### rtc6705
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue