Flight Controller uses Px4

Zio

1. Set up the telemetry baud rate

Zio connects to FC at the baud rate of 115200.

In case of connecting Zio 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”

2. Set the gimbal control parameters

  • MNT_MODE_IN: “RC”

  • MNT_MODE_OUT: “Unknown: 2”

  • MNT_RC_IN_MODE: “0”

  • MNT_MAN_TILT: “AUX3”

  • MNT_MAN_ROLL: “AUX2”

  • MNT_MAN_PAN: “AUX1”

  • COM_RC_IN_MODE: “Unknown: 3”

  • RC_MAP_AUX1: “Channel 6”

  • RC_MAP_AUX2: “Channel 7”

  • RC_MAP_AUX3: “Channel 8”

Last updated