Hi all,
I have a device IR zigbee, I want to intergation IR cluster into sdk JN-SW-4170. I saw document JN-UG-3115 is no cluster IR.
How to intergation IR cluster into sdk JN-SW-4170? Does NXP support IR cluster or not?
Assume: I will define a cluster about IR zigbee, what do I need to do?
I use module JN5169-001-M06 is coordinator, sofeware JN-AN-1217 and sdk JN-SW-4170.
Regards,
Nha Dang
Hi @dangthanhnha_nt,
Please look at the next community post.
https://community.nxp.com/t5/Wireless-Connectivity-Knowledge/ZigBee-3-0-Adding-Clusters/ta-p/1104282
Regards,
Mario
Hi,
Unfortunately, this cluster is not defined in our Stack, you could implement your own cluster.
To create a custom cluster you need to define each of the ZCL structures. These structures contain endpoint definitions, cluster definitions, attribute definitions, addresses, attribute reporting configuration, response configurations, and cluster instance data, as well as other configurations.
For further information about the ZCL structures, please take a look at chapter 6 of this document right here.
For reference, you can check the JN-AN-1229 Application note, as it contains an instance of a custom cluster.
Please let me know if you have any further questions.
Regards,
Mario
Hi mario,
Currently, I want to define the cluster zcl.
I saw document "ZigBee Cluster Library (for ZigBee 3.0) User Guide" chapter 6 "ZCL Structures".
Could you support about example define new zcl cluster?
I use module Jn5169 is coordinator, sofeware JN-AN-1217 and sdk JN-SW-4170.
Regards,
Nha Dang