> For the complete documentation index, see [llms.txt](https://docs.sky-drones.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sky-drones.com/avionics/smartlink/other-gcs.md).

# Other AP / GCS Support

## QGroundControl

Follow these next steps to configure QGroundControl for [SmartLink](https://sky-drones.com/smartlink):

{% embed url="<https://www.youtube.com/watch?v=nbthu_aaUGg&feature=emb_title>" %}

### Configuration settings

* Connection type: UDP
* Host: smartlink.local
* Port: 14555
* Autopilot UART: 57600 8N1 3V3 TTL

## Mission Planner

![](/files/-MTNC0I0nGEF2fdOC-XF)

### Configuration settings

* Connection type: UDP
* Host: smartlink.local
* Port: 14555
* Autopilot UART: 57600 8N1 3V3 TTL

### Telemetry

Make sure to select UDPCI as the connection type and click Connect:

![](/files/-MaeWX_ZzgOMh7GANUmc)

Type in SmartLink IP address (192.168.168.100) or host name (smartlink.local) and click OK:

<div align="center"><img src="/files/-MaeWvC-ElcL8ZyTlXS6" alt=""></div>

Type in SmartLink port number (14555) and click OK:

![](/files/-MaeX8ZHEEnMfLiEyuZh)

The connection will be established and Mission Planner will start reading parameters:&#x20;

![](/files/-MaeXaAiNQD5p1RDZUZy)

### Video

Right click on the primary flight display and select Video > Set GStreamer source:

![](/files/-MaeYEkZjsnMjqtDC_vR)

Use the following GStreamer pipeline to start the real time video in Mission Planner:

```
rtspsrc location=rtsp://smartlink.local:8554/camera/0 ! rtph264depay ! avdec_h264 ! videoconvert ! video/x-raw,format=BGRA ! appsink name=outsink sync=false
```

{% hint style="warning" %}
In case your system doesn't support local DNS (smartlink.local addressing) you will need to change smatlink.local to the static IP address of SmartLink: 192.168.168.100
{% endhint %}

Click OK to start the video feed:

![](/files/-MaeXnvmX1ByGQORyLBT)

After a few seconds the video feed will appear:&#x20;

![](/files/-MaeXzXd8jQU5r3wJwDW)


---

# 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.sky-drones.com/avionics/smartlink/other-gcs.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.
