nrf52840 zigbee Installation code delete

hi,

I am selectively deleting the added installation code entries and have found the following issues,

I have successfully added the device with IEEE address “f4ce362ddd850b0a” to the installation code list in the Zigbee coordinator, but I am unable to utilize<zb_secur_ic_remove_req>Delete the specified device, only<zb_secur_ic_remove_all_req>Clear All.After testing, it was found that IEEE addresses f4ce362ddd850b0a, f4ce362ddd850b0b, f4ce362ddd850b0c, and f4ce362ddd850b0d cannot be used<zb_secur_ic_remove_req>Delete. However, IEEE addresses f4ce362ddd850b09,f4ce362ddd850b0e and f4ce362ddd850b0f can use<zb_secur_ic_remove_req>Delete.I cannot understand this and hope to receive an answer.

SDK:nRF Connect SDK -- v2.5.0

Delete the code at the specified location:

Looking forward to your answer, thank you

Parents Reply Children
  • Thank you for verifying.

    I have some more questions to get us closer to the root cause.

    Are the devices you can't remove the install codes from on the network?

    The custom for install codes is that they should be unique for each device. See the Zigbee BDB Specification v1.0 Ch. 10.1:

    [...] Note that Install Codes SHALL be random but MAY NOT be unique.

    Using the same install code for each of the devices is not advised. Please use unique install codes.

    How do you add the install code to the devices?

    How is the value given to REMOV_addr?

    Best regards,

    Maria

  • Are the devices you can't remove the install codes from on the network?

    No, the devices in the coordinator installation code list cannot be specified for deletion using <zb_secur_ic_remove_req>, only all can be deleted using <zb_secur_ic_remove_all_req>.Only for the above address

    How do you add the install code to the devices?

    Use the <zb_secur_ic_str_add> provided by the stack for configuration

    Ensure that every addition returns OK
    How is the value given to REMOV_addr?

    UART input :AT+IC_DEL_ZC=f4ce362ddd855b0a ,Remove 'AT+IC_DEL_ZC' for parsing

Related