Hello all,
I'm new in to development with nRF Connect and Zephyr RTOS, I have been reading the documentation and looking at the QA but I'm still unable to achieve a "low power" consumption while using de EVK-NINA-B4 from Ublox (nRF52833), at this point I'm trying to measure using the Nordic Power Profiler Kit II and just running a infinite loop with k_sleep(K_FOREVER); in main while enabling CONFIG_PM_DEVICE=y and CONFIG_PM_DEVICE_RUNTIME=y in the prj.conf.
I even tried disabling almost everything with the help of an overlay. But I'm still measuring power consumption in the order of hundreds of micro amps, is there any other configuration that I'm missing? Sadly some information I've found is not applicable anymore as it was for older version of nRF Connect or nRF5.
Thanks everyone for your help!
Edit: Forgot to mention that I'm currently using SDK V2.6.1 and Toolchain V2.7.0.