> For the complete documentation index, see [llms.txt](https://docs.arkelectron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.arkelectron.com/products/flight-controller/ark-voxl2-rtk-pab-carrier/autopilot-connections.md).

# Autopilot Connections

There are two primary communication channels between the VOXL and the Flight Controller: Serial and USB.

<table><thead><tr><th width="138">Type</th><th width="189">VOXL</th><th>Flight Controller</th></tr></thead><tbody><tr><td>USB</td><td>USB</td><td>USB</td></tr><tr><td>Serial</td><td>UART13</td><td>Telem2</td></tr></tbody></table>

{% hint style="info" %}
We recommend running MAVLink on USB and XRCE-DDS on Serial.
{% endhint %}

## Flight Controller USB Enable

The flight controller USB will not start until GPIO\_154\_VBUS\_SENSE from the VOXL is driven high. If this signal is high when the flight controller is reset, it will wait in the bootloader for 5 seconds before booting. If it is low, the flight controller will boot immediately.

## Flight Controller Reset

The flight controller can be hard reset using the reset signal connected to VOXL pin GPIO\_153\_FMU\_RST\_REQ. The VOXL cannot reset the flight controller while it is armed. The reset signal is gated by the nARMED signal from the flight controller.


---

# 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.arkelectron.com/products/flight-controller/ark-voxl2-rtk-pab-carrier/autopilot-connections.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.
