Step 4 - Install LoRaWAN® Library

In this step, you will:

– Install the MKRWAN(*) library in your Arduino IDE.

In order to enable your device to use LoRaWAN® technology, you have to install a library in your IDE.

1

Select the Manage Libraries(**) option under the Tools menu to access the Libraries menu of the IDE. Alternatively, you can use Ctrl+Shift+L to access the same menu.

2

Type MKRWAN in the search box.

3

Click on INSTALL under the MKRWAN v2 section.

4

Look for the Successfully installed library MKRWAN_V2.1.3.2 message.

As a result of this step, the library is installed, which is necessary to use LoRaWAN® technology.

For more information, please visit the following sites:

https://www.arduino.cc/reference/en/libraries/mkrwan/

https://github.com/arduino-libraries/MKRWAN_v2

* You are going to install V2 of this library.
** Please notice that these libraries are application libraries. Thus, avoid mixing them with device libraries to support different Arduino-supported devices.