# micro:bit i naturfag

- [Temperaturmåling](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/temperaturmaling.md): Micro:bitten inneholder en temperatursensor som gjør det mulig å måle temperaturen på micro:bitten.
- [1. Lese av temperaturen](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/temperaturmaling/1.-lese-av-temperaturen.md)
- [2. Justert temperaturvisning](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/temperaturmaling/2.-justert-temperaturvisning.md)
- [3. Vis temperaturen med en automatisk graf](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/temperaturmaling/3.-vis-temperaturen-med-en-automatisk-graf.md): Micro:bit kommer med en automatisk graffunksjon som kan vise tall (for eksempel temperatur) grafisk.
- [Kompasset](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/kompasset.md)
- [Lysmåling og styring](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/lysmaling-og-styring.md)
- [Styring av tilkoblede lysdioder](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/styring-av-tilkoblede-lysdioder.md)
- [Flere eksperimenter med lysdioder](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/flere-eksperimenter-med-lysdioder.md)
- [Enkel vandstandsmåling](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/enkel-vandstandsmaling.md)
- [Enkel fuktighetsmåling](https://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag/enkel-fuktighetsmaling.md)


---

# 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://oppgaver.n00b.no/micro-bit/micro-bit-i-naturfag.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.
