> 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/esp32-wi-fi/esp32-wi-fi-mqtt-protocol/simple-project-lynx-32-mqtt-antares.md).

# Simple Project Lynx-32 MQTT Antares

Here are some examples of simple projects using the **Lynx-32 Development Board** using **Wi-Fi** connectivity with the **MQTT** protocol. If you are interested, you can follow some of the projects on the following page.

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

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

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

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

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

{% content-ref url="/pages/bGURZ9BKULqlzrx7fifH" %}
[Controlling Relays and LEDs Through Retrieve Commands](/en/code-and-library-examples/esp32-wi-fi/esp32-wi-fi-mqtt-protocol/simple-project-lynx-32-mqtt-antares/controlling-relays-and-leds-through-retrieve-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:

```
GET https://docs.antares.id/en/code-and-library-examples/esp32-wi-fi/esp32-wi-fi-mqtt-protocol/simple-project-lynx-32-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.
