Writing, Reading and Reporting ZigBee Attributes

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

Writing, Reading and Reporting ZigBee Attributes

Jump to solution
1,151 Views
alejandrovelez
Contributor III

Hello,

Where can I find examples that implements comands for write, read and report different cluster attributes using FRDM-KW41Z boards?

Labels (1)
Tags (3)
0 Kudos
1 Solution
1,055 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Alejandro, I hope you're doing well!

 

The ZigBee control bridge example provided in the KW41Z's SDK contains a source file showing some commands that can be sent from the coordinator to other devices to get the responses you want.

 

The SDK example can be found in the following path:

 

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\wireless_examples\zigbee_3_0\control_bridge>

 

The source file with the different available commands is named "app_Znc_cmds.c"  and can be found in the Source folder after importing your project.

 

Please let me know if you need more information.

 

Best regards,

Sebastian

View solution in original post

1 Reply
1,056 Views
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Alejandro, I hope you're doing well!

 

The ZigBee control bridge example provided in the KW41Z's SDK contains a source file showing some commands that can be sent from the coordinator to other devices to get the responses you want.

 

The SDK example can be found in the following path:

 

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\wireless_examples\zigbee_3_0\control_bridge>

 

The source file with the different available commands is named "app_Znc_cmds.c"  and can be found in the Source folder after importing your project.

 

Please let me know if you need more information.

 

Best regards,

Sebastian