Telemetry update frequency ~8s #100
kingfisher09
started this conversation in
General
Replies: 1 comment 5 replies
-
Okay, there are a lot of unknowns here. Can you provide me with the following:
Currently, CRSF for Arduino writes out a telemetry packet on every second RC packet from your receiver. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm using this library for a robot and it's working great! The only thing is that the telemetry update frequency is quite low. I am using the GPS altitude to represent the speed at which the robot is spinning since I just needed a nice float value that can be displayed on the transmitter. However despite setting the update frequency in the code to 2Hz, I'm only getting updates on my transmitter about every 8s. Is this something I can speed up? I actually only need this one value so if there is another telemetry channel that I can use that is faster, that would be fine!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions