# Gremsy – Flight Controller Connection Verification Guide

### **1. Purpose**

This document describes how to verify whether the **Gimbal** is properly connected to the **Flight Controller (FC)** via UART (MAVLink protocol).

***

### **2. Method 1: LED Status Check**

#### **Procedure**

* Observe the **status LED** on the gimbal.

#### **Expected Result**

* **Pink / Purple LED** → Gimbal is successfully connected to the Flight Controller.
* Any other color → Connection may not be established.

***

### **3. Hardware Connection**

#### **UART Wiring**

* Connect the gimbal UART to **TELEM2** port on the Flight Controller.

#### <a href="../../orus-l/third-parties-integration/mavlink-autopilot" class="button primary">Mavlink Autopilot Setup</a>

#### **Notes**

* Ensure correct **TX/RX crossover**
* Verify stable **power supply**
* Confirm cable integrity

***

### **4. Method 2: MAVLink Inspector**&#x20;

#### **Procedure**

1. Open **QGroundControl/Mission Planner**
2. Navigate to:\
   **Analyze Tools → MAVLink Inspector**
3. Monitor the incoming MAVLink components

<figure><img src="https://3309772875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnikHUDUd2JXqkOsnOi7l%2Fuploads%2FAwNPKTULKdu4MM30aQhS%2Fimage.png?alt=media&#x26;token=702de726-443d-42b8-9d5b-b8719003fe38" alt=""><figcaption></figcaption></figure>

<figure><img src="https://3309772875-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FnikHUDUd2JXqkOsnOi7l%2Fuploads%2FJteHnPRYh295d7GJuJNf%2Fimage.png?alt=media&#x26;token=9c1ed7a5-ddd4-4144-859e-6b909d9f9401" alt=""><figcaption></figcaption></figure>

#### **Expected Component IDs**

| Component | ID  | Description                 |
| --------- | --- | --------------------------- |
| Payload   | 101 | VIO / ZIO / Orus-L payloads |
| Gimbal    | 154 | Gimbal system               |

#### **Result Interpretation**

* Both **Component ID 101 and 154 detected** → Connection confirmed
* Missing one or both → Connection issue exists

***

### **5. Troubleshooting**

If no components are detected:

#### **5.1 UART Connection**

* Verify TX/RX wiring is correct
* Check for loose or damaged cables

#### **5.2 Flight Controller Parameters**

* Ensure MAVLink is enabled on **TELEM2**
* Verify correct **baud rate** (typically **115200** or configured value)

#### **5.3 Power Supply**

* Confirm the gimbal is powered properly

#### **5.4 Signal Measurement**

* Use a multimeter or oscilloscope:
  * Check **TX signal activity**
  * Verify voltage levels (\~3.3V or 5V depending on system)

***

### **6. Quick Verification Summary**

| Check Method      | Expected Result                 |
| ----------------- | ------------------------------- |
| LED Status        | Pink/Purple                     |
| MAVLink Inspector | Component ID 101 & 154 detected |

***

### **7. Conclusion**

A valid connection is confirmed when:

* The gimbal LED indicates **Pink/Purple**, and
* MAVLink Inspector shows both **Component ID 101 and 154**
