> For the complete documentation index, see [llms.txt](https://mugic-motion.gitbook.io/mugic-r-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mugic-motion.gitbook.io/mugic-r-documentation/about-mugic-r/various-led3-modes.md).

# Various LED3 Modes

<figure><img src="/files/qif77WQoT3sJKxfN5Ghf" alt=""><figcaption><p>The various modes of MUGIC. The order of the LED's are counted from top to bottom. Thus, the bottom-most LED is the 3rd LED. </p></figcaption></figure>

<table><thead><tr><th width="98">Color</th><th width="141">Mode</th><th>Meaning</th><th>Switching Modes</th></tr></thead><tbody><tr><td>🔵</td><td>WIFI AP Mode</td><td><p>MUGIC creates its own Wi-Fi network, which a computer can connect to.  Any number of computers can connect.  In AP mode, users can use MUGIC without the internet. </p><ul><li><em>Solid Blue</em> means MUGIC®  is ready to connect. </li><li><em>Slow Blinking Blue</em> means MUGIC®  is sending data.</li></ul></td><td>WIFI AP Mode (default): ‘Long Press’ “M” button for 2 seconds to switch between Wi-Fi AP (default) and Client modes.</td></tr><tr><td>🟣</td><td>WIFI Client Mode</td><td><p>MUGIC® connects to an external router shared by a computer. Multiple MUGICs can operate in Client mode and connect to a single computer.  </p><ul><li><em>Fast Blinking Purple</em> means MUGIC® is trying to connect to Wi-Fi Client network. </li><li><em>Slow Blinking Purple</em> means MUGIC®  is sending data through Wi-Fi Client network.</li></ul><p><br></p></td><td>MUGIC has to be configured with router, password and IP address. If all of the above is configured, then when ‘Long Press’ “M” button for 2 seconds, LED3 will start blinking fast in purple, then will slow down blinking steadily. It indicates that MUGIC is connected to the router in Client mode.</td></tr><tr><td>🟡</td><td>USB Mode</td><td>MUGIC® is sending data via USB-C cable.</td><td>'Double tap' "M" button.</td></tr><tr><td>🟢</td><td>Bluetooth Mode</td><td>MUGIC®  is available to pair via bluetooth for configuration while maintaining the current wifi mode; you can be connected to the internet/Web, while you are in the Bluetooth Mode. Currently, Bluetooth can only configure MUGIC while the computer is connected to the internet. It does not send mugicdata.</td><td>‘hold’ power button + mode button, if the LED turns green it's in Bluetooth mode. </td></tr><tr><td>🔴</td><td>Reset Mode</td><td><p>MUGIC resets to factory settings, and previous configurations will be lost. </p><ul><li><em>Blinking red</em> indicates internal error; a power cycle (turning MUGIC® off and on) is recommended.</li></ul></td><td>‘insert’ toothpick and ‘press’ reset button to reset MUGIC® to default configuration. All LEDS will blink RED to indicate reset. When MUGIC® is restarted, Wi-Fi mode remains the same (AP or Client) as it was before it was restarted.</td></tr></tbody></table>


---

# 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://mugic-motion.gitbook.io/mugic-r-documentation/about-mugic-r/various-led3-modes.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.
