Hi.
1. Before asking my main question, first I would like to ask that is this white paper still valid to achieve low power consumption for up-to-date nrf9160(b1) with ncs2.2.0 and modem fw 1.3.4 because this blog writing has been created in 2019. So I performed all the steps explained there but I couldn't achieve the same result.
2. I have measured the current consumption on the custom board with the modem on and off, and I am confused because when the modem was on it has lower current consumption than the modem was off. How can it be possible? to turn off the modem, sequently, I am invoking these two funcs. lte_lc_offline(); and lte_lc_power_off(); on the custom atv2. The reason for turning off the modem I thought it might be more power efficient because I am going to publish data once a day, and usually board will be out of lte coverage.
3. Could you please clarify this CONFIG_LTE_NETWORK_USE_FALLBACK config? I was expecting if there is no nbiot coverage, the modem would go to search lte_m coverage but it didn't work like that.
here are my configs for that.
# LTE link control CONFIG_LTE_AUTO_INIT_AND_CONNECT=n CONFIG_LTE_NETWORK_MODE_NBIOT=y CONFIG_LTE_NETWORK_USE_FALLBACK=y CONFIG_LTE_NETWORK_TIMEOUT=300
Should I have added also CONFIG_LTE_NETWORK_MODE_LTE_M?
4. The board is usually out of network coverage. So I observed that the board has higher current consumption than either modem is turned off or in the psm mode even though lte_network_timeout happens and stops searching,(the device has in psm mode 1.25mA, with the modem is turned off:2.1mA and after lte network_timeout 3.6mA in this case what is your suggestion to achieve ultra-low power consumption? is there any discussion about this point?
Edit: Note that, All tests were performed with overlay-low-power.conf configs and CONFIG_SERIAL=n in C:\ncs\v2.2.0\nrf\samples\spm