# Connecting a Network Hub to your PC

### Required Items

* Network Hub
* PC
* USB-C cable

### Configuration

Install [SonarView](https://docs.ceruleansonar.com/c/sonarview/), if not already installed.

Assuming you are controlling a BlueROV from the PC, follow the Blue Robotics directions to [install QGroundControl](https://bluerobotics.com/learn/blueboat-software-setup/#:~:text=Install%20QGroundControl) if not already installed. Don't follow the other setup instructions at the link.

#### Network Setup

You now need to connect the Network Hub to your computer.&#x20;

{% hint style="info" %}
We have instructions available for Windows. If you are using macOS or Linux you can adapt the instructions for those operating systems, found [here](https://bluerobotics.com/learn/blueboat-software-setup/).
{% endhint %}

1. Connect the included USB-C cable to the Type-C port on the front of the Network Hub labeled "PC".&#x20;
2. Connect the other end of the USB-C cable to your computer. If your computer does not have a USB-C port, you can use a USB Type-C to A adapter.
3. Open the Windows **Control Panel** then select **Network and Sharing Center**. If you don’t see Network and Sharing Center, change the **View by:** option to large or small icons.<br>

   <figure><img src="/files/00rDTqJWjcZdUoIZKVz4" alt=""><figcaption></figcaption></figure>
4. Select **Change adapter settings** from the left side menu.<br>

   <figure><img src="/files/dE33LSsAuWgRgq0swJR6" alt=""><figcaption></figcaption></figure>
5. The Network Hub has an internal USB Ethernet adapter, it should be displayed as “LAN9500A USB 2.0 to Ethernet 10/100 Adapter” in this menu. Right click on this Ethernet adapter then choose **Properties**.<br>

   <figure><img src="/files/riXeoHfWmL3Acr7Sk1aA" alt=""><figcaption></figcaption></figure>
6. In the properties dialog, click on **Internet Protocol Version 4 (TCP/IPv4)** to highlight it, then click **Properties**.<br>

   <figure><img src="/files/sJPcuIYiqHyA2ok1pGaC" alt=""><figcaption></figcaption></figure>
7. Select **Use the following IP address** and enter **192.168.2.1** (or a different address if you have a reason to do so) for the IP address and **255.255.255.0** for the Subnet mask. Select **OK**. You can then exit this menu.<br>

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

{% hint style="danger" %}
**Make sure** no other connected adapters are on the 192.168.2.X subnet (or the different subnet you elected to use). If you have previously connected a Blue Robotics Fathom-X / FXTI ROV tether interface box, you likely set its IP address to the 192.168.2.X subnet. It's OK to leave it set with that address, but it **CANNOT BE CONNECTED** to your PC or the PC will become confused as to which device to communicate with.&#x20;
{% endhint %}


---

# 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.ceruleansonar.com/c/omniswitch-network-hub/connecting-a-network-hub-to-your-pc.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.
