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