> 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/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares.md).

# Project Sederhana ESP8266 HTTP Antares

Berikut adalah beberapa contoh proyek sederhana menggunakan **LOLIN(WEMOS) D1 R2** menggunakan connectivity **Wi-Fi** dengan protokol **HTTP.** Jika anda tertarik dapat mengikuti beberapa proyek pada laman berikut.

{% content-ref url="/pages/MkChaGLcBaWWFtt27koo" %}
[Post Data DHT 11  Secara Periodik](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/post-data-dht-11-secara-periodik.md)
{% endcontent-ref %}

{% content-ref url="/pages/fpGzcStWipsVtHQQmqga" %}
[Post Data DHT 11  dengan Push Button](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/post-data-dht-11-dengan-push-button.md)
{% endcontent-ref %}

{% content-ref url="/pages/eDJxxWmVP9h3NQTb7Hgd" %}
[Post Data DHT 11  dan ditampilkan pada Display OLED](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/post-data-dht-11-dan-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/vI0YrX8uOFSGZoDfQpik" %}
[Get Data ditampilkan pada Display OLED](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/get-data-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/2v1COTAv1BA0bxdLuDyX" %}
[Post dan Get Data DHT 11 ditampilkan pada Display OLED](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/post-dan-get-data-dht-11-ditampilkan-pada-display-oled.md)
{% endcontent-ref %}

{% content-ref url="/pages/pJYqsiqPFaAQENTujz6f" %}
[Mengontrol Relay dan LED Melalui Perintah Get](/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-antares/mengontrol-relay-dan-led-melalui-perintah-get.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/contoh-kode-dan-library/esp8266-wi-fi/esp8266-wi-fi-protokol-http/project-sederhana-esp8266-http-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.
