3. Setting parameters

Firmware Requirement

  • Version: update to the latest version.

  • Support Mavlink v2 protocol

Set up the telemetry baud rate

Vio connects to FC at the baud rate of 115200. In case of connecting Vio to FC at any telemetry, note the telemetry setting at the corresponding baud rate. Example for telemetry 2:

  • MAV_1_CONFIG: “TELEM 2”

  • SER_TEL2_BAUD: “115200 8N1"

  • MAV_1_FORWARD: "1"

Set mount params

  • MNT_MODE_IN: “RC”

  • MNT_MODE_OUT: “Unknown: 2”

  • MNT_RC_IN_MODE: “1”

  • MNT_MAN_PITCH: “AUX3” // PAN/TILT choose axis

  • MNT_MAN_ROLL: “AUX2” // Zooming, High: Zoom in, Neutral: Stop, Low: Zoom out (current: only using mode control by angle)

  • MNT_MAN_YAW: “AUX1” // PAN/TILT move

  • COM_RC_IN_MODE: “Unknown: 3”

Set RC map channels

  • RC_MAP_AUX1: “Channel 6” // set channel 6 to AUX1 (Yaw)

  • RC_MAP_AUX2: “Channel 7” // set channel 7 to AUX2 (Roll)

  • RC_MAP_AUX3: “Channel 8” // set channel 8 to AUX3 (Pitch)

Last updated