# QGroundControl

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

To establish a connection between OpenHD and QGroundControl over Wi-Fi or Ethernet, follow these steps:

1. The Wifi hostpot is by default ON when disarm and OFF when arm because the possible interference, you can change it using the sidebar, if you want to use Ethernet just connect the ethernet cable

> :warning: **Important Note:** Here´s what can happen if you use wifi as a connection method for external telemetry during flight.

{% embed url="<https://youtu.be/xjr56PovA8A>" %}

2. Next power on your Air- and GroundPi
3. Enter in the Ground tab and here change the settings "Ethernet" from disable to Hostpot or forward+internet, the last one is very handy to give internet to the pc from your phone

![Ground settings](/files/w7orVBTGVY4AgwwjgYja) ![Ground settings](/files/gMXFG4OYPSiDRqUBRgb6)

Now lets continue in QgroundControl:

1. Navigate to the "Comm Links" tab within QGroundControl and click on "Add" located in the lower part of the screen.

![QGC-Connection-Page](https://raw.githubusercontent.com/OpenHD/Documentation/evo/.gitbook/assets/QGC1.png)

2. Fill in the following parameters:
   * **Name:** Enter a name for the connection, e.g., "TCP OpenHD".
   * **Automatically Connect on Start:** Check this option.
   * **Type:** Select "TCP".
   * **Server Address:** Input "192.168.3.1".
   * **Port:** Set the port to "5760".
   * Click "OK" to confirm.

![QGC-Comm-Links](https://raw.githubusercontent.com/OpenHD/Documentation/evo/.gitbook/assets/QGC2.png)

3. Click on "Connect" and wait for telemetry data to be received, which typically takes around 5 seconds, **don't go on with the next step until you are connected.**

![QGC-Connect](https://raw.githubusercontent.com/OpenHD/Documentation/evo/.gitbook/assets/QGC3.png)

4. At this point, telemetry data should be available, but video may not be. Follow these steps to resolve this:

![QGC-Main-Page](https://raw.githubusercontent.com/OpenHD/Documentation/evo/.gitbook/assets/QGC4.png)

5. Select "UDP" as the source and set the port to "5600".

![QGC-General-Page](https://raw.githubusercontent.com/OpenHD/Documentation/evo/.gitbook/assets/QGC5.png)

By following these steps, telemetry data and video feed should now be accessible within QGroundControl. Enabling the "Automatically Connect on Start" option eliminates the need to reconnect during subsequent program launches.


---

# 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://openhd.gitbook.io/open-hd/ground-station-software/qgroundcontrol.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.
