Hello,
I use the LAIRD module BL652 with an nRF52832 with the SoftDevice 14.0.0 (old version…).
The application use the BLE with the SoftDevice.
We have mesured the device consumption and we arrive to the value of 0.6 mA.
The application do each second some treatment (very little) and go into the low power mode with the command "sd_power_mode_set(NRF_POWER_MODE_LOWPWR);". So, it work fine.
But when we see the current of the device, we see that the BL652 wake up sometime but not with the 1 second timer.
I means that the softDevice generate this wake up ?! (because the application do Nothing so the SoftDevice do this).
Question : Into the configuration file (sdk_config.h), it exist a part or parameters to changes the wake-up time of the softDevice ??
(we have increase the advertising at 1.5 seconds, all timers are cut off, the ADC is used but the application start the ADC to do the measument, the PWM is cut off, the RTC is cut off too)
If you can help me to decrease the current consumption of the device, it will be great.
Thank you,
Best regards,
Damien ALTMANN