> For the complete documentation index, see [llms.txt](https://robodog.gitbook.io/robodog-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://robodog.gitbook.io/robodog-docs/software/connecting-the-a1-to-the-internet.md).

# Connecting the A1 to the Internet

{% hint style="info" %}
If the timezone on the nvidia board isn’t set up properly (automatic) errors with network requests can occur.&#x20;

To solve this problem simply connect the nvidia board to a external monitor and keyboard and set the time zone to `automatic` in the `linux settings menu.`

Or set it manually in the commandline with `date --set="2 OCT 2006 18:00:00”` to your current time.
{% endhint %}

To download new software packages, the Nvidia Board of the A1 has to be connected in the following way:

#### Networks other than ZHAW

1. Connect the nvidia board to the ethernet cable via the **ethernet to usb adapter** and `port 2 (TX2 USB3.0)` Check if your ethernet cable has a network connection.
2. Start the Unitree A1.
3. Connect Laptop to the Unitree Hotspot.
4. Connect over ssh in the windows powershell: `ssh unitree@192.168.123.12` (sometimes the bridge adapter to the Linux VM doesn’t work with the DNS of the LAN).
5. Enter the password `123`.
6. Check the internet connection with `ping google.com`. If you receive back data, the connection was successful.
7. Upgrade / install software.

#### @ ZHAW

To connect to the ZHAW network, additional changes have to be made:

1. Connect a monitor and keyboard using the HDMI (TX HDMI) and usb port (TX2 USB2.0).
2. Connect the nvidia board to the ethernet cable via the **ethernet to usb adapter** and `port 2 (TX2 USB3.0)`.
3. Start the robot.
4. Login using the password `123`.
5. Go to ***Settings/Network*** and find the correct `wired` network. The hardware address `00:13:3B:A3:00:6E` has full connection to the ZHAW network without having to log in.&#x20;
6. Check if the ***DNS*** is equal to `160.85.192.100 160.85.193.100`.
7. Access the ***options*** by pressing the `options` button.
8. In the ***Ethernet*** tab make sure the ***Device*** `eth1(00:13:3B:A3:00:6E)` is selected.
9. In the ***IPv4 Settings*** tab change the ***Method*** to `Automatic(DHCP)`, the ***DHCP client ID*** to `stud-pfammjur-1` and ***enable*** `Require IPv4 address for this connection to complete`.
10. Make sure to change these back to `Link-Local` for the LiDAR sensor.
11. You should now have access to the internet (if not, try turning WiFi off and on again or unplug the cable for a few seconds).
12. You can check the internet connection by opening a webpage via the chromium browser.
13. Upgrade / install software.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://robodog.gitbook.io/robodog-docs/software/connecting-the-a1-to-the-internet.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.
