Hello how are you?
I don't speak English very well but I have a doubt about using mesh and nfc simultaneously.
I'm using the Nordic-Thingy52-mesh-demo example - (Nordic-Thingy52-mesh-demo - https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo) on Nordic Thingy: 52 SDK v2.1.0 with Nordic nRF5 SDK for Mesh v1.0.1
I was able to join the nfc library with the example and I want to read the mesh network id, but when initializing the nfc and mesh network gives an error:
<t: 100900>, nrf_mesh_node_config.c, 108, Softdevice assert: 4097: 148964: 1
When used separately, they work without problems.
code:
error:
how do I initialize the two and read the ID mesh after provisioning?
Thank you in advance.