# Connecting a Second GCS

{% hint style="success" %}
You can connect a secondary GCS to the primary GCS using a Wi-Fi network, a hotspot, or a USB connection. A secondary GCS on-site is useful when both a camera operator and a pilot are needed.
{% endhint %}

## Wi-Fi Connection - Prerequisites

* DeltaQuad Evo and the GCS must be powered on.
* A connection between the vehicle and GCS must be established.
* A laptop or any other device with AMC installed.
* The primary and secondary GCS must be connected to the same Wi-Fi network or hotspot.

***

1. On the primary GCS, open the **Evo Control Panel** app located on the desktop.

<figure><img src="/files/jwis9MtGK6s7PSw2gj6L" alt="" width="126"><figcaption></figcaption></figure>

2. The **Evo Controller** window will open. Copy the **WiFi IP address**—in our case, 192.168.2.105.

<figure><img src="/files/40cd3zd5xRxg6BmOflkE" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/8ZtcpxdMKc31VgdBMdbx" alt="" width="563"><figcaption></figcaption></figure>

3. On the secondary GCS, open AMC. Navigate to **AMC Menu > Settings > Comm Links**. Click on **Add**.

<figure><img src="/files/4rS0O0h1Ouf6ucnDu8cp" alt=""><figcaption></figcaption></figure>

4. Enter the following items and click **OK**.

* **Name:** Enter any name
* **Type:** UDP
* **Listening Port:** 14550
* **Target Host:** \<Wi-Fi IP adress>:5760
  * In our case 192.168.2.105:5760

<figure><img src="/files/N2pdMGj63VUChnh7IZBn" alt=""><figcaption></figcaption></figure>

5. Click on the newly created comm link and **Connect**.

<figure><img src="/files/SFgMAzwtxXEhTNnToQJB" alt=""><figcaption></figcaption></figure>

6. After a few seconds the secondary GCS connects to the primary  GCS. The vehicle status should be indicated in the upper left corner of AMC.

<figure><img src="/files/0E7c0MDMPL4obupNMEDK" alt=""><figcaption></figcaption></figure>

***

## USB Connection - Prerequisites

* DeltaQuad Evo and the GCS must be powered on.
* A connection between the vehicle and GCS must be established.
* A laptop or any other device with AMC installed.
* The primary and secondary GCS must be connected via a USB cable.

***

1. On the primary GCS, open the **Evo Control Panel** app located on the desktop.

<figure><img src="/files/jwis9MtGK6s7PSw2gj6L" alt="" width="126"><figcaption></figcaption></figure>

2. The **Evo Controller** window will open. Copy the **USB IP address**—in our case, 192.168.42.129.

<figure><img src="/files/egtg3PaRAIt8KihPyXVb" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/TLmSkmkBRPtD51BVuj3G" alt="" width="563"><figcaption></figcaption></figure>

2. On the secondary GCS, open AMC. Navigate to **AMC Menu > Settings > Comm Links**. Click on **Add**.

<figure><img src="/files/4rS0O0h1Ouf6ucnDu8cp" alt=""><figcaption></figcaption></figure>

4. Enter the following items and click **OK**.

* **Name:** Enter any name
* **Type:** UDP
* **Listening Port:** 14550
* **Target Host:** \<USB IP adress>:5760
  * In our case192.168.42.129:5760

<figure><img src="/files/byYCyIvcKvJxcOAEnNA8" alt=""><figcaption></figcaption></figure>

5. Click on the newly created comm link and **Connect**.

<figure><img src="/files/SFgMAzwtxXEhTNnToQJB" alt=""><figcaption></figcaption></figure>

6. After a few seconds the secondary GCS connects to the primary  GCS. The vehicle status should be indicated in the upper left corner of AMC.

<figure><img src="/files/0E7c0MDMPL4obupNMEDK" alt=""><figcaption></figcaption></figure>


---

# 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://docs.deltaquad.com/tac/setup/connecting-a-second-gcs.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.
