Writing, Reading and Reporting ZigBee Attributes

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Writing, Reading and Reporting ZigBee Attributes

跳至解决方案
1,150 次查看
alejandrovelez
Contributor III

Hello,

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

标签 (1)
标记 (3)
0 项奖励
1 解答
1,054 次查看
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

在原帖中查看解决方案

1 回复
1,055 次查看
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