# Compiling the Firmware

Compiling the MULTI-Module firmware is not overly difficult, even for a newcomer to embedded code.  All of the configuration options are contained in a single file, which is documented with comments.

At a high level, there are four steps:

**Step 1:**  Download the MULTI-Module source code

**Step 2:**  Install and configure the Arduino IDE tools

**Step 3:**  Edit and compile the code

**Step 4:**  Upload the compiled code to the MULTI-Module

The full documentation for each step can be found on the MULTI-Module GitHub repository:

<https://github.com/pascallanger/DIY-Multiprotocol-TX-Module/blob/master/docs/Compiling_STM32.md>


---

# 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://www.multi-module.org/advanced-topics/compiling-the-firmware.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.
