Hello,
I am currently playing with connecting some Mdots with my LoRa Multitech gateway, and all is coherent.
I own also a Microchip LoRa modem, driven by an Arduino-like board.
In this Arduino sketch, I must enter a network key and an application key, which I don’t know.
Could you give me a way to know these keys?
I tried to do this on the Conduit:
$ lora-query --node-config xx:xx:xx:xx
which returns me following parameters:
Net Addr
Dev EUI
Class
App EUI
AppKey
Net Session Key
Data Session Key
The “AppKey” seems to be always the same, so I suppose this is the application key that I need to know. But The “Net Session Key” parameter is changing on each JOIN of the Mdot.
Where could I find the Network key that I need ?