You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe
In some cases, it's interesting to also track RSSI because even with a LQ near 100%, if the RSSI is dropping quickly, it means LQ could also start dropping soon. By tracking RSSI, you can have kind of an "early warning" of when LQ will drop.
Describe the solution you'd like
The user should have the option to choose between the current solution, where a bar chart with just the LQ% is shown and another option, with a simple text showing RSSI and LQ separated by a slash, as in "RRRdb/LLL%" (where R are the RSSI digits and L the LQ digits). For cases when the RSSI data for two antennas is reported via the telemetry, if the screen space allows, it could be "RRRdb1/RRRdb2/LLL%", where db1 and db2 are the RSSI values for antenna 1 and antenna 2, respectively.
Describe alternatives you've considered
Such a feature would only make sense for radio link systems that provide this detailed data. From what I have seen both TBS Crossfire and ELRS systems do, and they both use the CRSF protocol for data packets. So this extra display option could be enabled only for these systems.
This discussion was converted from issue #73 on April 17, 2023 12:50.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Is your feature request related to a problem? Please describe
In some cases, it's interesting to also track RSSI because even with a LQ near 100%, if the RSSI is dropping quickly, it means LQ could also start dropping soon. By tracking RSSI, you can have kind of an "early warning" of when LQ will drop.
Describe the solution you'd like
The user should have the option to choose between the current solution, where a bar chart with just the LQ% is shown and another option, with a simple text showing RSSI and LQ separated by a slash, as in "RRRdb/LLL%" (where R are the RSSI digits and L the LQ digits). For cases when the RSSI data for two antennas is reported via the telemetry, if the screen space allows, it could be "RRRdb1/RRRdb2/LLL%", where db1 and db2 are the RSSI values for antenna 1 and antenna 2, respectively.
Describe alternatives you've considered
Such a feature would only make sense for radio link systems that provide this detailed data. From what I have seen both TBS Crossfire and ELRS systems do, and they both use the CRSF protocol for data packets. So this extra display option could be enabled only for these systems.
Additional context
A more detailed explanation on RSSI and LQ and their meaning:
https://www.expresslrs.org/3.0/info/signal-health/
Beta Was this translation helpful? Give feedback.
All reactions