# Flight Controller

The Micro VPS requires **one (1) UART port on the flight controller** to communicate with ArduPilot. 4-pin to 6-pin GH-JST serial cables are provided in the box.

For the Cube Orange+ flight controller, this means the **TELEM 1, TELEM 2, and GPS 2 UART ports** are ready to interface with the Micro VPS.

<figure><img src="/files/IFWdFIDJgPjmL9mvb1mF" alt="" width="188"><figcaption></figcaption></figure>

Using the provided serial cables, connect the 4-pin GH-JST end to the Micro VPS compute module and the 6-pin end of the cable to your available UART port on your flight controller.

<figure><img src="/files/UQmWMNGjK9PZ2IByEMUO" alt="" width="563"><figcaption></figcaption></figure>

Navigate to [Autopilot Integration](/micro-vps/autopilot-integration.md) to see how to configure ArduPilot to connect with the Micro VPS over these UART ports.

{% hint style="success" %}
Serial data cable connects the Micro VPS compute module to your flight controller.&#x20;
{% endhint %}


---

# 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.theseus.us/micro-vps/vehicle-integration/flight-controller.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.
