> For the complete documentation index, see [llms.txt](https://docs.voltera.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.voltera.io/docs/nova/troubleshooting/connection-issues/mobile-hotspot-connection.md).

# Mobile Hotspot Connection

If you need to set up an internet connection and there is no WIFI or ethernet network available, then you can connect to NOVA through a mobile hotspot. Keep in mind, connecting to a mobile device will utilize its connection, so you may use up a large amount of data.

## Mobile Wifi Hotspot Setup

1. On your mobile device, create a mobile **2.4GHz** WIFI hotspot with the following credentials:

   **SSID:** NOVA

   **Password:** NOVA1234

{% tabs %}
{% tab title="iPhone" %}
On the iPhone personal hotspot uses a 5GHz connection by default. On iPhone 12 or later, you can turn on **Maximize Compatibility** for Personal Hotspot to use a 2.4 GHz connection.

This can be found in the hotspot settings.

<figure><img src="/files/Lxg5ybMyEWChBP5jaeug" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}

{% tab title="Android" %}
While this may be slightly unique to your specific android device you should be able to configure which frequency band your mobile hotspot is broadcasting within the hotspot settings.

Select the **2.4 GHz** band.

<figure><img src="/files/hJeq5pwTnbEVvMIQXrJE" alt="" width="563"><figcaption></figcaption></figure>
{% endtab %}
{% endtabs %}

2. Connect your laptop to this network.
3. If NOVA is powered on and has a WIFI Dongle connected, it will automatically connect to this network. You may need to power cycle NOVA for a connection to be established.


---

# 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://docs.voltera.io/docs/nova/troubleshooting/connection-issues/mobile-hotspot-connection.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.
