- Posts: 1868
New FrSkyX protocol
- hexfet
- Offline
Test build is updated ( 9b44f22 ). In this build, navigate to the telemetry monitor page and long press (more the two seconds) the Down button to "zero" the vario altitude telemetry in Frsky and FrskyX.
Is the telemetry monitor page the best place for this action?
Should the battery discharge value also be set to zero?
Haven't looked at devo or dsm telemetry yet to see if a reset makes sense for any values there.
Please Log in or Create an account to join the conversation.
- Morlacus
- Offline
- Posts: 181
That is perfect for me.
The value is not kept so it is necessary to reset the altitude at each powering of the tx.
I have no experience of the battery discharge (I have no sensor which indicates it)
Regards
Morlacus
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
- The telemetry reset button is changed to Up. This is a little nicer on the mono screens to avoid scrolling.
- The ground level is saved in the model file. Likely will still need to zero when weather changes, but not during a stable air day.
- A long press on Up on the telemetry monitor page now also resets the battery discharge and min cell values.
Please Log in or Create an account to join the conversation.
- Morlacus
- Offline
- Posts: 181
Please Log in or Create an account to join the conversation.
- NotFastEnuf
- Offline
- Posts: 69
Please Log in or Create an account to join the conversation.
- NotFastEnuf
- Offline
- Posts: 69
github.com/DeviationTX/deviation/issues/415
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Unless there is an undocumented change it seems f.port telemetry should just work. Do you have a way to verify betaflight is sending f.port telemetry (with opentx or a logic analyzer)?
Please Log in or Create an account to join the conversation.
- NotFastEnuf
- Offline
- Posts: 69
Please Log in or Create an account to join the conversation.
- NotFastEnuf
- Offline
- Posts: 69
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- gvhlaw
- Offline
- Posts: 15
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Deviation FrskyX sends the number of channels set in the model file. If that's set to 8 channels or less then all the channels will be updated every radio frame (9ms). If it's greater than 8 then the "doubled" channels are updated every other frame (18ms) while the remaining are still updated every 9ms. For example if the number of channels is set to 12 then channels 1-4 and 9-12 update every 18ms, while 5-8 will update every 9ms.
Please Log in or Create an account to join the conversation.
- gvhlaw
- Offline
- Posts: 15
George
Please Log in or Create an account to join the conversation.
- gvhlaw
- Offline
- Posts: 15
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
The Deviation FrskyX RSSIChan protocol option allows sending RSSI on the last configured channel. If you have 16 channels enabled, then all will be at 18ms. If 12 channels are enabled, RSSI will be on channel 12 and channels 5-8 will still be updated every radio frame (9ms).
If you're a racer that needs more than 8 channels but still want lowest latency on AETR then it's best to put them on channels 5-8. Then up to 12 channels can be used while still getting 9ms updates for AETR.
Please Log in or Create an account to join the conversation.
- gvhlaw
- Offline
- Posts: 15
But, my XM+ Receivers are flashed to 16 Channels with RSSI on Chan 16 - and the RSSI is not a telemetry function - it is just sent on CH 16 and appears in the OSD even with the Jumper set to 8 channels. So, my ultimate question is, if the Jumper is set to 8 channels, will the latency be 9ms even though the RX is flashed to 16 channels and RSSI is being sent on CH 16. I think you said yes, that the TX setting is what matters, but just wanted to be sure. Again, thanks!
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Wasn't aware of this capability of the XM+, but it sounds like it's a function of the receiver only.
Please Log in or Create an account to join the conversation.
- gvhlaw
- Offline
- Posts: 15
Please Log in or Create an account to join the conversation.
- Morlacus
- Offline
- Posts: 181
hexfet wrote: Test build is updated (91b7495).
- The telemetry reset button is changed to Up. This is a little nicer on the mono screens to avoid scrolling.
- The ground level is saved in the model file. Likely will still need to zero when weather changes, but not during a stable air day.
- A long press on Up on the telemetry monitor page now also resets the battery discharge and min cell values.
Hello
Is this modification included in the nightlies build ?
regards
Please Log in or Create an account to join the conversation.
- hexfet
- Offline
- Posts: 1868
Please Log in or Create an account to join the conversation.
- Home
- Forum
- Development
- Protocol Development
- New FrSkyX protocol