Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 2 months ago.
How to make the FRDM KW41z communicate through RF?
I am Working on FRDM KW41Z Board, Can You guys help me how to make the board to communicate through RF using thread protocol.?
1 Answer
7 years, 2 months ago.
With the ThreadInterface API.
For it you need a Nanostack PHY layer. For KW41Z this is provided in the mcr20a-rf-driver library.
Setting up a basic connection is described in mbed-os-example-mesh-minimal, then use ThreadInterface
to do operations on the network.