# Nougat Quad

#### Getting started with **the Nougat Quad Mini**

Welcome to the instructions page for the **Nougat Quad Mini**! This guide will walk you through setup, features, and advanced usage for the **4-channel LED controller**. Whether you're creating stunning LED displays for your home, events, or DIY projects, this compact device makes it simple and efficient.

***

#### **What’s in the Box**

* 1x **Nougat Quad Mini LED Controller** (USB-C powered)
* 1x Case for protection
* 4x Pre-wired LED strip connectors (pigtails) (optional)
* 1x Sticker
* \[Optional Accessories]: USB-C Power Supply, LED strips (not included)

***

#### **Step 1: Setup**

**Powering the Nougat Quad Mini**

1. Connect the **Nougat Quad Mini** to a USB-C power source that supports **Power Delivery (PD)**.
   * **Power Requirements**: Ensure the power source provides up to **5A at 5V** for optimal performance.
   * Compatible with USB power banks, wall chargers, or desktop USB hubs.
2. Use the JST connectors to securely connect your LED strips. Or solder directly to them.
   * **Supported LEDs**: SK6812, WS2812B, APA102, and similar 5V addressable LED strips.
3. Double-check polarity (V+, GND, and Data) before powering the system to avoid damage.

***

#### **Step 2: Connecting LED Strips**

1. **Single LED Strips**:
   * Connect individual 3-pin LED strips to any of the four channels. Each channel is independently controlled.
2. **Multiple LED Strips**:
   * Connect up to **four separate LED strands**, ensuring total power consumption across all strips does not exceed **5A**.
3. Use compatible connectors or solder the wires to the terminals for a secure fit.

***

#### **Step 3: Using WLED**

The **Nougat Quad Mini** comes pre-installed with **WLED firmware** for controlling your LED strips wirelessly. Here's how to get started:

**Connecting to WLED**

1. Power up the Nougat Quad Mini and wait for it to boot.
2. Use your smartphone or computer to search for a WiFi network named **"WLED-AP"**.
3. Connect to the network. The default password is **"wled1234"**.
4. Open a browser and navigate to **192.168.4.1**. This will open the WLED configuration page.

**Configuring WLED**

1. Enter your home WiFi network details under **WiFi Setup**.
   * Once connected, the Nougat Quad will obtain an IP address from your router.
2. Save settings and reconnect to your home WiFi to access WLED using the assigned IP address.

**Customizing LEDs**

* Use the WLED app (available on **iOS** and **Android**) or the web interface to control:
  * **Brightness**
  * **Colors**
  * **Patterns**
  * **Custom sequences**
* Take advantage of **independent channel control** to display different effects on each LED strip.

***

#### **Step 4: Troubleshooting**

**LEDs Not Lighting Up**

* Check connections and ensure polarity is correct.
* Verify that the power supply meets the required specifications (5V, 5A).

**WiFi Connection Issues**

* Restart the Nougat and try reconnecting to the WLED-AP network.
* Ensure your router supports 2.4GHz WiFi (WLED does not support 5GHz).

**Firmware Update**

1. Download the latest WLED firmware from the [official WLED GitHub](https://github.com/Aircoookie/WLED).
2. Use the [ESP Web Tools](https://breadstick-docs2.pages.dev/esp-web-tools/flash) to flash new firmware directly from your browser.

***

#### **Advanced Usage**

**Channel Configuration**

The Nougat Quad Mini supports **four independent LED channels**:

* Assign channels in the WLED interface under the "LED Preferences" section.
* Customize effects for each channel to create a dynamic multi-strip setup.

**Art-Net/DMX Support**

Configure WLED to receive DMX commands via **Art-Net** for advanced lighting setups:

* Navigate to **Sync Settings** in WLED.
* Enable Art-Net and configure the universe/channel mappings.

**Button Features**

The Nougat Quad Mini includes an onboard button for basic operations:

* **Single Press**: Toggle LEDs on/off.
* **Double Press**: Cycle through saved presets.
* **Hold (2 seconds)**: Reset to default settings.

***

#### **Applications**

* **Multi-Room Lighting**: Control separate LED strips in different rooms or zones.
* **Event Lighting**: Perfect for weddings, parties, or festivals.
* **DIY Projects**: Power multiple LED art or craft installations simultaneously.
* **Wearable Projects**: Create stunning wearable LED displays with independent controls.

***

#### **Need Help?**

Visit our support page for FAQs and guides, or join our community on [Discord ](https://discord.gg/nG2Mvc7w)to connect with other makers and get assistance.


---

# 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://learn.breadstick.ca/breadstick/nougat/nougat-quad.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.
