Hi,
Is there an example code for nRF52832 were the system is configured to operate in a certain duty cycle, e.g. performing a certain task once every 100ms, and then goes to sleep mode, but where the current consumption during sleep mode is below 500uA?
I was using sd_app_evt_wait(); to enter sleep mode, but this by itself doesn't bring me to low current. I still have around 7.5mA consumption.
Thanks