# Initial setup

## Power up

Ground module supports two different power options - via USB or via dedicated power socket from the external power source.&#x20;

### USB power

The module can be powered directly from the USB port which can also provide communication to computer. Simply plug USB Type C cable into the USB port:&#x20;

<figure><img src="/files/6nxv90D90VRK6BVocJQs" alt=""><figcaption></figcaption></figure>

### External power

The module can be powered with the dedicated power supply in the voltage range of 12-35V.

<figure><img src="/files/7PgxQeXHZ7DnAMZG0brU" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
For the maximum RF performance It's recommended to use external power supply rather than USB power supply.
{% endhint %}

## Ethernet

Connect Ethernet cable to RJ45 port as shown on the image below:&#x20;

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

Connect the other side of the Ethernet cable to computer.&#x20;

## Verify the connection

It will take about 30 seconds until the module boots up. The computer will get an IP address in the range of 192.168.168.X. This can be verified in connectivity settings or in command line with **ifconfig** command (MacOS / Linux) or **ipconfig** (Windows):

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

Default IP addresses configuration:&#x20;

<table><thead><tr><th width="374">Module</th><th>IP Address</th></tr></thead><tbody><tr><td>Air module</td><td>192.168.168.1</td></tr><tr><td>Ground module</td><td>192.168.168.2</td></tr></tbody></table>

You can check the connection to Air module with **ping** command:&#x20;

```
ping 192.168.168.1
```

## Ethernet vs USB

It's recommended to use native Ethernet connection however you can also use Ethernet over USB connection (RNDIS). The computer will receive IP address similarly to the way where it's connected via Ethernet natively. Initial setup requires some drivers installation. Later the module can be used normally as plug-n-play. Refer to the next section for the initial drivers installation procedure:


---

# 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/initial-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.
