I have downloaded the ble mesh SDK 3.0.0. I could not find the example for friend node and documentation.
Could anybody show me the path?
I have downloaded the ble mesh SDK 3.0.0. I could not find the example for friend node and documentation.
Could anybody show me the path?
Hi,
We will have a friend feature release at a later time. In the meantime we have a pre-compiled friend node based on zephyr to test the LPN feature, which we released on friday. The pre-compiled hex is located in examples\experimental_lpn\bin
You will need to program another DK with the pre-compiled firmware and provision the node into the network. There is a step by step guide on how to this here.
Best Regards,
Marjeris
Thank you for your quick reply. Does the latest mesh SDK support proxy node. Is there any example?
Yes, light_switch example has GATT proxy support, see the documentation here.