> For the complete documentation index, see [llms.txt](https://docs.cubepilot.org/user-guides/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cubepilot.org/user-guides/herelink/herelink-user-guides/connect-to-mission-planner.md).

# Connecting to Mission Planner

## Connecting to Mission Planner

{% hint style="info" %}
For enabling video stream in Herelink settings please refer [Share video Stream](/user-guides/herelink/herelink-user-guides/share-video-stream.md)
{% endhint %}

## You are now connected to the Herelink HotSpot Wifi.

### **Mavlink**

* Open Mission Planner
* Set the port to 'UDP' (top right)
* Click 'Connect'
* Enter port '14550'

![](/files/-LqzJ-8wvuSXxIh4zHME)

![](/files/-LqzJ-8ysVfPuoXIzipd)

## You are now connected to the same wifi network as the Herelink is.

Mavlink

* Open Mission Planner
* Set the port to 'UDPCL' (top right)
* Click 'Connect'
* Enter the IP of the Herelink controller [Find your IP](https://ccm.net/faq/33725-how-to-check-your-android-ip-address)
* Enter port '14552'

You will now have Mavlink working into Mission Planner

\*This configuration applies when we connect using USB TETHER or any other interface that is not WIFI. The Mavlink traffic being Broadcast from the WIFI Access Point by default, when connecting with USB or Ethernet, it is necessary to specify IP address of HereLink station so it can access the UDP port 14552.

### To view live Herelink video in Mission Planner

**Note: Video requires Mission Planner 1.3.70 beta or above**

* Start Solex or QGC to ensure your video is working (this is required to start the streaming process)
* Right click the HUD
* Select 'Video'&#x20;
* Select 'Herelink Video'
* The first time you do this Mission Planner may need to download the files required to play the video. Your device will require and internet connection to be able to do this, you may need to disconnect from the Herelink hotspot to perform this step
* A popup window will open, enter the same IP as you did in the mavlink step and click OK

![](/files/-M2lI9Zc3CDmOOxYmkLv)

![](/files/-M2lI9ZecuOqYcIp01kG)


---

# 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.cubepilot.org/user-guides/herelink/herelink-user-guides/connect-to-mission-planner.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.
