FRDM-KW41Z Zigbee example

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

FRDM-KW41Z Zigbee example

Jump to solution
704 Views
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.

Tags (2)
0 Kudos
1 Solution
612 Views
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

View solution in original post

2 Replies
612 Views
gustcool2
Contributor II

thank you for your advise

i am looking at the example

0 Kudos
613 Views
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