What it is
VIBE_LED is a TAIGA implementation for one specific target: a ring of 12 LEDs. An LLM turns a natural-language lighting request into three bounded expressions that the runtime evaluates for every LED.
hue is an angle in radians on the HSV wheel.
saturation and brightness are clamped to 0–1.
theta, t, and i describe LED angle, elapsed time, and LED index.
create_pattern prompt
The complete output contract used by the formula demo.
Preset
Press a name to run its exact formulas. SOURCE opens the stored request and expressions.
VIBE LED formula presets
| name | description (prompt) | source | by |
| blink three times | SOURCE | |
| express joy | SOURCE | |
| 160 BPM metronome | SOURCE | |
| a 10-second countdown | SOURCE | |
| calm breathing | SOURCE | |
| ocean waves | SOURCE | |
| 72 BPM heartbeat | SOURCE | |
| fire alarm | SOURCE | |
| northern lights | SOURCE | |
| christmas mood | SOURCE | |
Demo
How to use
Use an LLM to turn your description into a runnable result.
- DescribeWrite what you want.
- Ask an LLMCopy and send the prompt.
- Paste resultPaste the response.
- PreviewRun the output.
Use view to inspect the full prompt before copying.