> For the complete documentation index, see [llms.txt](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.deltaquad.com/deltaquad-pro-operations-manual-v2/setup/telemetry-and-ground-control.md).

# Telemetry & Ground Control

In this section, we cover the setup of your Ground Control Station, Video, and Telemetry links. For information on using the ground control station please refer to the [Flight ](/deltaquad-pro-operations-manual-v2/flight.md)sections in this manual.

### Installing QGroundControl <a href="#installing-qgroundcontrol" id="installing-qgroundcontrol"></a>

The DeltaQuad uses QGroundControl as its primary Ground Control Station. If you have ordered a Ground Control Station with your DeltaQuad it will have been installed and tested before it was shipped to you. You may skip this section and proceed to the installation of your telemetry link. To install QGroundControl on your device please refer to the [QGroundControl Installation Manual](https://docs.qgroundcontrol.com/en/getting_started/download_and_install.html)​

### Activating 4G VPN Telemetry <a href="#activating-4g-vpn-telemetry" id="activating-4g-vpn-telemetry"></a>

If your DeltaQuad has been equipped with 4G telemetry, you will need to insert a suitable sim card in the USB 4G dongle which is located in the nose of the vehicle. To insert the SIM card, remove the USB dongle, slide the top part of the housing down, and insert the SIM card in the SIM card placeholder. To test and optionally configure your 4G dongle, you can attach the dongle to your computer. After approximately 30 seconds it should be activated and you can check the status of your connection by opening a browser and navigating to [http://192.168.100.1](http://192.168.100.1/)​&#x20;

If your Ground Control Station came with your vehicle it will have been pre-installed, but will still require an Internet connection. This connection can be established by inserting a micro-sim card into the device. It can also be established by activating a Wi-Fi hotspot on a secondary device and connecting the ground control station to this Wi-Fi network. At startup, the Ground Control Station will connect to the VPN network after approximately 30 seconds.&#x20;

If you choose to install your own ground control station, or if you wish to install additional ground control stations, please refer to the ZeroTier installation guide for additional setup steps. This guide will have been made available to you via e-mail. This will also contain the settings required to activate the video stream.&#x20;

When inserting the USB dongle in the vehicle and switching the vehicle on by connecting the LiPo battery, the USB dongle should start blinking (first green, then white). After approximately 30 seconds it should go to solid white. At this point, the vehicle has an active internet connection. It will take another 20 seconds for the vehicle to connect to the VPN network and your ground control station.

### Activating Radio Telemetry <a href="#activating-radio-telemetry" id="activating-radio-telemetry"></a>

If your vehicle is equipped with radio telemetry, no setup is required on the vehicle side. To activate radio telemetry on the ground control station simply attach the receiving unit of the radio telemetry system to the ground control station. If the vehicle does not automatically connect, add a new link manually to QGroundControl by clicking on Settings -> Comm Links -> Add, and selecting the proper serial device. This varies by system.


---

# 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.deltaquad.com/deltaquad-pro-operations-manual-v2/setup/telemetry-and-ground-control.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.
