Adding Scene support to JN-AN-1217 SED

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Adding Scene support to JN-AN-1217 SED

1,419 Views
dmsherazi
Contributor IV

I am trying to add scene support to JN_AN-1217 Zigbee 3.0 template SED.

So far I have added scenes cluster the SED as follows in app.zpscfg

pastedImage_1.png

In zcloptions.h i have added the following 

#define CLD_SCENES
#define SCENES_SERVER
#define CLD_SCENES_MAX_NUMBER_OF_SCENES                     16
#define CLD_SCENES_DISABLE_NAME_SUPPORT
#define CLD_SCENES_MAX_SCENE_NAME_LENGTH                    0
#define CLD_SCENES_MAX_SCENE_STORAGE_BYTES                  16
#define CLD_SCENES_ATTR_LAST_CONFIGURED_BY

#define CLD_GROUPS
#define GROUPS_SERVER
#define CLD_GROUPS_MAX_NUMBER_OF_GROUPS                     8
#define CLD_GROUPS_DISABLE_NAME_SUPPORT

I would like to know what are the next steps?

I am not able to find a proper document with adequate information.

Labels (1)
0 Kudos
5 Replies

1,134 Views
dmsherazi
Contributor IV

Any One from NXP who can help me?

0 Kudos

1,134 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dost,

It is the same process https://community.nxp.com/docs/DOC-335075 

What are the issues that you are facing?

Regards,

Mario

0 Kudos

1,134 Views
dmsherazi
Contributor IV

@Mario can you please help? Is it possible if you list the steps I need to follow ZPS_EVENT_APS_DATA_INDICATION is generated , Can you guide me to a resource that I can follow specifically to implement scenes (Storing, recalling and deleting)

0 Kudos

1,134 Views
mario_castaneda
NXP TechSupport
NXP TechSupport

Hi Dost,

Did you follow the Cluster Scene implementation like the JN-AN-1216?

app_zcl_event_handler.c and the app_Znd_cmds.c

Regards,

Mario

0 Kudos

1,134 Views
dmsherazi
Contributor IV

I am not able to get the proper event. I only get ZPS_EVENT_APS_DATA_INDICATION event.  

0 Kudos