I'm trying to understand the three magic LoRaWAN IDs from the LoRaWAN 1.2 specification. My understanding is:
DevEUIis like a MAC addressAppKeyis like a public key (roughly...)AppEUIis like a port number
Now I'm having problem understanding who is responsible for creating these IDs:
DevEUIcan be generated from the LoRa chip internal ID registers (I'm using Murata's type ABZ chip)AppKey: should it be unique for each end node? Should I choose a random one or ask one from the LoRaWAN provider (e.g. Objenious)?AppEUI: should be common to each end node (I guess it should)? Should I choose a random one or ask one from the LoRaWAN provider?
