# ESP8266

Pada tutorial ini akan dijelaskan instalasi board ESP8266 yang digunakan pada Dokumentasi ESP8266  yang terdapat pada Antares Platform.&#x20;

## Langkah Instalasi&#x20;

### 1. Buka Arduino IDE , kemudian pilih Files -> Preferences

<figure><img src="/files/mW86eUSP9oEFcHm15nII" alt=""><figcaption></figcaption></figure>

### 2. Masukkan URL berikut ke dalam kotak Additional Board Manager URLs kemudian klik OK.

```
http://arduino.esp8266.com/stable/package_esp8266com_index.json
```

<figure><img src="/files/20PUvjzVQ6upGVqmHcWJ" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
Anda dapat menambahkan beberapa URL dengan menambahkan koma untuk memisahkannya jika diperlukan.

```
URL1,URL2
example : 
http://arduino.esp8266.com/stable/package_esp8266com_index.json,URL2
```

{% endhint %}

### 3. Pilih **Tools -> Board -> Boards Manager**

<figure><img src="/files/uyvp8mS2Nt9ucd0MdkmZ" alt=""><figcaption></figcaption></figure>

### 4. Masukkan kata kunci "esp8266" pada kotak pencarian untuk memudahkan Anda. Jika sudah menemukan esp8266 by ESP8266 Community, pada dokumentasi Antares disini menggunakan versi 3.1.2 dan kemudian klik Install.

<figure><img src="/files/F9v0Gix3Zdt4cw2025WA" alt=""><figcaption></figcaption></figure>

### 5.  Tunggu beberapa saat hingga instalasi selesai

<figure><img src="/files/SlTZeKrFTmkjO7Ah7k1S" alt=""><figcaption></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-board-pada-arduino-ide/esp8266.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.
