LoRaWAN Join?
-
Hi, all.
I'm struggling to work with LoRa.join() (I'm using 0.9.5.b1 firmware, 868MHz).
But, In LoPy document, I see different descriptions about LoRa.join().
In https://docs.pycom.io/lopy/lopy/quickref.html#lora-lorawan-with-otaa , 'auth' in LoRa.join() requires two arguments, AppEUI, AppKey.
On the otherhand, in https://docs.pycom.io/lopy/library/network.html#class-lora , it requires three arguments, AppKey, AppEUI, DevEUI.
I guess one is older version and the other one is new version... Which one is correct in 0.9.5.b1?
-
Hello,
The example shown in the quick reference is the right one. We are updating the docs and the wrong ond will be removed tomorrow when we publish the renovated documentation.
Cheers,
Daniel