Hi there,
I was hoping you guys could point me in the right direction with regards to the use of the nrf_mesh_disable() & nrf_mesh_enable() functions. Since the "friend node" and "low power node" features are not yet implemented in the SDK, I was thinking of a work around to get lower power consumption.
Would this work: I have an app timer constantly running, and use the power manager - I want to disable the mesh when in system-ON "sleep". Then when a certain amount of time has elapsed, I want to re-enable the mesh, transmit a packet and then disable the mesh again. I think this is possible because the nodes are able to drop in and out of the mesh (ie when power was cycled etc).
Also, how long do you need to allow after calling nrf_mesh_disable() before calling nrf_mesh_enable() again?
I am using SDK for Mesh 2.0.1, SDK15 and the nrf52840, my software is based on the light switch examples.
Regards,
Gord