Low Power mode using GNSS sample code with nRF9160 DK

Hi,

I am investigating low power modes in the nRF9160. I am currently using the GNSS sample code and getting around 36mA. Is there any way to configure the base code to achieve a much lower current? Ideally, I want to drop the current from mA to uA if possible.

I only need the GNSS sample code to basically locate my device every 2 hours

So, my main questions are:

How do I activate low power or sleep mode in the nRF9160?

How can I configure the GNSS sample code to achieve low current consumption?

Thanks

Parents Reply
  • Thank you, Charlie, for the response. The blog definitely helped. One more concern I have is with regards to the "Booting Zephyr OS" message that appears in the serial terminal. Below is an image displaying the issue.

    My question is, how do I stop this message from displaying?

    I am using SDK 1.9.0.

    I have changed the following as well, but the message still appears:

    CONFIG_SERIAL=n

    CONFIG_UART_SERIAL=n

    CONFIG_SECURE_BOOT_DEBUG=n

    CONFIG_LOG=n

    Thanks

Children
Related