> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/dsmrlogger32/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mrwheel-docs.gitbook.io/dsmrlogger32/voorbereiding/esp8266-core.md).

# ESP32 core

### Installatie ESP32 core <a href="#installatie-esp8266-core" id="installatie-esp8266-core"></a>

In de Arduino IDE moet bij “Instellingen” de volgende URL worden ingevoerd achter “*Additional Boards Manager URL’s:*” (zie blauw gekleurde regel)

**`https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json`**

<figure><img src="/files/cTz1YCmgLRc283iRFESy" alt=""><figcaption></figcaption></figure>

Lees vooral de uitleg in het [`README.md`](https://github.com/esp8266/Arduino/blob/master/README.md) bestand en de uitgebreide [`documentatie`](https://arduino-esp8266.readthedocs.io/en/latest/) op hun website!

Er kunnen meer additional board manager URL’s worden ingevuld. Je moet ze dan achter elkaar zetten en scheiden door een komma (**,**).

Nadat de preferences zijn geupdate moet je in de Arduino IDE de *Boards Manager* opstarten:

<figure><img src="/files/52QLqOnd0xFy8iWohlLR" alt=""><figcaption></figcaption></figure>

Nadat de *Boards Manager* is opgestart (dat duurt even) moet je in de selectie-balk "***esp32***" intoetsen.

<figure><img src="/files/eTxykgc63WIAUNAerY02" alt=""><figcaption></figcaption></figure>

Klik nu op **`[Install]`** of selecteer de gewenst versie en klik op **`[Update]`**.\
De DSMRlogger32 firmware is met versie 2.0.5 van de ESP32 core getest.

{% hint style="warning" %}
Let op! De DSMRlogger32 firmware is getest met **versie 2.0.5** van de Arduino/ESP32 core. Nieuwere versies zullen zeer waarschijnlijk ook werken, maar bij problemen is het het beste om deze versie te gebruiken.
{% endhint %}


---

# 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://mrwheel-docs.gitbook.io/dsmrlogger32/voorbereiding/esp8266-core.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.
