> 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/contoh-kode-dan-library/stm32-lora-arduino-ide.md).

# STM32 (LoRa) Arduino IDE

<figure><img src="/files/HenbiHpMNDZvMDltmKrJ" alt=""><figcaption><p>Board STM32</p></figcaption></figure>

Dokumentasi ini akan menjelaskan bagaimana Modul LoRa STM32 dapat terhubung dengan platform Antares. Pada tutorial ini modul atau board yang digunakan adalah seri **STM32 LoRa Discovery Kit B-L072-LRWAN1** dan IDE yang digunakan adalah **Arduino IDE**. Untuk penggunaan modul lainnya, Anda dapat menyesuaikan dengan langkah yang ada pada tutorial ini. Untuk Anda yang menggunakan Arduino IDE, dapat mengikuti tutorial berikut.

{% content-ref url="/pages/awmPvFN4cHjM3Q2bhxDH" %}
[Prasyarat Umum STM32 (LoRa) Arduino IDE](/contoh-kode-dan-library/stm32-lora-arduino-ide/prasyarat-umum-stm32-lora-arduino-ide.md)
{% endcontent-ref %}

Setelah memenuhi **Prasyarat Umum** anda dapat melanjutkan beberapa project pada laman berikut.

{% content-ref url="/pages/h9KaBPPhOqEkbMpv4EFS" %}
[Mengirim Data Sederhana ke Antares](/contoh-kode-dan-library/stm32-lora-arduino-ide/mengirim-data-sederhana-ke-antares.md)
{% endcontent-ref %}


---

# 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/contoh-kode-dan-library/stm32-lora-arduino-ide.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.
