# Wiring AI Node to Skynode

### Pre-requirements

In order to be able to test connection, you must first power [Skynode](/hardware-integration/skynode/evaluation-kit/powering-skynode.md) and [AI Node.](/hardware-integration/ai-node/evaluation-kit/power-ai-node.md)

### Ethernet connection

AI Node is connected to Skynode via 100Mbps Ethernet. This allows for the fastest possible data link to Skynode, as well as an easy way to [share internet](/hardware-integration/ai-node/evaluation-kit/internet-sharing-with-skynode.md), [bridge network devices](/hardware-integration/ai-node/connectivity/ai-node-as-network-bridge.md).

For the connection, use ETH Skynode cable *(item 115-00034)* which is part of [AI Node Eval Kit](/hardware-integration/ai-node/evaluation-kit.md). Connect 4 pin GH ETH on Skynode to 9 pin GH ETH0 on AI Node. Your data link setup should look like the following:

<figure><img src="/files/NV5d6gvtnUGDWhXjixs7" alt=""><figcaption><p>Ethernet connection between Skynode-AINode</p></figcaption></figure>

{% hint style="info" %}
Both ETH0 and ETH1 can be used for Skynode connection. However, it is recommended to use ETH0, as it is preconfigured for easier setup with Skynode, while ETH1 will require a manual configuration.
{% endhint %}

{% hint style="info" %}
When configuring [AI Node as bridge](/hardware-integration/ai-node/connectivity/ai-node-as-network-bridge.md), ETH0 shall be used. In order to use ETH1, network services will have to be modified.
{% endhint %}

Once connected, enable [Internet Sharing with Skynode](/hardware-integration/ai-node/evaluation-kit/internet-sharing-with-skynode.md), or enable [AI Node as bridge](/hardware-integration/ai-node/connectivity/ai-node-as-network-bridge.md) in order to establish a data link and test the connection. As an alternative you can manually configure the network devices on both ends to suite your needs.


---

# 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.auterion.com/hardware-integration/ai-node/evaluation-kit/wiring-ai-node-to-skynode.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.
