# Prasyarat Umum STM32 (LoRa) STM32Cube IDE

Pada dokumentasi ini, Anda akan menggunakan konektivitas LoRa untuk semua project STM32 LoRa yang tersedia di dokumentasi ini.Modul yang digunakan pada tutorial ini adalah **STM32 LoRa Discovery Kit B-L072-LRWAN1**.

Sebelum memulai, pastikan Anda telah memenuhi syarat sebagai berikut.

1. **Hardware Board STM32L072 LoRa Discovery Kit B-L072-LRWAN1,** board ini digunakan sebagai perangkat untuk mengirim data ke platform Antares
2. **Kabel Micro USB to USB dan** Antenna LoRa 915 MHz.
3. **Software STM32 Cube IDE.** Pada dokumentasi ini menggunakan **STM32 Cube IDE versi 1.13.2**

{% hint style="info" %}
Jika Anda belum menginstall **STM32 Cube IDE** dapat mengikuti langkah berikut.

[Instalasi STM32 Cube IDE](/pendahuluan/instalasi-stm32-cube-ide.md)
{% endhint %}

4. **Paket Ekspansi I-CUBE-LRWAN**

{% hint style="info" %}
Jika Anda belum menginstall **Paket Ekspansi I-CUBE-LRWAN** dapat mengikuti langkah berikut

[Instalasi Expansion Pack I-CUBE-LRWAN](/pendahuluan/instalasi-expansion-pack-i-cube-lrwan.md)
{% endhint %}

5. **Software STM32 Cube Programmer**

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Jika Anda belum menginstall <strong>STM32 Cube Programmer</strong> dapat mengikuti langkah berikut.</p><p><a data-mention href="/pages/ZAXI5ryI9Iot4z5YoaWt">/pages/ZAXI5ryI9Iot4z5YoaWt</a></p></div>
6. Akun Antares. Dengan akun antares anda dapat mengakses console antares dan mendapatkan **access key.**

{% hint style="info" %}
Jika belum memiliki akun Antares dapat [registrasi disini](https://console.antares.id/register) dengan mengikuti tutorial [Registrasi Akun Antares](https://docs.antares.id/pendahuluan/registrasi-akun).
{% endhint %}

6. Memiliki **Application dan Device** pada Console Antares pada Akun Anda.

{% hint style="info" %}
Untuk membuat Application dapat mengikuti [Tutorial Membuat Aplikasi](https://docs.antares.id/pendahuluan/buat-app) dan untuk menambahkan device dapat mengikuti [Tutorial Menambah Device](https://docs.antares.id/pendahuluan/tambah-device-ke-application).
{% endhint %}


---

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