For my application I need to monitor the telemetry data stream from a Mini 3.5. I am not using a telemetry link, I just need the data on board, so there is no telemetry transmitter or GCS.
Is there a setting that activates the data stream? Is there a ‘heart beat’ protocol that can be fed into the telemetry input?
Other?
@Crane so your plan is to make a companion computer or similar that would
receive telemetry feed from autopilot. You need to request MAVLink feed
when system starts. Really similar like what we do in jD-IOBoard or MinimOSD.
Both hook up on additional serial ports on pixhawk and when they reboot, if
they don’t see needed values coming from that port, software will initiate
MAVLink rates command and request wanted parameters with wanted frequency.
OK, I have a test set up and my MSP430 receives and parses the data stream from the APM 3.x.
I can select packets by command number. All works great, but I can’t decipher the packet. It appears that each command has a format (Schema) associated with it, Is there a clear specification for these formats?