Other Parts Discussed in Thread: CC1350,
I am using the stack in frequency hopping mode.
If I switch on the Sensor while the Collector is turned off, the Sensor continuously searches for a Collector. When I monitor the frequencies using a spectrum analyse I see a sweep around every 5 seconds.
Also when I monitor the current consumption, its about 7mA and when its sweeping it goes up to about 13mA.
This behavior is also seen after joining, if the collector is turned off. Also after about 10 or 15 mins it stops sweeping. At this moment even if the collector is turned on it does nor reconnect again.
I would like to configure the stack to only search for a collector every 1 minute and if it does not find a collector to set the sensor to sleep. My main concern is to save power.
I tried changing the defines CONFIG_SCAN_BACKOFF_INTERVAL and CONFIG_ORPHAN_BACKOFF_INTERVAL. This did not make any change to how the program behaves.
Could someone please explain how this could be done.
Thanx in advance.