> For the complete documentation index, see [llms.txt](https://learn.breadstick.ca/breadstick/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://learn.breadstick.ca/breadstick/pico-slices/slice-1-led-mixer/assembly-guide.md).

# Assembly Guide

### Interactive BOM

<https://breadstick-docs.pages.dev/S1/ibom>

### Component List

* 1x Raspberry Pi Pico
* 1x Pico Slice 1 PCB
* 6x 300Ω Resistors
* 1x Red LED
* 1x Green LED
* 1x Blue LED
* 1x RGB Common-Cathode LED
* 3x 1kΩ Resistors
* 3x 50Ω Potentiometers
* 4x Standoffs

### Schematic

<figure><img src="/files/Ly1cB9t6I8jgKMZUWQAj" alt=""><figcaption></figcaption></figure>

### 1. Pico

<figure><img src="/files/EKEiGGKBQOnldSOq1sPn" alt=""><figcaption></figcaption></figure>

Position the Pico and tack in in place by soldering one of the corner pins. Make adjustments and lock it in place by soldering the opposing corner.

<figure><img src="/files/4MvvpETAAfkV1sRHJB6p" alt=""><figcaption></figcaption></figure>

Now that it's held in a good position, solder the rest of the pins.

<figure><img src="/files/J89On7r6yo9tk7M8WpsC" alt=""><figcaption></figcaption></figure>

### 2. Potentiometer Protection Resistors

<figure><img src="/files/zKf5RmJx2uVKBCanVeag" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/5hRhN1I7h9ozP1Q2IrOz" alt=""><figcaption></figcaption></figure>

### 3. Potentiometers

<figure><img src="/files/7T26Z1PAr8XAqowjq3NY" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/qLqp3CJ45QriOEvfwgGw" alt=""><figcaption></figcaption></figure>

### 4. LED Current Limiting Resistors

<figure><img src="/files/r9Z4T1zMsjWZp6G58Bb5" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/L3rSy8piUugZcSr3f4Pg" alt=""><figcaption></figcaption></figure>

### 5. LEDs

<figure><img src="/files/il9ZhNeHquJc1qLFfWeo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/MuRGnTdXqwVVnflQq28o" alt=""><figcaption></figcaption></figure>


---

# 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://learn.breadstick.ca/breadstick/pico-slices/slice-1-led-mixer/assembly-guide.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.
