Replies: 1 comment
-
Suggestion 3. seems like proper solution and will match both AFHDS2A and CRSF behaviour. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
im getting a little bit confused by the RSSI value. (AFHDS2A)
current status:
RSSI value is 75 in the Telemetry screen (Numbers)
[flysky_ibus.cpp | line 137: 135 - value]
RSSI unit is dB
[flysky_ibus.cpp | line 161]
RSSI bar in Telemetry screen (fixed, bottom) shows a value of 99
[view.telemetry.cpp | line 38: rssi = min((uint8_t)99, TELEMETRY_RSSI()); ]
Pic: RSSI fixed bar. bottom.
#3 is the most confusing to me. What I understand:
The RSSI value is compared to 99. If its lower than 99 the value will we shown on screen.
The maximum value is 99. So the RSSI values have to be in the range 0-99
I thougt the RSSI coming in and is converted from -60 to 75?
So what RSSI value is then equivalent to 0?
I dont understand that „scaling“. Maybe someone can teach me.
Suggestion to:
set the RSSI value back to -60
use the unit [dBm]
use RQLY for the fixed bar. For RSSI you can use the upper bars where the boundaries can be set (RX depending)
Beta Was this translation helpful? Give feedback.
All reactions