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