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.

CC2530: How to set PAN ID for CC2530 in Z-tool

Part Number: CC2530

Hi,

I am using CC2530 as ZCD,  Now I want to change the Pan ID for ZCD. 

1) Which command should I use to change PAN ID in Z-tool.

Thanks & Regards

Pavithran J

  • Hi Pavithran,

    I assume you are speaking of a ZNP set as a ZC node role.  You can follow YK's blog post to set up a Zigbee 3.0 network with SYS_OSAL_NV_WRITE to set the ZCD_NV_PANID (0x0083).  You can alternatively use UTIL_SET_PANID.  This must be done before commissioning the network, otherwise a factory reset must be performed to erase the NV memory.  Please refer to the Monitor and Test  API for more information.

    Regards,
    Ryan