# 6.5 RC Calibration

In RC configuration **(RPA Configuration > RC Config)**, RC transmitters allow the pilot to set the flight mode, control the vehicle’s movement and orientation and also turn on/off auxiliary functions (i.e. raising and lowering landing gear, etc.).

* RC Calibration involves capturing each RC input channel’s minimum, maximum and “trim” values so that ArduPilot can correctly interpret the input.
* Move both sticks in the largest circle possible so that they reach their complete range of motion. Move the Ch 5 and 6 toggle switches through their range of positions.
* Your transmitter should cause the following control changes:

&#x20;                 Channel 1: low = roll left, high = roll right.

&#x20;                 Channel 2: low = pitch forward, high=pitch back.

&#x20;                 Channel 3: low = throttle down (off), high = throttle up.

&#x20;                 Channel 4: low = yaw left, high = yaw right.

![RC Calibration ](/files/wZaa24o5NdEBC5Kn5mbl)

For calibrating RC through AeroGCS, click on "Calibrate" button. Follow the instructions popped up on the screen.&#x20;

![Calibration Process for RC](/files/xyiSaxgYsmVaKnzvpZzm)

* Ensure the status of transmitter and receiver as Power On.
* Ensure that the transmitter and receiver are connected properly.
* Ensure that the propellers are not connected to the motors. Also, make sure that the motors are not powered ON.
* Click ok and move all sticks and switches to their extreme positions.
* Reset all transmitter trims to center. Then click "Ok" button.
* Click on "Click When Done" button to move further.

![Detected RC values](/files/JJct1VYdySyw4kWJHh82)

* Detected RC values will be displayed on the screen.
* Press "Ok" button and proceed.
* You will get the screen as shown in the following image showing that RC calibration is completed.

![RC Calibration Completed](/files/B48uMvzuMKala1lwhJjc)

![RPA Configuration -RC Calibration](/files/oBNZUoxYpGNhLJ6x8CUz)

![RC Calibration](/files/hS6VCDNasZQ1U3mR0vUk)

* Ensure the channels assigned are proper or not. Click on "Update" after confirmation.&#x20;
* Parameters are sent to the device. Click on "Ok" to proceed.
* Now the entire RC calibration process is completed.


---

# 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://aerogcs-docs.aeromegh.com/5-rpa-configuration/6.5-rc-calibration.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.
