> For the complete documentation index, see [llms.txt](https://docs.antares.id/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.antares.id/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares.md).

# Simple Project ESP8266 MQTT Antares

Here are some examples of simple projects using **LOLIN (WEMOS) D1 R2** using **Wi-Fi** connectivity with the **MQTT** protocol. If you are interested, you can follow some projects on the following page.

{% content-ref url="/pages/De9OyNCTGtuxkAiwK2Nb" %}
[Periodic Send DHT 11 Data](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares/periodic-send-dht-11-data.md)
{% endcontent-ref %}

{% content-ref url="/pages/MykwltJADgIfwTIU8Arh" %}
[Send DHT 11 Data with Push Button](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares/send-dht-11-data-with-push-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/NAolc6XmEoIbP0F9AcBP" %}
[Send DHT 11 data and display on OLED display](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares/send-dht-11-data-and-display-on-oled-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/h3mKbH2XM3MEOr2RFsV8" %}
[Retrieve Data displayed on OLED Display](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares/retrieve-data-displayed-on-oled-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/JgopHr3XdDlThXInhSbg" %}
[DHT 11 Send Data and Retrieve Data displayed on OLED Display](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares/dht-11-send-data-and-retrieve-data-displayed-on-oled-display.md)
{% endcontent-ref %}

{% content-ref url="/pages/pJYqsiqPFaAQENTujz6f" %}
[Controlling Relays and LEDs Through Get Commands](/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-http-protocol/simple-project-esp8266-http-antares/controlling-relays-and-leds-through-get-commands.md)
{% endcontent-ref %}


---

# 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://docs.antares.id/en/code-and-library-examples/esp8266-wi-fi/esp8266-wi-fi-mqtt-protocol/simple-project-esp8266-mqtt-antares.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.
