Other Parts Discussed in Thread: CC1352P7
Hello,
we are working on implementing the self-healing network without using multiple masters. The method we are using is, If the master/collector is offline due to some problem than the nearest sensor will take the role of master. In this regard, we are using the bim (Boot Image Manager) to switch between master and Sensor firmware. So, the problem is when we switch to the controller firmware devices won't join the network. I think it is due to the Network parameters in the NVS.
I have also tried erasing the network parameters using
/*clear all NV */
Csf_clearAllNVItems(); // on collector firmware
and
/* clear all NV */
Ssf_clearAllNVItems();
but no luck in getting the devices to join and create a network. every suggestion is much appreciated
Regards,
Hamza