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.

CC2652R: clusters/attributes required to connect a custom zigbee end device

Part Number: CC2652R
Other Parts Discussed in Thread: SYSCONFIG, Z-STACK

Could you please tell me what are clusters/attributes required to connect a custom end device with zc_cie example? I got this of one sensor, Do I need anything else or only change this values in zcl_samplecie_data.c file ?

BatteryVoltage
BatterySize
BatteryQuantity
BatteryAlarmMask
BatteryVoltageMinThreshold
BatteryVoltageThreshold1
BatteryVoltageThreshold2
BatteryVoltageThreshold3
BatteryAlarmState
ZCLVersion
ApplicationVersion
StackVersion
HWVersion
ManufacturerName
ModelIdentifier
DateCode
PowerSource
Check-inInterval
LongPollInterval
ShortPollInterval
FastPollTimeout
Check-inIntervalMin
FastPollTimeoutMax
  • Your device has to support IAS zone cluster to connect with CIE. You can refer to zed_IAS example for the cluster list.

  • Hello Alberto,

    To have this device supported by the zc_cie, you will need to add ZCL_CLUSTER_ID_GENERAL_POWER_CFG and ZCL_CLUSTER_ID_GENERAL_POLL_CONTROL clusters along with ATTRID_POWER_CONFIGURATION_BATTERY_* and ATTRID_POLL_CONTROL_* attributes to the *_data.c file among other changes.  You can use zc_sampleapp and make changes to the SysConfig -> Z-Stack -> Zigbee Application Endpoint to understand how changes to Additional Clusters and Optional Attributes will affect the generated zcl_config.c file.  I also recommend that you review the Zigbee ZCL SimpleLink Academy Lab.

    Regards,
    Ryan