> 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/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares.md).

# Project Sederhana Lynx-32 LoRa Antares

Berikut adalah beberapa contoh proyek sederhana menggunakan **Development Board Lynx-32.** Jika anda tertarik dapat mengikuti beberapa proyek pada laman berikut.

{% content-ref url="/pages/XUe1VtXEF9t43CRu5WLw" %}
[Uplink Data DHT11 Secara Periodik](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/uplink-data-dht11-secara-periodik.md)
{% endcontent-ref %}

{% content-ref url="/pages/Duy2trdleYFsOfjAKf1e" %}
[Uplink Data DHT11 dengan Push Button](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/uplink-data-dht11-dengan-push-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/KZIyeW0VSVXjVJQv4LCo" %}
[Uplink Data DHT11 dan Ditampilkan pada Display Oled](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/uplink-data-dht11-dan-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/QhSlsOxnxd9CyIosScUD" %}
[Downlink Data Ditampilkan pada Display Oled](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/downlink-data-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/nJta59Xn4nWG5ieRkSYS" %}
[Uplink Data DHT 11  dan Downlink Data  ditampilkan pada Display OLED](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/uplink-data-dht-11-dan-downlink-data-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/fhmVVkLgy4zd2TfVfQjg" %}
[Mengontrol Relay dan LED melalui perintah Downlink](/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-antares/mengontrol-relay-dan-led-melalui-perintah-downlink.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/contoh-kode-dan-library/esp32-lora/project-sederhana-lynx-32-lora-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.
