# ESP32 (Wi-Fi)

<figure><img src="/files/RUxT9kENGNKRb5qgT10k" alt=""><figcaption><p>Board LYNX-32 Antares</p></figcaption></figure>

Dokumentasi ini akan menjelaskan bagaimana **ESP32** dapat terhubung dengan platform Antares. **ESP32** dapat membaca data dari beberapa sensor serta dapat mengirim data ke platform Antares. Pada dokumentasi ini menggunakan **Development Board Lynx-32 Antares** sebagai boardnya. Sebelum memulai dokumentasi, pastikan sudah memenuhi prasyarat pada laman berikut.

{% content-ref url="/pages/Zpk3iTltrVZubNhHlGNm" %}
[Prasyarat Umum ESP32 Wi-Fi](/contoh-kode-dan-library/esp32-wi-fi/prasyarat-umum-esp32-wi-fi.md)
{% endcontent-ref %}

Setelah memenuhi **Prasyarat Umum** Anda dapat memilih protokol yang ingin digunakan. Terdapat dua protokol yaitu **HTTP dan MQTT** yang dapat digunakan pada **ESP32 Wi-Fi**. Dokumentasi dari masing-masing protokol dapat anda ikuti melalui laman berikut.

{% content-ref url="/pages/pfHe0O5vZTsRSUPZAuKs" %}
[ESP32 (Wi-Fi) Protokol HTTP](/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-http.md)
{% endcontent-ref %}

{% content-ref url="/pages/sRFbJiqh2LJRoqVKjAyt" %}
[ESP32 (Wi-Fi) Protokol MQTT](/contoh-kode-dan-library/esp32-wi-fi/esp32-wi-fi-protokol-mqtt.md)
{% endcontent-ref %}

{% hint style="info" %}
Jika anda masih perlu penjelasan lebih lanjut mengenai protokol **MQTT dan HTTP** silahkan mengunjungi laman berikut.

[Protokol HTTP & MQTT](/contoh-kode-dan-library/esp32-wi-fi/protokol-http-and-mqtt.md)
{% endhint %}


---

# 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/contoh-kode-dan-library/esp32-wi-fi.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.
