Example of low power consumption for B-L072Z-LRWAN1
Hello,
I use B-L072Z-LRWAN1 and I would like to know how to use it in very low power consumption. By default on mbed OS 6 with one hand with only one ThisThread::sleep_for(3s) I have a consumption of 10.45mA. I take my measurements with an amperemeter in series with the battery box. According to this post (https://community.st.com/t5/wireless-mcu/excess-current-consumption-running-b-l072z-lrwan1-from-battery/td-p/322961/page/2) to reduce my consumption I removed SB18, R26, D2. For the code I tried this code (https://github.com/janjongboom/stm32-standby-rtc-wakeup/blob/master/stm32_standby.h) which puts me at a consumption of 4.00mA. I'm new to MCUs and I'd like to know how I can reach the uA in the code or by another hardwre modification.
Thanks in advance for your reply :)