> For the complete documentation index, see [llms.txt](https://openhd.gitbook.io/open-hd/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://openhd.gitbook.io/open-hd/master/advanced-setup/ethernet-hotspot.md).

# Ethernet Hotspot

> ⚠️ **This documentation is outdated!** A current version is available at [openhdfpv.org](https://openhdfpv.org)
>
> [📖 **View Updated Version of This Page** →](https://openhdfpv.org)

***

In some cases you want to use the Ethernet port of the Ground SBC to connect to a laptop for instance. In this case you can enable the Ethernet Hotspot.

{% tabs %}
{% tab title="ETHERNET\_HOTSPOT" %}

| Value         | Description                  |
| ------------- | ---------------------------- |
| Y             | Enable the Ethernet hotspot  |
| N             | Disable the Ethernet hotspot |
| {% endtab %}  |                              |
| {% endtabs %} |                              |

{% hint style="info" %}
Don't use a switch or Hub, directly connect the RJ-45 cable. The Pi will be IP `192.168.1.1` the connected PC will be `192.168.1.2`. Using a Switch or Hub won't work since the current implementation only supports one connected device.
{% endhint %}

{% hint style="warning" %}
When the Ethernet hotspot is on, the WiFi hotspot doesn't work.
{% endhint %}

{% hint style="warning" %}
If you are trying to ssh into the groundpi, turn OFF the Ethernet hotspot setting. If ethernet is connected to a router then get the pi IP address from the router.
{% endhint %}


---

# 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, and the optional `goal` query parameter:

```
GET https://openhd.gitbook.io/open-hd/master/advanced-setup/ethernet-hotspot.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
