> For the complete documentation index, see [llms.txt](https://mrwheel-docs.gitbook.io/dsmrloggerws/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/dsmrloggerws/overigen/verschillen_esp8266.md).

# Verschillen ESP8266 modules

* [ESP-12](/dsmrloggerws/overigen/verschillen_esp8266.md#esp-12)
* [ESP-01](/dsmrloggerws/overigen/verschillen_esp8266.md#esp-01)
* [ESP-01 (Black Edition)](/dsmrloggerws/overigen/verschillen_esp8266.md#esp-01-black-edition)
* [ESP-01S](/dsmrloggerws/overigen/verschillen_esp8266.md#esp-01s)

#### ESP-12 ![](https://mrwheel.github.io/DSMRloggerWS/img/ESP-12.png) <a href="#esp-12" id="esp-12"></a>

Deze ESP8266 heeft `4MB` flash geheugen. Een `blauwe` led is aangesloten op GPIO-02. Daarnaast heeft de ESP-12 12 GPIO pinnen waarvan de meeste vrij te gebruiken zijn.\
Versie 4 van de DSMR-logger is ontworpen rond de ESP-12.

#### ESP-01 <a href="#esp-01" id="esp-01"></a>

De ESP-01 heeft slechts 512MB flash geheugen en is **niet** geschikt voor de DSMRloggerWS firmware!

#### ESP-01 (Black Edition) ![](https://mrwheel.github.io/DSMRloggerWS/img/ESP-01.jpg) <a href="#esp-01-black-edition" id="esp-01-black-edition"></a>

Dit is de versie van de ESP8266 waar de `DSMR-logger Versie 3` voor is ontwikkeld.\
Deze ESP-01 is, met beperkte functionaliteit, geschikt voor de DSMRloggerWS firmware. Hij heeft `1MB` flash geheugen, een `rode` power led en een `blauwe` led die op GPIO-01 is aangesloten.

#### ESP-01S <a href="#esp-01s" id="esp-01s"></a>

Oorspronkelijk had deze ESP-01 ook slecht `512MB` flash geheugen.\
De versie die nu meestal verkocht wordt heeft echter `1MB` geheugen. Het is dus wel zaak op te letten wat voor versie je koopt! De ESP-01S heeft geen power led en de `blauwe led` is niet op GPIO-01 maar op GPIO-02 aangesloten (pas dit aan in de boards setting!).\
Deze versie van de ESP-01 is, met beperkte functionaliteit, geschikt voor de DSMRloggerWS firmware.

![](https://mrwheel.github.io/DSMRloggerWS/img/SystemInfo.png)


---

# 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/dsmrloggerws/overigen/verschillen_esp8266.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.
