# Nougat C3

#### **Getting Started with the Nougat C3 Mini**

Welcome to the Nougat C3 Mini instructions! This page will guide you through setup, features, and advanced usage of your **USB-C WLED Controller**.

***

**What’s in the Box**

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

***

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

**Powering the Nougat C3 Mini**

1. Connect the **Nougat C3 Mini** to a USB-C power source that supports **Power Delivery (PD)**.
   * **Power Requirements**: Ensure the power source provides up to **3A at 5V** for optimal performance.
   * Compatible with USB power banks, wall chargers, or desktop USB hubs.
2. Use the screw terminals to securely connect your LED strips.
   * **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 Your LED Strips**

1. **Single 3-pin LED Strips**:
   * Match the pins on the LED strip to the terminal connections on the Nougat (Data, GND, 5V).
2. **Dual LED Strands**:
   * Connect up to **two 3-pin strands** or **one 4-pin strand**, ensuring total power consumption does not exceed **3A**.
3. Use compatible connectors or manually solder the wires to the terminals for a secure fit.

***

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

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

**Connecting to WLED**

1. Power up the Nougat C3 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 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**
* Explore unlimited patterns and effects, including festival modes like **DMX over Art-Net** for events and raves.

***

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

**LEDs Not Lighting Up**

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

**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).

***

#### **Advanced Usage**

**Button Features**

The Nougat C3 Mini includes a compact onboard button for basic operations:

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

**Dual LED Setup**

Control **two separate LED strips** using independent GPIO connections:

* Data 1 (default): Controls one strip.
* Data 2: Assign through WLED settings for dual-strip effects.

**Art-Net/DMX**

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

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

***

#### **Applications**

* **Wearable LED Designs**: Perfect for festival costumes, raves, and cosplay.
* **Room Ambience**: Create vibrant, dynamic lighting for your gaming desk or living room.
* **DIY Projects**: Enhance your art or crafts with addressable LEDs.

***

#### **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-c3.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.
