# Herelink Controller

All standard package X55 units come with the Herelink Controller by default.

{% hint style="info" %}
For more information about the Herelink Controller, please refer to the [Herelink documentation](https://docs.cubepilot.org/user-guides/herelink/herelink-overview).
{% endhint %}

<figure><img src="/files/wl7DAeAWsqTj0umyS3Gv" alt="" width="375"><figcaption></figcaption></figure>

By default, the Herelink is set up as a Mode 2 configuration.

<img src="/files/m2I7SKqMvrG85Vanm5aN" alt="
" width="375">

## Configure Buttons

The Herelink is fitted with six programmable buttons and one scrolling wheel. By default, the buttons are configured as follows.

| **Button**         | **Action**                |
| ------------------ | ------------------------- |
| Upper Left Wheel   | No Action                 |
| Upper Right Button | No Action                 |
| A                  | Altitude Hold Flight Mode |
| B                  | Loiter Flight Mode        |
| Home               | RTL Mode                  |
| C                  | Auto                      |
| D                  | No Action                 |

To configure the buttons, open QGC, go to “vehicle setup” and click the “Buttons”

<img src="/files/arwxY1faQeYjewBnveG4" alt="" width="563">

{% hint style="warning" %}
Flight mode must be set only through the QGC buttons page, and not the SBUS signal in Herelink settings.
{% endhint %}

## Sharing data via Wi-fi Hotspot to Mission Planner

The Herelink controller is able to share data via a Wi-fi hotspot connection to broadcast the information to a PC or tablet, to be used with other flight control software such as Mission Planner. To share telemetry data using this method, the hotspot has to be turned on.

To turn on the Wi-fi hotspot, click the icon next to the arrow.

<img src="/files/0dIQcV35Ziu51hHrpbtp" alt="" width="563">

To access the wireless hotspot settings, press and hold the Wi-fi option in the notification drawer and select “Tethering & Portable Hotspot”.

<img src="/files/YUd8IJS7fijLoH4h50zP" alt="" width="563">

You can set your hotspot name and set the password.

<img src="/files/nBn9pXi4iv5CQHicxW3j" alt="" width="563">

On the PC, connect the Wi-fi to the hotspot. Open Mission Planner and set the port to “UDP” and click “Connect”. Enter port “14550”

<img src="/files/3ZM8oGLi5A9BflAKFHIl" alt="" width="563">

<img src="/files/4HBoMUOcDdqGsPdkUKvq" alt="" width="392">

You are now connected to the same Wi-fi network as the Herelink.

## Sharing data via USB tethering

Connect with Mission Planner

To turn on the USB tethering, first plug in the Herelink to your PC with a USB cable.

Then, press and hold the icon next to the arrow.

<img src="/files/0NVDvQbinTnSrBt0hD2y" alt="" width="563">

To access the tethering settings, press and select “Tethering & Portable Hotspot”.

<img src="/files/9egTaBDuF3vRNylDr1Z9" alt="" width="563">

Turn on USB tethering.

<img src="/files/QKou8aDwLCXE9mtP8bq0" alt="" width="563">

Open Mission Planner on your PC.

Set the port to“UDPCL”.

Click "connect".

Enter the Herelink IP address: 192.168.42.129.

Enter Local port “14552”.

Click "connect"


---

# 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://arcsky.gitbook.io/x55-public-knowledge-base/aircraft-description-and-functions/herelink-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.
