# FAQ

<details>

<summary>Why is my gimbal vibrating or producing noise from the motors?</summary>

This may be due to overly stiff motor settings. Try reducing the **Stiffness** value **by 5 units gradually** until the vibration or noise disappears.

</details>

<details>

<summary>Why doesn’t my gimbal have the Auto-Tune feature?</summary>

Some gimbals like **SM** or **MR** have **dedicated profiles for each lens**, and therefore Auto-Tune is not available. These profiles are optimized manually for best performance.

</details>

<details>

<summary>My Pan axis is drifting. What should I do?</summary>

First, check the **gimbal mode**:

* If you are using **Lock Mode**, the Pan axis may **drift slightly (up to \~1 degree per minute)**.
* To avoid this, we recommend switching to **Follow Mode** and setting the **Window Angle to 0**

</details>

<details>

<summary>My Roll axis is drifting. What causes this?</summary>

This is often due to environmental changes. Please perform a **GYRO Calibration 2–3 times**. Drift on the Roll axis usually occurs when moving between different working environments.

</details>

<details>

<summary>What is the password for motor and accelerometer calibration?</summary>

Please contact **<support@gremsy.com>** to request access.\
⚠️ **Warning:** Improper calibration can damage the motors.

</details>

<details>

<summary>What are the conditions for the drone angle reference function?</summary>

* The drone sends attitude data to the gimbal: Your drone needs to be configured to transmit its attitude messages to the gimbal, specifically either `AUTOPILOT_STATE_FOR_GIMBAL_DEVICE (286)` or `ATTITUDE (30)`.
* Enable Pan Drift in gTune: You'll need to activate the "Pan Drift" feature within the gimbal's gTune software.

Please set up conditions that are satisfied; the gimbal will automatically utilize the drone's data to compensate for and minimize the yaw drift you've observed.&#x20;

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

</details>


---

# 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/gremsy-app/gtune-desktop/faq.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.
