# Antares LoRaWAN

Pada dokumentasi ini anda akan dijelaskan cara menginstall library Antares LoRaWAN pada Arduino IDE. Library ini digunakan untuk mencoba dokumentasi ESP32 LoRa Antares. Library ini cocok untuk **Development Board Lynx-32.**

## Langkah Kerja

### 1. Download Library

Langkah pertama anda perlu mengunduh library dalam format .zip berikut.&#x20;

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

{% hint style="warning" %}
Notes: Library yang kami support hanya untuk hardware **Development Board Lynx-32** Antares
{% endhint %}

### 2. Menginstal Zip Library

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

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

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

<figure><img src="/files/g5wsOzyN4PtvPescMGQv" 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 > Example > Antares LoRaWAN.** Hasilnya terlihat seperti gambar berikut.

<figure><img src="/files/8v2a82QQgYV9XEbdjc1c" alt=""><figcaption><p>Gambar Example Antares LoRaWAN 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-lorawan.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.
