Replies: 24 comments 1 reply
-
pretty sure my speedybeevtx has all 4 power levels |
Beta Was this translation helpful? Give feedback.
-
I believe I'm seeing this issue on a Speedybee VTX-DVR. According to the specs this VTX only has 3 possible power outputs: 25, 200 and 600mW. From the configurator and using the automatically chosen VTX table, I am only able to trigger the 25 and 200mW options. I was unable to trigger the 600mW settings, even after trying all allowable values from 1 to 5. I'm guessing this is due to the VTX reporting a different max output to the FC, and thereby choosing the wrong VTX table? To verify what power setting is actually being used, I check the LED pattern on the VTX board itself. I can also manually enable the 600mW option by using the board mounted button, however this does not seem to update the Coming from Betaflight I do find it peculiar that INAV does not allow the user to upload or customise VTX tables. In the meantime I will try setting |
Beta Was this translation helpful? Give feedback.
-
Same issue on an iflight blitz 1.6. Only the first 2 work, 1-2, and the rest dont do anything. it might say its on pwr 4 but the indicator lights say pwr1 or 2 depending on whats selected on the tab. im on 5.1 ver |
Beta Was this translation helpful? Give feedback.
-
Mismo problema en un GEPRC RAD 1,6 Watts |
Beta Was this translation helpful? Give feedback.
-
Up 6.0.0 RC3. Fix please. |
Beta Was this translation helpful? Give feedback.
-
6.0 had a featured freeze in January. This will not be in 6.0 if it is developed. |
Beta Was this translation helpful? Give feedback.
-
I corrected the table in the tramp.c and build the project. everything works. I hope it will work when it is relil and I won't have to build inav myself. |
Beta Was this translation helpful? Give feedback.
-
The tables will be as they are now. You will need to build a custom version when 6.0 is released. Ideally Tramp needs to use power tables now, as there are too many options added by vendors. It shouldn't be needed for SA, as that can be queried for the power levels. |
Beta Was this translation helpful? Give feedback.
-
OK. Thanks for the reply. Can you provide me with a procedure to compile INAV in a custom way and change the power tables for IRC TRAMP? I have a 1.6W GEPRC VTX in which I cannot select that power. Thank you very much Darren. |
Beta Was this translation helpful? Give feedback.
-
@Stemplar42 No. It is not a simple procedure. There are documents in the docs/developers section for setting up development environments and building targets. You would also need to understand coding in C. Unfortunately, most people are going to have to wait until a developer decides to implement this change. |
Beta Was this translation helpful? Give feedback.
-
Okay. I understand perfectly. Although I am a C language programmer, I understand that it is a delicate change that would have to be made. Thank you so much |
Beta Was this translation helpful? Give feedback.
-
quite a simple change, I've managed to do it on my hglrcf722 board using the zeus 1600mw vtx. you need to add two sections of code to src\main\io\vtx_tramp.c towards the bottom (first bit of code is added at line 575 on my file) ive attached a screen grab for location.
|
Beta Was this translation helpful? Give feedback.
-
I got it with Foxeer reaper Infinity 5W VTX. Some sellers provite some Tables for Betaflight. but when you serch, you could find the list what value mean the real Output Power. you coud set the command "set_vtx_max_power_override = 200" one of the 4 possible Value stables. |
Beta Was this translation helpful? Give feedback.
-
To do that is simple. But really, IRC Tramp needs power tables that can be set in CLI. There are too many variations now. Or, ideally, vendors dump IRC Tramp and use MSP VTX instead. Which is implemented in INAV 7.0. |
Beta Was this translation helpful? Give feedback.
-
Tanks Sketch4x4, I've been researching the source code for a while now, and I was able to come up with the same solution as you. I have it working perfectly now on a GEPRC 1600 mW and on an FC Wing-FC DOF 10. |
Beta Was this translation helpful? Give feedback.
-
No worries, glad I could help. Granted this should be implemented in future firmware but at the rate this high powered vtx's are coming out it's more than likely going to be a DIY to get the exact outputs required. Does anyone know if it possible to get actual power outputs on the osd instead of the 1-4 numbers? |
Beta Was this translation helpful? Give feedback.
-
I'm facing this issue on a GEPRC RAD MINI 5.8 GHz. I can't select the 1 W power. INAV 6.1.1 |
Beta Was this translation helpful? Give feedback.
-
I have the same issue with iFlight Blitz 2500mw on iNav 7.0. @DzikuVx Is there any chance to push this fix in nearest patch? |
Beta Was this translation helpful? Give feedback.
-
Has there been any movement on this or is an easy workaround known ? I just built a quad with inav 7 and a foxeer reaper extreme and can't figure out how to use it ,is it possible in inav yet to set the vtx to the the 2.5w output its supposed to do |
Beta Was this translation helpful? Give feedback.
-
Foxeer knows that there are problems with inav, that's why they have their Translated with DeepL.com (free version) Now the command in the CLI: |
Beta Was this translation helpful? Give feedback.
-
Can someone help me with preparing the code to support BLITZ Whoop 5.8GHz 2.5W VTX?
@sketch4x4 I based it on your code that you prepared for version 1.6W. Do you think it will work? |
Beta Was this translation helpful? Give feedback.
-
Any progress on this feature? |
Beta Was this translation helpful? Give feedback.
-
Any progress on this feature?. Is there many VTX with IRCTramp in the market. |
Beta Was this translation helpful? Give feedback.
-
yes, it's a little bit disappointing, switching a great mini long-range with super vtx from betaflight to inav, configuring all, - to realize that's your 'new' great augmented mini long-range will underuse your super vtx rightly added for max range. but thanks to the community, and because inav features worth it, I 've tried the src-building solution :
|
Beta Was this translation helpful? Give feedback.
-
Current Behavior
Current implementation of the Tramp Power Protocol is too rigid in INAV for modern VTX units. There are currently four power tables that are implemented for 5G8:
25, 100, 200, 200, 200
25, 100, 200, 400, 400
25, 100, 200, 400, 600
25, 100, 200, 500, 800
Which table is used for programming the VTX is determined by the maximum power output reported by the VTX. The power table selection can be overridden by the
vtx_max_power_override
CLI function (note that setting this >800mW will still select the 800mW table). Unlike Smart Audio, the Tramp protocol sends the desired power output value in mW to the VTX. Therefore, there are two main issues, plus two other minor issues with the current implementation:Desired Behavior
Implement a more flexible way of modifying the Tramp Power tables in INAV, either via CLI command or via the configurator GUI.
Suggested Solution
Ideally this should include a setting for number of Tramp power levels, the Power Values to be sent to the VTX and the Power Labels to be displayed in the OSD. Betaflight and Cleanflight use the following commands to set the Tramp power levels:
Note, it is worth considering a similar approach could be adopted for Smart Audio, that would permit the correct RF power labels to be displayed in the OSD for both interfaces
Who does this impact? Who is this for?
Everyone who operates a non Immersion RC VTX with Tramp interface, especially those that wish to have higher powered VTX units
Additional context
List (not exhaustive) of VTX units that have/are expected to exhibit less than optimal performance with INAV based on the current design. I've documented the output power of each and highlighted which power levels are likely to be an issue (my assessment that vtx_max_power_override is not used and that each VTX is reporting max power correctly).
Speedybee tx800 - 25mW, 200mW, 400mW, 800mW (400mW not selectable via Tramp in INAV)
iFlight BLITZ - 25mW, 400mW, 800mW, 1600mW (400mW & 1600mW not selectable via Tramp in INAV)
iFlight SucceX Force 800mW - 25mW, 100mW, 400mW, 800mW (400mW not selectable via Tramp in INAV)
iFlight SucceX Mini - 25mW, 100mW, 200mW, 400mW, 500mW (500mW not selectable via Tramp in INAV)
iFlight SucceX Micro Force - 25mW, 100mW, 200mW, 300mW (300mW not selectable via Tramp in INAV)
HGLRC Zeus 800mW - 25mW, 100mW, 200mW, 400mW, 800mW (400mW not selectable via Tramp in INAV)
HGLRC Zeus Nano - 25mW, 100mW, 200mW, 350mW (350mW not selectable via Tramp in INAV)
Foxeer Reaper Nano - 25mW, 100mW, 200mW, 350mW (350mW not selectable via Tramp in INAV)
Foxeer Reaper Extreme - 25mW, 200mW, 500mW, 1500mW, 2500mW (1500mW and 2500mW not selectable via Tramp in INAV)
Diatone MAMBA Ultra 1000 - 25mW, 200mW, 400mW, 800mW, 1000mW (400mW and 1000mW not selectable via Tramp in INAV)
Diatone MAMBA TX500 - 25mW, 200mW, 500mW (500mW not selectable via Tramp in INAV)
GEPRC RAD MINI - 25mW, 200mW, 500mW, 1000mW (1000mW not selectable via Tramp in INAV)
GEPRC RAD - 25mW, 200mW, 600mW, 1600mW (1600mW not selectable via Tramp in INAV)
JHEMCU RuiBet - 25mW, 200mW, 400mW, 800mW, 1600mW (400mW and 1600mW not selectable via Tramp in INAV)
JHEMCU FE300T - 25mW, 50mW, 100mW, 200mW, 300mW (50mW and 300mW not selectable via Tramp in INAV)
JHEMCU VTX30-800 - 25mW, 100mW, 200mW, 400mW, 800mW (500mW not selectable via Tramp in INAV)
ATOMRC Exceed - 25mW, 200mW, 500mW (500mW not selectable via Tramp in INAV)
Eachine Nano Plus - 25mW, 200mW, 600mW, 800mW (600mW not selectable via Tramp in INAV)
Flywoo GOKU TX-NANO - 25mW, 50mW, 100mW, 200mW, 450mW (50mW and 450mW not selectable via Tramp in INAV)
Flywoo GOKU HM600 - 25mW, 50mW, 100mW, 200mW, 600mW (50mW not selectable via Tramp in INAV)
Flywoo GOKU HM850 - 25mW, 50mW, 100mW, 200mW, 850mW (50mW & 850mW not selectable via Tramp in INAV)
PandaRC VT5804 Mini - 25mW, 50mW, 100mW, 200mW, 400mW (50mW not selectable via Tramp in INAV)
PandaRC VT5804 Nano - 25mW, 50mW, 100mW, 200mW, 400mW (50mW not selectable via Tramp in INAV)
PandaRC VT5804 X1/Q1 - 25mW, 100mW, 200mW, 400mW, 800mW (400mW not selectable via Tramp in INAV)
PandaRC VT5804 V3 - 25mW, 100mW, 200mW, 400mW, 800mW, 1000mW (400mW and 1000mW not selectable via Tramp in INAV)
PandaRC VT5804 BAT - 25mW, 400mW, 800mW, 1500mW, 2500mW (400mW, 1500mW and 2500mW not selectable via Tramp in INAV)
Matek 5.8G VTX - 25mW, 200mW, 500mW (500mW not selectable via Tramp in INAV)
Beta Was this translation helpful? Give feedback.
All reactions