Dronekit android tower telemetry update frequency

210 Views Asked by At

I've just started looking into building something using dronekit. Before I dive headfirst into this (and I fully realize this might be a difficult question to answer): What kind of telemetry update frequency can I expect from the 3DR services underlying an android app (say that I'm using a PixHawk controller with the 3DR telemetry downlink plugged into my Android's USB port). I need something as instantaneous as possible, no slower than 1Hz and optimally down to 5-10Hz (talking about both telemetry update events from the drone, and the ability to send commands to the drone). Is it possible at all to get that kind of speed using this stack?

1

There are 1 best solutions below

1
On

Sending commands to the drone is not throttled at the moment, so it can be as fast as your logic and hardware allow. The receiving update frequency is currently locked at 2Hz. We're looking into making it customizable in a future release.

For more information, feel free to ping the dev team directly on the gitter channel.