> 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/gremsy-tiny-series/lynx/hardware-configuration/connection-diagram.md).

# Connection Diagram

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

Here are clear step-by-step **connection instructions** based on the **LYNX Mainboard Solution Diagram**:

***

### **LYNX Mainboard Connection Guide**

#### **Components Required**

* LYNX&#x20;
* Gremsy Mainboard
* Cube flight controller (e.g., Cube Orange)
* Herelink ground unit (with HDMI/Ethernet & UART support)
* UART cables
* Power source for the mainboard

***

#### **Wiring & Connection Steps**

1. #### **Connect the Gimbal to Mainboard**
   * **UART/Power Cable** from the Lynx connects to the **UART/power port** on the Gremsy Mainboard.
   * **Camera Signal Cable** connects from the gimbal to the **CAMERA SIGNAL port** on the mainboard.
2. #### **Connect Mainboard to Flight Controller**
   * Use **UART cable** from the Gremsy Mainboard to one of the UART ports on the **Cube** flight controller.
   * This enables **MAVLink communication** for camera and gimbal control.
3. #### **Connect Flight Controller to Herelink**
   * Connect the **HDMI or Ethernet output** from the Cube to the **Herelink remote unit**.
   * This streams EO/IR video and enables control via apps like **QGroundControl** or **Gremsy Payload Assistant**.
4. #### **Power Up the System**
   * Supply **15–52 VDC** power input to the mainboard (check onboard regulation).
   * Ensure that the flight controller and Herelink are powered appropriately.

***

#### ✅ **System Functions After Connection**

* Live **PiP video streaming** via HDMI/Ethernet
* **Gimbal and camera control** via MAVLink (e.g., tilt, zoom, mode switch)
* **AI object detection & tracking** (EO)
* Access to **internal 64GB memory** and microSD storage (up to 128GB)

***


---

# 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/gremsy-tiny-series/lynx/hardware-configuration/connection-diagram.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.
