# SETUP WITH SKYNODE

## 1. Hardware Setup. <a href="#bkmrk-1.-hardware-setup" id="bkmrk-1.-hardware-setup"></a>

## 2. Setting on the remote control.

Zio is compatible with the Remote Control (RC) that supports the QGroundControl app (QGC). In this manual, all settings are made on the Herelink Remote Control, the other controller does the same.

### **SBUS channel settings.**

Zio needs to set up two channels to control the gimbal: one channel is for controlling rotation, and the other is for choosing the controlling axis.

### **Set up channels controlling the gimbal.**

Gimbal rotation control channel: CH6 (or any channels), use the wheel button on the Herelink remote:&#x20;

<figure><img src="https://bookstack.gremsy.vn/uploads/images/gallery/2023-08/scaled-1680-/image-1691025875150.png" alt=""><figcaption></figcaption></figure>

&#x20;Gimbal axis selection channel: CH8 (or any channels), use the camera button on the Herelink remote:&#x20;

<figure><img src="https://bookstack.gremsy.vn/uploads/images/gallery/2023-08/scaled-1680-/image-1691552982900.jpg" alt=""><figcaption></figcaption></figure>

## 3. Setting parameter. <a href="#bkmrk-3.-setting-parameter" id="bkmrk-3.-setting-parameter"></a>

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”
MAV_2_CONFIG: "EXT2" (401)
MAV_2_MODE: "Gimbal" (10)
SER_TEL2_BAUD: “115200 8N1"
SER_EXT2_BAUD: “115200 8N1"
MAV_2_FORWARD: "enable" (1)
MAV_S_FORWARD: "enable" (1)
```

**Set mount params**

```
MNT_MODE_IN: “RC”
MNT_MODE_OUT: “MAVlink gimbal protocol v2”
MNT_RC_IN_MODE: “1”
MNT_MAN_PITCH: “AUX3”
MNT_MAN_ROLL: “AUX2”
MNT_MAN_YAW: “AUX1”
MNT_RATE_PITCH: "90"
MNT_RATE_YAW: "90"
```

**Set RC map channels**

```
RC_MAP_AUX1: “Channel 6”
RC_MAP_AUX2: “Channel 7”
RC_MAP_AUX3: “Channel 8”
```

## 4. Setting App Auterion <a href="#bkmrk-4.-setting-app-auter" id="bkmrk-4.-setting-app-auter"></a>

*Updating...*


---

# 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/zio/autopilot-setup/setup-with-skynode.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.
