This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How do I connect to the provisioned proxy node via smartphone(nRF connect for mobile)?

I am developing BLE Mesh product with `nRF connect SDK`.

I understand most of sample project has a function of proxy node. But I don't know how to connect a provisioned node via proxy. A provisioned node doesn't advertise while connecting mesh network, right? Needless to say, I can connect to a provisioned node which is not connected to the mesh network because it is (mesh) advertising. Also needless to say, Provisioned nodes which connected by `nRF connect for mobile` cannot return to the mesh network.

I'm not sure if this is the correct procedure, when I launch `nRF connect for mobile` on my provisioned smartphone, it starts up connected to the node.
But if I want to use my own application, I can't use this method, right? How can I connect to a provisioned and connected node?

Related