FRDM-KW41Z Zigbee example

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

FRDM-KW41Z Zigbee example

跳至解决方案
902 次查看
gustcool2
Contributor II

Hi

I have two 'FRDM-KW41Z Development Board'

and I want to communicate with each other using zigbee.

ex) A send '1' message to B, B show me the message through UART.

Are there examples for reference?

Thanks.

标记 (2)
0 项奖励
回复
1 解答
810 次查看
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Lee, I hope you're doing well!

 

The closest example would be the SMAC wireless UART example. It supports sending messages through a Wireless UART, just like you request, however, it's not on a full ZigBee implementation, instead relying on the SMAC protocol, but it could be useful to get an idea of the implementation.

 

It can be found in the following path of the SDK:

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\wireless_examples\smac\wireless_uart>

 

Could you please a look at this example?

 

Please let me know if you need any more information.

 

Best regards,

Sebastian

在原帖中查看解决方案

2 回复数
810 次查看
gustcool2
Contributor II

thank you for your advise

i am looking at the example

0 项奖励
回复
811 次查看
Sebastian_Del_Rio
NXP Employee
NXP Employee

Hi Lee, I hope you're doing well!

 

The closest example would be the SMAC wireless UART example. It supports sending messages through a Wireless UART, just like you request, however, it's not on a full ZigBee implementation, instead relying on the SMAC protocol, but it could be useful to get an idea of the implementation.

 

It can be found in the following path of the SDK:

<…\SDK_SDK_2.2.1_FRDM-KW41Z\boards\frdmkw41z\wireless_examples\smac\wireless_uart>

 

Could you please a look at this example?

 

Please let me know if you need any more information.

 

Best regards,

Sebastian