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.

Groups of CC2530

Other Parts Discussed in Thread: CC2530, Z-STACK

Dear everyone,

I want to ask how many unique groups I can programme with CC2530. I have a development ZStack lighting kit and I want to try to make two groups. Is it possible to make two groups or more groups with CC2530? Can you show me how I can do it?

Thank you very much. I'm waiting for your helping.

Best regards

  • Hello Thao,

    Maximum number of groups held in the groups table in Z-Stack (within a device) is set by the parameter below in the f8wConfig.cfg file:

    /* The maximum number of groups in the groups table */
    -DAPS_MAX_GROUPS=16

    So, out of box you can have a device that can store 16 groups. 

    Please refer to the Z-Stack Lighting Sample Application Users Guide for more information on using the sample application. 

    Currently in the ZLLRC Project - when the ADD key is pressed Add Group command is sent out via the call to zclGeneral_SendGroupAdd(). You can modify the sample application to send the Add group command to different group numbers. 

    Hope this helps. 

    Regards