# STM32

This tutorial will explain the installation of the STM32 board used in the LoRa STM32 Documentation found on the Antares Platform.

## Follow These Steps

### 1. Open the Arduino IDE, select Files -> Preferences

<figure><img src="/files/BOwomz26rMCarVklRw8Z" alt=""><figcaption></figcaption></figure>

### 2. Enter the following URL into the Additional Board Manager URLs box then click OK.

```
https://raw.githubusercontent.com/stm32duino/BoardManagerFiles/main/package_stmicroelectronics_index.json
```

<figure><img src="/files/YYu881wceswUw3aZonei" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
You can add multiple URLs by adding commas to separate them if needed.
{% endhint %}

### 3. Select Tools -> Board -> Boards Manager

<figure><img src="/files/1POeDnWMzg8J0BqhFMY2" alt=""><figcaption></figcaption></figure>

### 4.Enter the keyword "esp8266" in the search box to make it easier for you. If you have found esp8266 by ESP8266 Community, the Antares documentation here uses version 3.1.2 and then click Install.

<figure><img src="/files/w9PvN3dpQnQvpjHpCQlp" alt=""><figcaption></figcaption></figure>

### 5.  Wait for some time for the installation to complete

<figure><img src="/files/wg10UYKpJJYaMjgA89j4" alt=""><figcaption></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/en/getting-started/installation-board-and-library/stm32.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.
