> For the complete documentation index, see [llms.txt](https://felienne.gitbook.io/codasium/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://felienne.gitbook.io/codasium/module-3.5-arduino/les-1/les-1b.md).

# Les 1b

**Opdracht 1) Pak de starterskit uit**

* Pak de starterskit uit. Bekijk welke spullen er allemaal inzitten.
* Verdeel de onderdelen over de verdeelbox. Kies zelf een slimme indeling zodat je daarna makkelijk bij alle spullen kan.
* Zorg dat je geen dingen kwijtraakt!

**Opdracht 2) Vastzetten Arduino**

Zet de Arduino vast op het plastic (zie boek bldzd 12 & 13).

**Opdracht 3) Maak je eerste circuit**

Maak het eerste circuit uit het boek (bldzd 26). Maak eerst het hele circuit. Plug dan je usb in en kijk of je LED lampje gaat branden.

**Opdracht 4) Zet de knoppen in serie**

Gebruik het circuit van opdracht 3. Voeg een knop toe zodat je twee knoppen in serie geschakeld hebt (zie boek bldzd 28). Maak eerst het hele circuit. Plug dan je usb in en kijk of je LED lampje gaat branden als je beide knoppen indrukt.

**Opdracht 5) Zet de knoppen in parallel (X)**

Gebruik het circuit van opdracht 4. Zet de twee knoppen nu in serie (zie boek bldzd 29). Maak eerst het hele circuit. Plug dan je usb in en kijk of je LED lampje gaat branden als je één van beide knoppen indrukt. Check of beide knoppen werken.

**Opdracht 6) DIY (X)**

Bedenk zelf hoe je het circuit zou kunnen aanpassen. Maak gebruik van knoppen, weerstanden en led lampjes.


---

# 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://felienne.gitbook.io/codasium/module-3.5-arduino/les-1/les-1b.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.
