# LoRaWAN

LoRaWAN, which stands for Long Range Wide Area Network, is a wireless communication protocol designed for low-power IoT devices. It enables secure and scalable data transmission over long distances while consuming minimal power. This makes it well-suited for widespread use in smart cities, industrial IoT, and agricultural applications.

This document describes LoRaWAN protocol support and the data transmission payload structure.

### Protocol Specifications <a href="#protocol-specifications" id="protocol-specifications"></a>

The latest firmware complies with the following LoRaWAN specifications.

<table><thead><tr><th width="300">Property</th><th>Value</th></tr></thead><tbody><tr><td>LoRaWAN Version</td><td>1.0.4</td></tr><tr><td>Regional Parameters Version</td><td>RP002 Regional Parameters 1.0.4</td></tr><tr><td>Available Frequency Plans</td><td>EU868 (Europe)<br>US902-928 (USA, Canada, and South America)</td></tr></tbody></table>

## Payload Definitions

Uplink messages are transmitted from the device to the network. Here is the payload structure and formatter to help decode the data.

{% content-ref url="/pages/e8ME1HKOEl82ozcshOXO" %}
[Uplink Payload](/sw/protocols-stacks/lowaran/uplink-payload.md)
{% endcontent-ref %}

{% content-ref url="/pages/a6CyQLlkDUiCOvZaVdKW" %}
[Uplink Payload Formatter](/sw/protocols-stacks/lowaran/uplink-payload-formatter.md)
{% endcontent-ref %}


---

# 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.evolion.io/sw/protocols-stacks/lowaran.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.
