This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

LAUNCHXL-CC26X2R1: Control end device rejoin scan

Part Number: LAUNCHXL-CC26X2R1

Hello,

I am working with simplelink_zigbee_sdk_plugin_2_20_00_06 and using the zed_switch_ota project. I have a znp and my zed joins successfully and works fine. Problem is when my znp is turned off the zed continuously sends beacon requests, this is undesirable and I want the zed to stop sending beacon request after 180 seconds and not wake up again for scanning networks.

So far based on other posts, I have tried changing the values of following in the Stack/Config/f8wconfig.h file.

1) REJOIN_BACKOFF 900000  

2) REJOIN_SCAN 180000

but did not observe any changes in the beacon request time.  

  • Hello Prem,

    This functionality is now handled inside the BDB_COMMISSIONING_PARENT_LOST case of zclSampleSw_ProcessCommissioningStatus from zcl_samplesw.c, you can configure SAMPLEAPP_END_DEVICE_REJOIN_DELAY for the frequency of Beacon Requests and choose not to start the timer after the desired amount of time has passed.

    Regards,
    Ryan