RAK4630 NWM Mode Problem

Hello, sorry to bother you again. I am using RAK460, firstly I receive data from other end devices via P2P. Then I want to send the data I get from the end devices to our server with LORAWAN. But when I use the “api.lorawan.nwm.set()” command in the software, the processor resets itself. All my data is lost after reset. What should I do about it?

Hi @programer ,

Your observation is expected. Switching from P2P to LoRaWAN mode will reset the device. The base code on both modes are different and the parameters are not saved. Whenever you switch mode, the device will reinitialize itself. This is a normal behavior of the module.