# 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)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.gremsy.com/payloads/vio/autopilot-setup/setup-with-px4/3.-setting-parameters.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
