I think I’m stuck when it comes to low power on the nRF9160 Feather. I believe this is the V5 since I just purchased it.
I’m currently reading 1.4mA in my application. I’ve followed along with a lot of posts here and can’t seem to get the power usage down any further.
I configured PSM to the lower active time and that appears to have helped in that I can see the modem quiet down after some seconds.
I’m also now using the k_cpu_idle() call since the code doesn’t have to do anything until it gets an RX interrupt to process a request from my other MCU.
I don’t have any peripherals defined in my prj.conf file so based on your video on power, I don’t think I need to do anything in the code. I also copied the prj.conf from active_sleep that disables console, logging and debug.
As a test I disabled uart2, which I’m using for communication with an external MCU, and that got me down to 936uA. But I don’t think that’s feasible since I need to be able to communicate. (I did see a post somewhere on the nordic site where someone changed the RX pin to a GPIO and used it as an interrupt, but that seems a bit risky in my situation.)
Is there anything else I need to be aware of that would consume 936uA while the nRF9160 is essentially idle?
I’d appreciate any help.
Thanks!