Back to Serial Studio

MAVLink Messages

app/rcc/scripts/native/mavlink.md

4.0.1967 B
Original Source

MAVLink Messages

Decodes ATTITUDE, VFR_HUD and GLOBAL_POSITION_INT messages from drones and autopilots. Values latch between frames.

Wire Format

MAVLink v1 framing with the start marker included:

[FE][len][seq][sysid][compid][msgid][payload ...][crc]

Parameters

ParameterTypeDefaultDescription
Protocol versionchoiceMAVLink v1Selects the expected start marker (0xFE for v1, 0xFD for v2).

Output Channels

ChannelValueMessage
1-3Roll, pitch, yaw (rad)ATTITUDE (30)
4-5Airspeed, groundspeed (m/s)VFR_HUD (74)
6-7Heading (degrees), throttle (%)VFR_HUD
8-9Latitude, longitude (degrees)GLOBAL_POSITION_INT (33)
10Altitude (m)GLOBAL_POSITION_INT

Pipeline Notes

Select the Binary (raw bytes) decoder. Messages with other ids are ignored; channels keep their previous values.