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.
Solved! Go to Solution.
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
thank you for your advise
i am looking at the example
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