# Offline NOVA Software Update

Currently, the only way to receive a software update for your offline NOVA unit is to temporarily connect it to the internet and allow the update to download and take effect.

When it comes to setting up a temporary connection, you have a few options:

* Connect to a mobile WIFI hotspot
* Connect to a WIFI network with internet
* Connect via ethernet to a network with internet

### Mobile WIFI hotspot

If you need to set up an internet connection and there is no WIFI or ethernet network available, then this option might be the best choice. Keep in mind, connecting to a mobile device will utilize its connection, so you may use up a larger amount of data if updating this way.

1. On your mobile device, create a mobile **2.4 GHz** 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.
4. Once connected NOVA will automatically start to download and then install the update.

### WIFI or Ethernet network with Internet connection

Similar to the WIFI hotspot, once connected to a WIFI or ethernet network with Internet, NOVA will immediately start to download the software update.

You can refer to our [User Manual](/docs/nova/getting-started/nova-user-manual/legacy-download-nova-user-manuals.md) for instructions on how to connect via these methods.

Once downloaded, a pop will appear letting you know the new version is being installed. This should only take a few minutes.

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

After the software update has been installed we will then update the firmware for the gantry and any tools attached. If no tools are attached the update will happen the next time they are attached.<br>

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


---

# 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.voltera.io/docs/nova/learn-nova/software-overview/offline-nova-software-update.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.
