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.

RE: CC2530: CC2530 choosing short address , PAN ID , Frame control field and data sequence number

Other Parts Discussed in Thread: Z-STACK

how I can choose short address , PAN ID , Frame control field and data sequence number for every kit is there are table to select from it ?

  • Speaking from Z-stack, the PAN ID is set in the f8wConfig.cfg file. Zigbee Pro uses a stack profile of 0x02 which means the NwkAddr, or short address, is assigned randomly. Coordinators will always be 0x0000. Frame size and retry count are selected in f8wConfig.cfg, everything else is stored in mac_cfg.c and mac_api.h.

    Regards,
    Ryan