# firmware

Om de firmware op de DSMR-logger32 te krijgen moeten een aantal stappen worden ondernomen. Hieronder staat welke stappen dat zijn.

{% hint style="success" %}
Dit hoofdstuk is alleen van belang als je zelf de firmware wilt compileren. In de meeste gevallen kun je volstaan met het flashen van de pré compiled binaries en het standaard spiffs.bin bestand. Zie "[Pré Compiled Binaries Uploaden](/dsmrlogger32/firmware/nieuwe-dsmrlogger32-firmware-flashen.md)".
{% endhint %}

* [Benodigde Bibliotheken](/dsmrlogger32/firmware/benodigde-bibliotheken.md)
* [DSMRlogger32 Firmware](/dsmrlogger32/firmware/dsmrlogger32-firmware.md)
* [Firmware Flashen](/dsmrlogger32/firmware/firmware-flashen.md)
* [Data map Flashen](https://github.com/mrWheel/DSMRlogger32_gitBook/blob/main/firmware/data-map-flashen.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://mrwheel-docs.gitbook.io/dsmrlogger32/firmware.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.
