# Stagelite

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

LED board to suit Limelight 3A. Controllable via control hub digital port, to prevent distracting illumination.

* Input Voltage 5V
* Current Draw 0.45A
* Controllable via ENABLE pin. Pull low to disable light, leave floating/pull high to enable.

## Wiring Guide

Can be connected to control hub "5V" port, to supply 5V power.

If you wish to illuminate always, only wire the +5V and GND pins.  If the EN pin is left disconnected the light will be on.

If you wish to control the light in code, connect the EN line to a digital port, and set it high when you want the light to illuminate, and low when you wish it to disable.


---

# 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.melonbotics.com/stagelite.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.
