LoRaWAN class A device
Overview
A simple application to demonstrate the LoRaWAN subsystem of Zephyr.
Building and Running
This sample can be found under samples/subsys/lorawan/class_a in the Zephyr tree.
Before building the sample, make sure to select the correct region in the
prj.conf
file.
The following commands build and flash the sample.
west build -b nucleo_wl55jc samples/subsys/lorawan/class_a
west flash