# micro:bit Smart Home Kit

{% hint style="info" %}
DENNE VEILEDNINGEN ER UNDER UTVIKLING
{% endhint %}

Med [Smart Home Kit](https://n00b.no/products/elecfreaks-micro-bit-smart-home-kit-5-prosjekter-uten-micro-bit) blir du kjent med grunnleggende elektronikk og programmering som typisk brukes for å utvikle et "smarthjem". Pakken inneholder praktiske prosjekter hvor barna kan lære om konsepter innen elektronikk og programmering. Komponenter som finnes i denne pakken inneholder sensorer som typisk kan brukes i "smarthjem"-løsninger som f.eks temperatursensor, lydsensor, støtsensor, servo, motor.

### Praktisk info:

* Vi bruker [MakeCode-editoren](https://makecode.microbit.org) til programmeringen

### Du trenger:

* micro:bit
* [Smart Home Kit](https://n00b.no/products/elecfreaks-micro-bit-smart-home-kit-5-prosjekter-uten-micro-bit)
* PC eller nettbrett med nettilgang til <https://makecode.microbit.org>

![](/files/Ef481uOxka4OLyaBQmxU)


---

# 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/smart-home-kit.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.
