Last active
November 19, 2020 09:22
-
-
Save besser/d0130a8e8e658eafae86bcb40d5c3f8a to your computer and use it in GitHub Desktop.
VTX Table (BF 4.1.x) to Tinyhawk S
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
CE and FCC unlicensed | |
===================== | |
vtxtable bands 5 | |
vtxtable channels 8 | |
vtxtable band 1 BOSCAM_A A FACTORY 5865 5845 5825 5805 5785 5765 5745 0 | |
vtxtable band 2 BOSCAM_B B FACTORY 5733 5752 5771 5790 5809 5828 5847 5866 | |
vtxtable band 3 BOSCAM_E E FACTORY 0 0 0 0 0 0 0 0 | |
vtxtable band 4 FATSHARK F FACTORY 5740 5760 5780 5800 5820 5840 5860 0 | |
vtxtable band 5 RACEBAND R FACTORY 0 0 0 5769 5806 5843 0 0 | |
vtxtable powerlevels 1 | |
vtxtable powervalues 0 | |
vtxtable powerlabels 25 | |
save | |
Unlocked FCC HAM licensed | |
========================= | |
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 0 5885 5905 0 0 | |
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 1 | |
vtxtable powervalues 0 | |
vtxtable powerlabels 25 | |
save | |
Unlocked All | |
============ | |
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 1 | |
vtxtable powervalues 0 | |
vtxtable powerlabels 25 | |
save |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Betaflight Tinyhawk S VTX Config file for SmartAudio 2.0", | |
"version": "1.0", | |
"vtx_table": { | |
"bands_list": [ | |
{ | |
"name": "BOSCAM_A", | |
"letter": "A", | |
"is_factory_band": true, | |
"frequencies": [ | |
5865, | |
5845, | |
5825, | |
5805, | |
5785, | |
5765, | |
5745, | |
5725 | |
] | |
}, | |
{ | |
"name": "BOSCAM_B", | |
"letter": "B", | |
"is_factory_band": true, | |
"frequencies": [ | |
5733, | |
5752, | |
5771, | |
5790, | |
5809, | |
5828, | |
5847, | |
5866 | |
] | |
}, | |
{ | |
"name": "BOSCAM_E", | |
"letter": "E", | |
"is_factory_band": true, | |
"frequencies": [ | |
5705, | |
5685, | |
5665, | |
5645, | |
5885, | |
5905, | |
5925, | |
5945 | |
] | |
}, | |
{ | |
"name": "FATSHARK", | |
"letter": "F", | |
"is_factory_band": true, | |
"frequencies": [ | |
5740, | |
5760, | |
5780, | |
5800, | |
5820, | |
5840, | |
5860, | |
5880 | |
] | |
}, | |
{ | |
"name": "RACEBAND", | |
"letter": "R", | |
"is_factory_band": true, | |
"frequencies": [ | |
5658, | |
5695, | |
5732, | |
5769, | |
5806, | |
5843, | |
5880, | |
5917 | |
] | |
} | |
], | |
"powerlevels_list": [ | |
{ | |
"value": 0, | |
"label": "25" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Betaflight Tinyhawk S VTX Config file for SmartAudio 2.0", | |
"version": "1.0", | |
"vtx_table": { | |
"bands_list": [ | |
{ | |
"name": "BOSCAM_A", | |
"letter": "A", | |
"is_factory_band": true, | |
"frequencies": [ | |
5865, | |
5845, | |
5825, | |
5805, | |
5785, | |
5765, | |
5745, | |
0 | |
] | |
}, | |
{ | |
"name": "BOSCAM_B", | |
"letter": "B", | |
"is_factory_band": true, | |
"frequencies": [ | |
5733, | |
5752, | |
5771, | |
5790, | |
5809, | |
5828, | |
5847, | |
5866 | |
] | |
}, | |
{ | |
"name": "BOSCAM_E", | |
"letter": "E", | |
"is_factory_band": true, | |
"frequencies": [ | |
0, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0, | |
0 | |
] | |
}, | |
{ | |
"name": "FATSHARK", | |
"letter": "F", | |
"is_factory_band": true, | |
"frequencies": [ | |
5740, | |
5760, | |
5780, | |
5800, | |
5820, | |
5840, | |
5860, | |
0 | |
] | |
}, | |
{ | |
"name": "RACEBAND", | |
"letter": "R", | |
"is_factory_band": true, | |
"frequencies": [ | |
0, | |
0, | |
0, | |
5769, | |
5806, | |
5843, | |
0, | |
0 | |
] | |
} | |
], | |
"powerlevels_list": [ | |
{ | |
"value": 0, | |
"label": "25" | |
} | |
] | |
} | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"description": "Betaflight Tinyhawk S VTX Config file for SmartAudio 2.0", | |
"version": "1.0", | |
"vtx_table": { | |
"bands_list": [ | |
{ | |
"name": "BOSCAM_A", | |
"letter": "A", | |
"is_factory_band": true, | |
"frequencies": [ | |
5865, | |
5845, | |
5825, | |
5805, | |
5785, | |
5765, | |
5745, | |
5725 | |
] | |
}, | |
{ | |
"name": "BOSCAM_B", | |
"letter": "B", | |
"is_factory_band": true, | |
"frequencies": [ | |
5733, | |
5752, | |
5771, | |
5790, | |
5809, | |
5828, | |
5847, | |
5866 | |
] | |
}, | |
{ | |
"name": "BOSCAM_E", | |
"letter": "E", | |
"is_factory_band": true, | |
"frequencies": [ | |
5705, | |
5685, | |
5665, | |
0, | |
5885, | |
5905, | |
0, | |
0 | |
] | |
}, | |
{ | |
"name": "FATSHARK", | |
"letter": "F", | |
"is_factory_band": true, | |
"frequencies": [ | |
5740, | |
5760, | |
5780, | |
5800, | |
5820, | |
5840, | |
5860, | |
5880 | |
] | |
}, | |
{ | |
"name": "RACEBAND", | |
"letter": "R", | |
"is_factory_band": true, | |
"frequencies": [ | |
5658, | |
5695, | |
5732, | |
5769, | |
5806, | |
5843, | |
5880, | |
5917 | |
] | |
} | |
], | |
"powerlevels_list": [ | |
{ | |
"value": 0, | |
"label": "25" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment