# STM32 (LoRa) Arduino IDE

This documentation will explain how the STM32 LoRa Module can connect with the Antares platform. In this tutorial, the module or board used is the **STM32 LoRa Discovery Kit B-L072-LRWAN1** series and the IDE used is **Arduino IDE**. For the use of other modules, you can adjust to the steps in this tutorial. For those of you who use Arduino IDE, you can follow the following tutorial.

After fulfilling the **General Prerequisites** you can continue with some projects on the following page.


---

# 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-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.
