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.

CC2652P: ZigBee 3.0 profile support for CC2652P

Part Number: CC2652P
Other Parts Discussed in Thread: SIMPLELINK-CC13X2-26X2-SDK, Z-STACK

Hi,

1.What is the SDK version  that support ZigBee 3.0 for CC2652P ?

2.Deos the ZigBee 3.0 support below profiles ?

0101 Industrial Plant Monitoring (IPM)
0104 Home Automation (HA)
0105 Commercial Building Automation (CBA)
0107 Telecom Applications (TA)
0108 Personal Home & Hospital Care (PHHC)
0109 Advanced Metering Initiative (AMI)"

I was trying to get the documentation regarding the above queries but did not get anything.

Thanks,

Vikas

  • Hi Vikas,

    1. All SIMPLELINK-CC13X2-26X2-SDK versions support Zigbee 3.0, I recommend you use the most recent one available.

    2. This question is based on the Zigbee Cluster Library Specification, not Zigbee 3.0 protocol.  The current ZCL revision supports HA and AMI but you will need to contact the Zigbee Alliance regarding status of the other profiles mentioned.  ZCL_HA_PROFILE_ID (0x0104) and ZCL_SE_PROFILE_ID (0x0109) are provided by default in the SIMPELINK-CC13X2-26X2-SDK Z-Stack ZCL but this implementation can be expanded upon to include other profiles if required.

    Regards,
    Ryan

  • Hi Ryan,

    Thanks for the quick response.

    For point 2 when you say SIMPELINK-CC13X2-26X2-SDK Z-Stack can be expanded upon to include other profiles. How do we achieve that ?

    Thanks,

    Vikas

  • Hi Vikas,

    You would create your own ZCL module in the Common/zcl folder of the Z-Stack project, you can use zcl.c/h, zcl_general.c/h, zcl_ha.c/h, zcl_se.c/h, etc. as a guide.

    Regards,
    Ryan

  • Hi Ryan,

    Thanks for the reply so the SIMPELINK-CC13X2-26X2-SDK Z-Stack support only HA and SE profiles by default.

    If I have to use any other profiles in the initial query I have to do it by my own ?

    Even ZLL is not supported by default?

    I have another requirement for a device based on ZigBee PRO with HA,SE and ZLL support.

    Thanks,

    Vikas

  • Hi Vikas,

    You had not previously ask about Zigbee Light Link, you will find ZCL_LIGHTING and ZCL_LIGHT_LINK_ENHANCE capabilities in the zcl_lighting.c/h files.  Zigbee 3.0 unifies and offers backward compatibility with legacy Home Automation, Green Power, Lighting, Retail, and Building Automation profiles.  This is specific to the Zigbee Specification as compared to the Z-Stack implementation.

    Regards,
    Ryan

  • Hi Ryan,

    Based on your response what i understood is out of the below profiles :

    0101 Industrial Plant Monitoring (IPM)
    0104 Home Automation (HA)
    0105 Commercial Building Automation (CBA)
    0107 Telecom Applications (TA)
    0108 Personal Home & Hospital Care (PHHC)
    0109 Advanced Metering Initiative (AMI)"

    SIMPLELINK-CC13X2-26X2-SDK by default support only HA profile. If I need to add any profiles I have to do the changes shared by you later. Is that correct.?

    Thanks,

    Vikas

  • Hello Vikas,

    ZCL support for HA (0x0104) and SE/AMI (0x0109) are provided inside the SIMPLELINK-CC13X2-26X2-SDK Z-Stack solution (source\ti\zstack\stack\zcl), other profiles must be further developed by the end user.

    Regards,
    Ryan

  • Hi Ryan,

    Do you have any road map where other profiles will be supported in the future by TI?

    Also do you have any documentation to help me if I am going to add the cluster by myself ?

    Thanks,

    Vikas

  • Hi Vikas,

    No further profiles are planned to be added by TI in the immediate future.  Z-Stack documentation is provided on TIREx but there is not a specific guide to support your request.  The Zigbee SimpleLink Academy Labs are also helpful for project development but have no advice for expanding the ZCL.

    Regards,
    Ryan