# General Prerequisites STM32 (LoRa) STM32Cube IDE

In this documentation, you will use LoRa connectivity for all STM32 LoRa projects available in this documentation. The module used in this tutorial is the **STM32 LoRa Discovery Kit B-L072-LRWAN1.**

Before you start, make sure you have fulfilled the following conditions.

1. **Hardware Board STM32L072 LoRa Discovery Kit B-L072-LRWAN1,** this board is used as a device to send data to the Antares platform.
2. **Micro USB to USB cable** and LoRa 915 MHz Antenna.
3. **STM32 Cube IDE software**. This documentation uses **STM32 Cube IDE version 1.13.2.**

{% hint style="info" %}
If you have not installed the **STM32 Cube IDE**, please follow these steps.

[STM32 Cube IDE Installation](/en/getting-started/stm32-cube-ide-installation.md)
{% endhint %}

4. **I-CUBE-LRWAN Expansion Package**

{% hint style="info" %}
If you have not yet installed the **I-CUBE-LRWAN Expansion Pack**, please follow these steps

[Expansion Pack I-CUBE-LRWAN Installation](/en/getting-started/expansion-pack-i-cube-lrwan-installation.md)
{% endhint %}

5. Antares account. With an Antares account you can access the Antares console and get an **access key**.

{% hint style="info" %}
If you don't have an Antares account, you can [register here](https://console.antares.id/register) by following the [Antares Account Registration](https://docs.antares.id/pendahuluan/registrasi-akun) tutorial.
{% endhint %}

6. Have **Application** and **Device** in the Antares Console on your Account.

{% hint style="info" %}
To create an Application, you can follow the [Tutorial on Creating Applications](https://docs.antares.id/pendahuluan/buat-app) and to add devices, you can follow the [Tutorial on Adding Devices](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/en/code-and-library-examples/stm32-lora-stm32cube-ide/general-prerequisites-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.
