> For the complete documentation index, see [llms.txt](https://emotiv.gitbook.io/extender-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://emotiv.gitbook.io/extender-manual/getting_started/extender_led_functionality.md).

# Extender LED Functionality

## ![](https://lh6.googleusercontent.com/vjxBEsPXNMw0WJ2D8vGkrH-lmXrg8EFwGYZT9ciVHuG7xv4AUF5m4H4vwXNPQpq0Yvw8aQUjfXuur0mlNr84NEHWjmdhleQZli9FKTidpX5JerYpYS9GsqxBMwk1HKAh35hsjThc)

## Status LED - Indicates the status of the Headset connection

* **Off:** Extender is switched off.
* **Green:** Extender is on, but it is not recording.
* **Orange:** Extender is on, it had detected the headset, but it is not recording to the SD Card
* **Solid Red:** Extender is on and it is recording to the SD Card
* **Blinking Red:** Extender is on, and is finishing writing on the SD Card. This corresponds to when, after the recording is turned off, the Extender needs to flush the data and close the file on the SD Card.
* **Fade on/off:** firmware update failure

## Power LED - Indicates the status of the Extender

* **Off:** Extender battery is not charging either because the Extender is not plugged into a charger or because a charging fault condition has been detected.
* **Blinking Orange:** Extender battery is charging at 100mA.
* **Solid Orange:** Extender battery is charging at 500mA.
* **Red:** Extender battery is charging at 1A
* **Green:** Charging is complete


---

# 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://emotiv.gitbook.io/extender-manual/getting_started/extender_led_functionality.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.
