Hi, i am using the RN2483 mote (LCD version RN2483 1.0.1 Dec 15 2015 09:38:09) module with the things gateway.
First of all, I created the Application and a registered device on the console.
Then i connected the RN2483 mote via USB on COM Port with TeraTerm and configured the device as followed:
- Get the hwEUI (physical address) of the module
sys get hweui
0004A30B00xxxxxx
- Set the AppKey
mac set appkey 243A0569DA2FDFD0524574F5xxxxxxxx
ok
- Set the AppEUI
mac set appeui 70B3D57ED0xxxxxx
ok
- Set the DeviceEUI (= hwEUI)
mac set deveui 0004A30B00xxxxxx
ok
- Save the settings
mac save
ok
After that, i want to join OTAA
mac join otaa
no_free_ch
but as return value i get allways no_free_ch!
Can somebody give me a hint what’s going wrong?