-
-
Notifications
You must be signed in to change notification settings - Fork 28
RACEBAND REMOVE, AUTOMATIC ALINK ENABL OR DISBALE #69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Add equivalent wifi chan to standard analog/hdzero raceband channel, these channel work on 40MHZ AND 20MHZ Add tx power in MW Improve the user experience, by simplify the menu Only one vtx menu, avoid user error and burn pa DISABLE OR ENABL ALINK IN VTXMENU
|
hello, whats newlines ??? I don t see the error ? |
|
Take a look at my example: Line 60 in f078cb4
|
Command1=25MW_10MBPS:sed -i '/alink_drone &/d' /etc/rc.local && sed -i -e '$i alink_drone &' /etc/rc.local | cli -s .video0.qpDelta -12 && cli -s .fpv.noiseLevel 0 && truncate -s 0 /etc/txprofiles.conf && printf "# <ra - nge> \n999 - 1200 long 0 8 12 1024 10 30 0,0,0,0 20 -12\n1201 - 1400 long 1 8 12 4096 10 30 0,0,0,0 20 -12\n1401 - 1500 long 2 8 12 5120 10 25 0,0,0,0 20 -12\n1501 - 1600 long 2 8 12 8192 10 25 0,0,0,0 20 -12\n1601 - 1700 long 2 8 12 8192 10 20 0,0,0,0 20 -12\n1701 - 1800 long 2 8 12 9216 10 20 0,0,0,0 20 -12\n1801 - 2001 long 2 8 12 10240 10 20 0,0,0,0 20 -12" >> /etc/txprofiles.conf I got alink activation at the begining, on the bench its work |
| [CHANNEL] | ||
| Command1=CH1_5300:sed -i "s/^channel=.*/channel=60/" /etc/wfb.conf | ||
| Command2=CH2_5660:sed -i "s/^channel=.*/channel=132/" /etc/wfb.conf | ||
| Command3=CH3_5745:sed -i "s/^channel=.*/channel=149/" /etc/wfb.conf | ||
| Command4=CH4_5785:sed -i "s/^channel=.*/channel=157/" /etc/wfb.conf | ||
| Command5=CH5_5825:sed -i "s/^channel=.*/channel=165/" /etc/wfb.conf | ||
| Command6=CH6_5865:sed -i "s/^channel=.*/channel=173/" /etc/wfb.conf | ||
| Command7=CH7_5805:sed -i "s/^channel=.*/channel=161/" /etc/wfb.conf | ||
| Submenu1=VTX MENU |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Whats wrong with the current channel selection menu ?
Also why the different order in CHX and Wlan Channel for 5805 at least ?
Argued with Joakim as well and thought it might be a good idea to introduce a new OpenIPC Channel Band.
He suggested to use Non-DFS channels.
So:
Non-DFS Channels (No radar detection required):
UNII-1 (Low Band)
Channels: 36, 40, 44, 48
Frequency range: 5.180 – 5.240 GHz
UNII-3 / UNII-4 (Upper Band)
Channels: 149, 153, 157, 161, 165
Frequency range: 5.745 – 5.825 GHz
| Command3=25MW_20MBPS:sed -i '/alink_drone &/d' /etc/rc.local && sed -i -e '$i alink_drone &' /etc/rc.local | cli -s .video0.qpDelta -12 && cli -s .fpv.noiseLevel 0 && truncate -s 0 /etc/txprofiles.conf && printf "# <ra - nge> <gi> <mcs> <fecK> <fecN> <bitrate> <gop> <Pwr> <roiQP> <bandwidth> <qpDelta> | ||
| 999 - 1200 long 0 8 12 1024 10 30 0,0,0,0 20 -12 | ||
| 1201 - 1400 long 0 8 12 4096 10 30 0,0,0,0 40 -12 | ||
| 1401 - 1500 long 1 8 12 5120 10 30 0,0,0,0 40 -12 | ||
| 1501 - 1600 long 1 8 12 10240 10 30 0,0,0,0 40 -12 | ||
| 1601 - 1700 long 3 8 12 15360 10 30 0,0,0,0 40 -12 | ||
| 1701 - 1800 long 3 8 12 15360 10 25 0,0,0,0 40 -12 | ||
| 1801 - 2001 long 3 8 12 19456 10 20 0,0,0,0 40 -12" >> /etc/txprofiles.conf | ||
| Command4=100MW_20MBPS:sed -i '/alink_drone &/d' /etc/rc.local && sed -i -e '$i alink_drone &' /etc/rc.local | cli -s .video0.qpDelta -12 && cli -s .fpv.noiseLevel 0 && truncate -s 0 /etc/txprofiles.conf && printf "# <ra - nge> <gi> <mcs> <fecK> <fecN> <bitrate> <gop> <Pwr> <roiQP> <bandwidth> <divideFpsBy> | ||
| 999 - 1200 long 0 8 12 1024 10 45 0,0,0,0 20 -12 | ||
| 1201 - 1400 long 0 8 12 4096 10 45 0,0,0,0 40 -12 | ||
| 1401 - 1500 long 1 8 12 5120 10 45 0,0,0,0 40 -12 | ||
| 1501 - 1600 long 1 8 12 10240 10 35 0,0,0,0 40 -12 | ||
| 1601 - 1700 long 3 8 12 15360 10 25 0,0,0,0 40 -12 | ||
| 1701 - 1800 long 3 8 12 15360 10 20 0,0,0,0 40 -12 | ||
| 1801 - 2001 long 3 8 12 19456 10 20 0,0,0,0 40 -12" >> /etc/txprofiles.conf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This does not work, should be one line only.
|
yes close it |
|
I use only specific menu for my personal everyday use, with 2 hardware is annoying to get one msp for 2 device but not a big a problem for the moment in my opinion |
format a little bit the code,
adding default channel, alink osd can be disable or enable in advcanced menu, alink ist enabla or disable automaticly when you choose a preset or an alink profile.
Update vtx menu.ini
Add vtx emax an runcam specific vtx menu.ini ( dont use it for the moment !!!!! ) USE ONLY STANDARD VTXMENU.INI