# USB connection setup

Download the required drivers and unpack them to local folder:

{% file src="/files/Bk4LPJkggxxBXIimF9TD" %}

Plug in Ground module to computer using USB Type C cable and open **Device Manager.** Locate Other Devices > RNDIS:

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

Right click on **RNDIS** and select **Update Driver:**

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

Select **Browse my computer for drivers:**

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

Select **Let me pick up from a list of available drivers on my computer**:&#x20;

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

Click **Show all devices** and then **Next:**

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

Select **Microhard Systems Inc**. > **Remote NDIS based device** and click **Next:**

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

Click **Yes**:

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

Congratulations! The driver was successfully installed!

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

{% hint style="info" %}
If you have an issue with step above you may need to [disable driver signature](https://learn.sparkfun.com/tutorials/disabling-driver-signature-on-windows-8/disabling-signed-driver-enforcement-on-windows-8) in Windows:

Hold down the Windows key on your keyboard and press the letter C to open the Charm menu, then click the gear icon (Settings).&#x20;

* Click More PC Settings.&#x20;
* Click General
* Under Advanced Startup, click Restart Now
* After restarting, click Troubleshoot
* Click Advanced Options
* Click Windows Startup Settings
* Click Restart

After restarting your computer a second time, choose Disable driver signature enforcement from the list by typing the number 7 on your keyboard.

After restarting, you will be able to install the Arduino drivers normally.
{% endhint %}

Now you can see correctly recognised device in a device tree menu:

<figure><img src="/files/9brwSWjr80UHgRKXUDuE" alt=""><figcaption></figcaption></figure>

To confirm this you may open terminal and type **ipconfig:**

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

You will be able to locate the new Ethernet adapter with an assigned IP address in the range of 192.168.168.X.&#x20;

Now you can use ground module via USB the same as as it can be used with a native Ethernet based connection.


---

# 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.sky-drones.com/avionics/airlink-telemetry/usb-connection-setup.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.
