Hi,
Once sending the data from the end device to the parent I am clearing the NV Storage in the end device by
NLME_InitNV();
NLME_SetDefaultNV();
Once I clear the NV ,it is not able to scan for any parents , I think it needs to get connected back to the network.
Now I want that the end device should search for all available PANs, and connect to one as it does when it is first turned on. Can anyone tell me how do I do that?
I'd really appreciate any help.
Thanks.