# Les 3

## Slides

[Arduino, les 3](https://slides.com/lmc_oebbens/module-3-les-3)

### Leerdoelen

* Een temperatuursensor gebruiken om de temperatuur te meten
* Snappen hoe je data van de Arduino naar de computer stuurt

## Instructies voor de leerkracht <a href="#instructies-voor-de-leerkracht" id="instructies-voor-de-leerkracht"></a>

Tips:

* De temperatuursensor moet op de juiste manier op het breadboard worden gemonteerd. Draai je de pinnen om dan wordt de temperatuursensor (gevaarlijk) warm.
* Elke starterskit heeft maar één temperatuursensor. Er is een ander onderdeel wat er erg op lijkt. Je herkent de tempeartuursensor aan de letters tmp op de sensor.
* Om de resultaten van `Serial.print` te zien klik je in de Arduino IDE rechtsboven op het vergrootglas (de Serial Monitor).


---

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