Hi,
when using these lines of code in my Android application:
MeshManagerApi mMeshManagerApi = new MeshManagerApi(this);
MeshNetwork meshNet = mMeshManagerApi.getMeshNetwork();
meshNet is returning null
I have my 2 NRF boards connected and configured in Mesh so it must detect the mesh network, right? or do I need to perform a scan first then save data in a database before calling getMeshNetwork?
Thanks,