RadioLib/examples/LoRaWAN
StevenCellist 1dae175022
Update LoRaWAN notes
2025-05-08 17:09:31 +02:00
..
LoRaWAN_ABP Fix for CN470 (formerly CN500) 2025-03-06 18:31:20 +01:00
LoRaWAN_Reference Fix for CN470 (formerly CN500) 2025-03-06 18:31:20 +01:00
LoRaWAN_Starter Update LoRaWAN notes 2025-05-08 17:09:31 +02:00
README.md Update LoRaWAN examples README 2025-05-08 16:51:34 +02:00

README.md

LoRaWAN examples

RadioLib LoRaWAN examples.

  • LoRaWAN_Starter: this is the recommended entry point for new users. Please read the notes that come with this example to learn more about LoRaWAN and how to use it in RadioLib!
  • LoRaWAN_Reference: this sketch showcases most of the available API for LoRaWAN in RadioLib. Be frightened by the possibilities! It is recommended you have read all the notes for the Starter sketch first, as well as the Learn section on The Things Network!
  • LoRaWAN_ABP: if you wish to use ABP instead of OTAA, this example shows how you can do this using RadioLib. However, to comply with the specification, the full session must persist through resets and power loss - you would need proper NVM for this. Really, we recommend using OTAA.

[!CAUTION] These examples are quick wins during development. However, for production devices, you will need to add persistence to your device. See the wiki for more details, or head straight to some persistence examples.

[!TIP] Refer to the Wiki for guides and information, for example on LoRaWAN versions, registering your device and more.