Over The Air Activation (OTAA) of a Seeeduino LoRaWAN board
- Create a file called
key.h
next toseeeduino_otaa.ino
. - Add the following line:
#define APP_KEY "(your key here)"
. - Replace
(your key here)
with the application key from your network. - Upload
seeeduino_otaa.ino
to your Seeeduino LoRaWAN board.