> 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/pendahuluan/instalasi-board-pada-arduino-ide/esp32.md).

# ESP32

Pada tutorial ini akan dijelaskan instalasi board ESP32 yang digunakan pada Dokumentasi pada Antares Platform.

## Langkah Instalasi

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

<figure><img src="/files/8v8JaxBvKMAYIL4du7aZ" alt=""><figcaption></figcaption></figure>

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

```
/https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
```

<figure><img src="/files/1V8iTiILSf450r3qQ80v" alt=""><figcaption></figcaption></figure>

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

```
URL1,URL2
example :
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json,URL2
```

{% endhint %}

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

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

### 4. Masukkan kata kunci "esp32" pada kotak pencarian untuk memudahkan Anda. Jika sudah menemukan esp32 by Espressif System, pada dokumentasi Antares disini menggunakan versi 2.0.11 dan kemudian klik Install.

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

### 5.  Tunggu beberapa saat hingga instalasi selesai

<figure><img src="/files/6MsXJn5Wdm38vKAjeuMk" alt=""><figcaption></figcaption></figure>


---

# 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/pendahuluan/instalasi-board-pada-arduino-ide/esp32.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.
