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: ZigBee Device ID

Part Number: CC2530
Other Parts Discussed in Thread: Z-STACK

Hi. I am using the SampleLight example from Z-Stack and I wanted to know where in the code would I be able to change the device ID to one from this site: http://www.rfwireless-world.com/Terminology/Zigbee-Profile-ID-list.html

  • Hi,

    The Device ID is defined in the Simple Descriptor. In SampleLight, look for zclSampleLight_SimpleDesc in zcl_samplelight_data.c, the third parameter is ZCL_HA_DEVICEID_ON_OFF_LIGHT (if ZCL_ LEVEL_CTRL isn't defined).