-
I am trying to figure out how to modify the Example code for Stats sketch to show transmit power. Any ideas? I took a stab in the dark and tried to print "rf_mode", but this didn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
The transmission power already exists in the link statistics telemetry. There is no need to modify what is already there to begin with. Also, |
Beta Was this translation helpful? Give feedback.
-
Sorry, I was looking for Packet Rate or RF_Mode, not power. My mistake.
Thanks for letting me know it is not available. I didn't even know that
CRSF is being updated.
…On Tue, Dec 10, 2024 at 12:17 PM ZZ-Cat ***@***.***> wrote:
The transmission power
<https://github.com/ZZ-Cat/CRSFforArduino/blob/Main-Trunk/examples%2Flink_stats%2Flink_stats.ino#L82-L98>
already exists in the link statistics telemetry.
There is no need to modify what is already there to begin with.
Also, rf_mode is not yet implemented, as that is a CRSF v3 thing. CFA
currently implements CRSF v2, which does not have rf_mode telemetry.
—
Reply to this email directly, view it on GitHub
<#144 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/APB77GVKXTTCR4GQVIPWIIT2E4OZDAVCNFSM6AAAAABTKIKA6OVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCNJSGM4TENI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the info and enjoy the break.On Dec 10, 2024, at 2:36 PM, ZZ-Cat ***@***.***> wrote:
Yea, nah. Neither did I until this came out in November. There had been a lot of requests for Team BlackSheep to create an official repository for the CRSF Protocol and a lot of back-and-forth from other (more prominent) developers from other projects (EG Betaflight, RotorFlight, ExpressLRS etc) chiming in on that thread spurring TBS to get onto it. I am grateful they got it done, in the finish.
Originally, I was using this as my point-of-reference to implement the protocol in its entirety. Moving forward, I will refer to this after I have released Version 1.1.0 of CRSF for Arduino.
Currently, I am on hiatus until early 2025.
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
The transmission power already exists in the link statistics telemetry.
There is no need to modify what is already there to begin with.
Also,
rf_mode
is not yet implemented, as that is a CRSF v3 thing. CFA currently implements CRSF v2, which does not haverf_mode
telemetry.