Need help regarding Sensor example in MeshSDK

Hi, 

Using MeshSDKv5 on custom nRF and nRF52DK

We are working on an LPN wireless PIR sensor so which sends a sensor status publish message on occupancy.

I have notiiced that the currrent is fluctuating from 20uA to 100uA on sleep.

I wanted to disable the candence timer and the minimum interval timer since while checking the current I saw that the current was fluctuating and out of our ideal current readings. I wanted a stable current so I wanted to know if there was any way I could publish the sensor status message without initializing the timers(since its part of the server definition).

1) Is the current fluctuation caused by the app timers?

2)Is there any way to disable those timers and still be able to publish sensor status messages?

Any help would be appreciated

Thank you,

Rohan

Related