Tool/software: TI-RTOS
Hi,
What is actually stored in the nv-simulation.bin file? After deleting that file, previously associated sensors will no longer connect unless they are power cycled. Our sensors are not storing persistent network data - I call Ssf_clearAllNVItems() in main. It seems like the nv-simulation.bin file is storing some sort of key pair?
Basically, we want to draw a new network map from scratch every time the collector is started, but since deleting that file will cause sensors to not be able to reconnect without a power-cycle, that is a problem. The reason is that there might be some sensors that will never come back because they have been physically removed. Maybe there is a way to selectively remove sensors from the nv-simulation.bin file?
Thanks.