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

NRF Mesh Android

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,

Related