> 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/learn-nova/novas-hardware/led-light-status-indicators.md).

# LED Light Status Indicators

## Table of Contents

* [NOVA LED status indicator codes](#led-status-indicator-codes)
  * [White scanning](#white-scanning)
  * [White pulsing](#white-pulsing)
  * [Blue pulsing](#blue-pulsing)
  * [Blue solid](#blue-solid)
  * [Green scanning](#green-scanning)
  * [Green solid](#green-solid)
  * [Red](#red-pulsing-or-solid)
  * [Yellow](#yellow-solid)
  * [Purple](#purple-pulsing)
* [Smart dispenser LED status indicator codes](#smart-dispenser-led-status-indicator-codes)
  * [White scanning or pulsing](#white-scanning-or-pulsing)
  * [Blue](#blue)
  * [Green](#green)
  * [Purple](#purple)
  * [Red](#red)
* [Smart probe LED status indicator codes](#smart-probe-led-status-indicator-codes)
  * [Blue blinking](#blue-blinking)
  * [Green blinking](#green-blinking)

When starting up NOVA, you will notice a blue glow coming from the machine. Aside from making NOVA look like a sci-fi rocketship, the color of NOVA’s LED indicators provides you with important information about NOVA’s current status. In this article, we’ll explain what each LED status means.

NOVA’s indicator LEDs are located along the underside of the Y-axis fenders.

{% hint style="info" %}
Note that although the power button also has an LED, it is not an indicator - it will always stay blue.
{% endhint %}

<figure><img src="/files/41wScm2Q8MvlYUkSojQ9" alt="" width="375"><figcaption></figcaption></figure>

## NOVA LED status indicator codes

#### **White Scanning**

White scanning indicates that NOVA is booting. It can take a few minutes for NOVA to start up.

<figure><img src="/files/ByjNaQ4UdRntft782dlH" alt="" width="375"><figcaption></figcaption></figure>

#### **White Pulsing**

White pulsing indicates that NOVA has finished booting and is now idle without an internet connection.

<figure><img src="/files/ByjNaQ4UdRntft782dlH" alt="" width="375"><figcaption></figcaption></figure>

#### **Blue Pulsing**

Blue pulsing indicates that NOVA has finished booting and is now idle with an internet connection.

<figure><img src="/files/lHr4ILJpqUjqHW3LOioh" alt="" width="375"><figcaption></figcaption></figure>

#### **Blue Solid**

Blue solid indicates that a user is connected to NOVA for both online and offline users.

<figure><img src="/files/lHr4ILJpqUjqHW3LOioh" alt="" width="375"><figcaption></figcaption></figure>

#### **Green Scanning**

Green scanning indicates that NOVA is currently in WIFI setup mode.

<figure><img src="/files/8NeoheQxjInNO4nLj9Hv" alt="" width="375"><figcaption></figcaption></figure>

#### **Green Solid**

Green solid indicates that NOVA has successfully connected during the WIFI setup.

<figure><img src="/files/8NeoheQxjInNO4nLj9Hv" alt="" width="375"><figcaption></figcaption></figure>

#### **Red Pulsing or Solid**

Red indicates that an error has occurred. If the machine is red continuously on startup, this means that the Wi-Fi or ethernet interfaces are missing.

<figure><img src="/files/JeVhJluypJmIfeb7St9O" alt="" width="375"><figcaption></figcaption></figure>

#### **Yellow Solid**

Yellow solid indicates that NOVA is executing a factory function. This will typically only happen during as part of a support interaction, and should be allowed to continue until otherwise instructed.

<figure><img src="/files/kr8PpNq7dOA6ZlximPU6" alt="" width="375"><figcaption></figcaption></figure>

#### **Purple Pulsing**

Purple pulsing is used to identify a machine from the NOVA app using the 'blink' features. This is useful for users who have multiple NOVA machines.

<figure><img src="/files/KQ0fyQSyblQF9SbSqeng" alt="" width="375"><figcaption></figcaption></figure>

## Smart dispenser LED status indicator codes

#### White scanning or pulsing

White scanning or pulsing indicates that the smart dispenser module is initializing.

#### Blue

Blue indicates that the smart dispenser is homed and idle.

#### Green

Green indicates that the smart dispenser is going through a pressure change.

#### Purple

Purple indicates that the smart dispenser is maintaining pressure.

#### Red

Red indicates that an error has occurred.

## Smart probe LED status indicator codes

#### Blue blinking

Blue blinking indicates a probe trigger - meaning, the smart probe module has detected contact.

#### Green blinking

Green blinking indicates that the smart probe module is tuning (adjusting the sensitivity).


---

# 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/learn-nova/novas-hardware/led-light-status-indicators.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.
