Hi,
I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v5.0.0_src) and some other sensors which drivers are written by using nRF5_SDK_17.0.2.
my device is battery operated. I measured current consumption in the device is (6 ma~).so I want to reduce (ma to ua) how to achieve this. In our forum, I read about mesh_disable().is it the right way to reduce power consumption and what about reliability..? and how to integrate mesh_disable () into sensor_server example?