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.

协调器替换问题。

HA协议中的默认密钥好像是确定的,在协调器损坏后只要知道panid 和信道就能替换原来的协调器,是不是密匙要自己定义的。

    • ZCD_NV_EXTADDR(0x0001)
    • ZCD_NV_NIB(0x0021)
    • ZCD_NV_EXTENDED_PAN_ID(0x002D)
    • ZCD_NV_NWK_ACTIVE_KEY_INFO(0x003A)
    • ZCD_NV_NWK_ALTERN_KEY_INFO(0x003B)
    • ZCD_NV_APS_USE_EXT_PANID(0x0047)
    • ZCD_NV_PRECFGKEY(0x0062)
    • ZCD_NV_TCLK_TABLE_START(0x0101)

    需要把上面的信息从老的Coordinator的NV里面读出来写到新的Coordinator里面去