# Antares Wi-Fi HTTP

Pada dokumentasi ini anda akan dijelaskan cara menginstall library Antares ESP dengan protokol **HTTP** dan connectivity Wi-Fi pada Arduino IDE. Library ini digunakan untuk mencoba project ESP32 Wi-Fi HTTP pada dokumentasi Antares. Library ini cocok digunakan untuk **ESP32** dan **ESP8266**.

## Langkah Kerja

### 1. Download Library

Langkah pertama anda perlumengunduh library dalam format .zip berikut.

{% file src="/files/EfxXdOsMKtWbfhEaeBqM" %}

{% hint style="warning" %}
Notes: Library diatas sudah dapat digunakan untuk ESP 32 dan ESP 8266 menggunakan komunikasi Wi-Fi dan protokol komunikasi HTTP.
{% endhint %}

### 2. Menginstal Zip Library

Pada langkah ini anda diminta membuka library manager dengan membuka menu **Sketch > Include Library > Add .Zip Library** terlihat pada gambar berikut.

<figure><img src="/files/WNVpkwcXgrlF3zwsx63V" alt=""><figcaption><p>Gambar menu Sketch pada Arduino IDE.</p></figcaption></figure>

Cari lokasi file library yang sudah di download, kemudian input file yang sudah di download terlihat seperti gambar berikut.

<figure><img src="/files/M3ROYPGC43i4TrCPPFt3" alt=""><figcaption><p>Gambar Select Zip File pada Arduino IDE.</p></figcaption></figure>

### 3. Indikator Keberhasilan

Jika instalasi library sukses maka example program dapat anda lihat di menu **File > Examples > Antares ESP HTTP**. Hasilnya terlihat seperti gambar berikut.

<figure><img src="/files/uLEE2HeMQ2B3DL7Mv1KQ" alt=""><figcaption><p>Gambar Example Antares ESP HTTP dan MQTT pada Arduino IDE.</p></figcaption></figure>


---

# 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/pendahuluan/instalasi-library-arduino/antares-wi-fi-http.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.
