# Connectivity

## Development

For development purposes, AI Node can be connected via dedicated Debug Micro USB port, as described below

{% content-ref url="/pages/7WX86PtfiwwB5xtkDVXQ" %}
[USB Network Connection](/hardware-integration/ai-node/connectivity/usb-network-connection.md)
{% endcontent-ref %}

Additionally, a debug serial console is exposed to the user, as described in the following section

{% content-ref url="/pages/3OKSXwMBGFxLVBlUjfdd" %}
[Serial Debug Connection](/hardware-integration/ai-node/connectivity/serial-debug-connection.md)
{% endcontent-ref %}

## Networking

{% hint style="success" %}
By default, AI Node's Ethernet0 is assigned static IP `172.20.50.50` which can also be used for development purposes. Keep in mind, that in case of custom network configuration as described below, this IP may change
{% endhint %}

There are multiple ways to setup connection between Skynode and AI Node. Before you get started, make sure that you have correctly [wired AI Node to Skynode](/hardware-integration/ai-node/evaluation-kit/wiring-ai-node-to-skynode.md).

In case of simple connection between devices as well as internet sharing to AI Node, Skynode can be configured as router for AI Node:

{% content-ref url="/pages/wp75vhHOMhAHBat0MKhO" %}
[Internet sharing with Skynode](/hardware-integration/ai-node/evaluation-kit/internet-sharing-with-skynode.md)
{% endcontent-ref %}

In case both AI Node and Ethernet based radio (Eg. Microhard) are to be used, AI Node may be configured as bridge, and connection will then be as *Skynode-AI Node-Microhard:*

{% content-ref url="/pages/gFp5qq3mmJSlPh68WvxL" %}
[AI Node as Network Bridge](/hardware-integration/ai-node/connectivity/ai-node-as-network-bridge.md)
{% endcontent-ref %}

In case where only reason for network connection is to have internet access for developing purposes, AI Node can be connected to any router via ethernet port, or (via USB to Ethernet adapter) USB Type C port:

{% content-ref url="/pages/bVCDSfN1V995TmtFKhjB" %}
[Standalone Internet Access](/hardware-integration/ai-node/connectivity/standalone-internet-access.md)
{% endcontent-ref %}


---

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