Part Number: CC1352P
Other Parts Discussed in Thread: CC1352R,
Hi,
I am working on CollectorSM and SensorSM example codes in NON beacon with 863MHZ.
The following are the software sdk i used SDK V3.20
Steps i follow are below.
1. Enable SECURE_MANAGER_DEBUG and SECURE_MANAGER_DEBUG2 in both sensor and collector examples.
2. Paired sensor to collector
3. Set reporting interval to 10 seconds. Sensor can able send data to collector for every 10 seconds.
4. Restart sensor only once: Sensor can able to send data to collector after rejoin.
5. Restart collector only once: Sensor going to orphan and rejoin and this process(orphan and rejoin) is happening continuously with out sending data to collector.
6. Added code in collector in orphan indication callback
// add code to begin secure commissioning process on orphan indication
#ifdef FEATURE_SECURE_COMMISSIONING
Util_setEvent(&SM_events, SM_COLLECTOR_CM_START_EVT);
#endif
I have taken example and at 5th step i am hanging this can be recovered(means sensor can able to send data to collector) only when sensor restart happens.
What should i need to do for recovering with out restart of sensor in 5th case?
Thanks & Regards
Haricharan