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.

How to delete pairing list in the ZNP

Other Parts Discussed in Thread: CC2650

The coordinator is in progress developed using ZNP and host micom.

For a factory reset of the coordinator, I'd like to delete the previously connected end device list.

How can I do?

Is there a way to remove the end device list that is stored within the ZNP?

Is there a way to read the end device list that is stored within the ZNP in the host micom?

 

  • You can write ZCD_NV_STARTUP_OPTION to 0x3 and do a restart to ZNP to clean device list.
  • I had already attempted.
    However, reset did not.
    One of the end device connection state.
    It gave way to try to teach you.
    However, the end device is reconnection.

    What I intended and it should not be reconnection.
    It seems not to delete the list.

  • When I test ZNP, I don't see this problem. Can you describe your test steps?
  • The coordinator and the connection to the end device.
    end device sends a 10 second interval as a coordinator to report cmd.
    Press the button to execute the factory reset.
    I reset the code is being used below.

    zgWriteStartupOptions( ZG_STARTUP_SET, 3 ); // bit set both default configuration and default network
    znpSystemReset(1);

    And, znp chip is CC2650.
    Below it is the data received by rx send to uart tx.

    SREQ:OUT->0xfe 0x05 0x21 0x09 0x03 0x00 0x00 0x01 0x03 0x2c //zgWriteStartupOptions
    IN->SOF:0xfe LEN:0x01 CMD0:0x61 CMD1:0x09 DATA:0x00, FCS: 0x69 REC: MT_RPC_CMD_SRSP
    !SREQ:OUT->0xfe 0x01 0x41 0x00 0x01 0x41 //znpSystemReset
    IN->SOF:0xfe LEN:0x06 CMD0:0x41 CMD1:0x80 DATA:0x00, 0x02, 0x00, 0x02, 0x06, 0x03, FCS: 0xc2 REC: MT_RPC_CMD_AREQ
  • This seems correct steps to reset your coordinator. I would suggest you using Ubiqua Packet Analyzer to check this issue.