6 years, 6 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

6 years, 6 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.