> For the complete documentation index, see [llms.txt](https://docs.gremsy.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gremsy.com/payloads/zio/software-configuration/control-by-remote-controller/remote-control-modes.md).

# Remote Control Modes

## 1. Setting channels on the Webserver app <a href="#bkmrk-1.-setting-channels" id="bkmrk-1.-setting-channels"></a>

* Go to "**Set Up Remote Channels**" on the Webserver app.

<figure><img src="/files/07iQDh5gawqAUmCHGwnV" alt=""><figcaption></figcaption></figure>

* Params explanation:

***Control Mode:***

* Disable.
* Raw Input: Control Zio Payload by SBUS from gimbal.
* Autopilot Convert: Control Zio Payload by SBUS from autopilot.

***Image Capture:*** Select push button. Capture Image when pressing button.

***Video record:*** Select push button. Pressing the first time will start record video, pressing the next time will stop record video.

***Zooming:*** Select stick with 3 states. 3 states: zoom tele, stop zoom, zoom wide.

***Tilt:*** Select rotate button. Control tilt axis.

***Roll:*** currently not in use.

***Pan:*** Select rotate button. Control tilt axis.

***Mode:*** Select stick with 3 states. 3 states corresponding to 3 gimbal mode: OFF, LOCK, FOLLOW.

***Return Home:*** Select push button. Gimbal return home when press button.

> ***Notes:** If the channels will not be used, please set it to "-1".*

## 2. Setup Ardupilot param. <a href="#bkmrk-2.-setup-ardupilot-p" id="bkmrk-2.-setup-ardupilot-p"></a>

### 2.1. **Disable control by SBUS/PPM. Only use MAVlink to control the Payload.**

<figure><img src="/files/CnUqn44IfJJjYuYeO3SU" alt=""><figcaption></figcaption></figure>

* Setting App: Select **`Disable` in `Control Mode`**
* Set param Ardupilot:
  * ***RC6\_OPTION***: “214”
  * ***RC7\_OPTION***: “212”
  * ***RC8\_OPTION***: “213”

### **2.2 SBUS/PPM directly to gimbal.**

<figure><img src="/files/iTGwi9LDuXcRRk759qEx" alt=""><figcaption></figcaption></figure>

Setting App:

* Select **`Raw Input`** in **`Control Mode`**
* Select the channel of the function to be controlled on App Setting.

### **2.3 SBUS/PPM from Autopilot SBUS-OUT**

<figure><img src="/files/Tp1VZ8sxlYZFgSdNtwGC" alt=""><figcaption></figcaption></figure>

* Select **`Raw Input`** in **`Control Mode`**
* Set param Ardupilot:
  * ***BRD\_SBUS\_OUT:*** 50Hz (1)
  * ***BRD\_SAFETY\_MASK:*** 0 (Uncheck channel control)
  * ***RCx\_OPTION:*** 0
  * ***SERVOx\_FUNTION:*** RCINx

> **X** is the channel number you want to SBUS out
>
> *For Example:* *RC6\_OPTION: 0, SERVO6\_FUNTION: RCIN6 --> SBUS out channel 6.*

### **2.4 Control by Autopilot RC-MAVlink Converter.**

<figure><img src="/files/KgOaz6cPCeJa7u4GyaJW" alt=""><figcaption></figcaption></figure>

* Setting App:
  * Select **`Autopilot convert`** in Control Mode
  * Select the channel of the function to be controlled
* Set param Ardupilot:
  * ***SR2\_RC\_CHAN:*** 10Hz


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.gremsy.com/payloads/zio/software-configuration/control-by-remote-controller/remote-control-modes.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
