# LoRaWAN Data

## LoRaWAN

The following registers contain information with regards to the LoRaWAN Communication.

<table><thead><tr><th width="228.6651611328125">Descriptive Name</th><th width="84">Address</th><th width="140.8333740234375">R/W</th><th>Default</th><th width="234">Comment</th></tr></thead><tbody><tr><td>Status</td><td>0x96</td><td>R</td><td> </td><td>Current join status of the device</td></tr><tr><td>LoRa Radio Module</td><td>0x97 </td><td>R</td><td>SX126x</td><td>Semtech Module (SXxxx)</td></tr><tr><td>LoRa Region</td><td>0x98 </td><td>R </td><td>EU868</td><td>Region Selected</td></tr><tr><td>LoRa Version</td><td>0x99 </td><td>R </td><td>1.0.4</td><td>LoRaWAN Protocol Version</td></tr><tr><td>Device EUI</td><td>0x9A</td><td>R/W</td><td> </td><td>The Device EUI</td></tr><tr><td>App EUI</td><td>0x9B</td><td>R/W</td><td> </td><td>The APP EUI</td></tr><tr><td>App Key</td><td>0x9C</td><td>R/W</td><td> </td><td>The Application Key</td></tr><tr><td>Application Port</td><td>0x9D</td><td>R/W</td><td> </td><td>Default application port</td></tr><tr><td>Join Type</td><td>0x9E</td><td>R/W</td><td> </td><td>OTAA, as of now all devices have only OTAA join possibility.</td></tr><tr><td>Class Type</td><td>0x9F</td><td>R/W</td><td> </td><td>LoRaWAN Class (A,B,C)</td></tr><tr><td>ADR Mode</td><td>0xA0</td><td>R/W</td><td> </td><td>Enable or Disable ADR Mode</td></tr><tr><td>Spread Factor</td><td>0xA1</td><td>R/W</td><td> </td><td>Spread Factor to be used if ADR is disabled.</td></tr><tr><td>Rejoin</td><td>0xA2</td><td>W</td><td> </td><td>Rejoin the device</td></tr><tr><td>Radio Mode</td><td>0xA3 </td><td>R/W</td><td> </td><td>Choose the Radio Operating Mode.<br>0 = LoRaWAN<br>1 = iQ D2D<br>2 = LoRaWAN and iQ D2D</td></tr><tr><td>Rejoin Mode</td><td>0xA4</td><td>R/W</td><td></td><td>0 = Disabled<br>1 = Enabled</td></tr><tr><td>Data Retransmission</td><td>0xA5</td><td>R/W</td><td></td><td>0 = Disabled<br>1 = Enabled</td></tr><tr><td>LoRa Communication Watchdog Alarm</td><td>0xA6 </td><td>R</td><td> </td><td><p>Returns the current alarm state of the LoRaWAN watchdog.</p><p>0 = No Alarm</p><p>1 = Alarm</p></td></tr></tbody></table>


---

# 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.yobiiq.com/welcome/user-manual-iq-wmr/device/registers/lorawan-data.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.
