I think I also need to use LoRaBee.resetDevice(); but I can get it to work. I’m using LoRaBee.initOTA to join the Network Server. Will the NS overwrite my settings with the “standard” frequencies on TTN or how does that work?
With a join the network can push the preferred frequencies.
You can do the commands manually to see if there are any differences with using our library.
okay, I have tried. But I have some trouble to use the “mac set” commands. In the datasheet for RN2483, you have to use “sys reset” to initialize with the last saved parameters. But the LoRaBee.resetDevice() function need an argument I think, and I don’t really understand what it should be.
I just checked the join procedure, you have to use the generic 3 channels. If you don’t have one of these you are not able to join. By default only these are enabled. The other 5 channels are send to you from the network. So you will not have to set these channels manually.
If you only want to send the sys reset command you can use false.
If true is send to also set the power and SF.
Thanks for getting back to me. I managed to solve it by implementing a new frequency plan on the NS, and then my end device got the custom plan when joining using OTAA