NRF9160 Reduce power consumption

Hi  Nordic:

        

I use the LWM2M of NCS and found that the power consumption increases every 2.5 seconds. I use the monitor to find that the serial port is sending data. How to turn off the LOG output, and how to turn off the UART to reduce power consumption.
thanks!!
JERMI.JIN
2022.01.06
Parents Reply
  • I modified it to TCPIP on NRF9160 (NCS1.8.0) UDP DEMO, and used edrx in NB mode,
    CONFIG_LTE_NETWORK_MODE_NBIOT=y
    CONFIG_UDP_EDRX_ENABLE=y
    CONFIG_LTE_EDRX_REQ_VALUE_NBIOT="0010"

    Test power consumption, the minimum is 35uA, but there will be a large current every few seconds, what else is wrong with the setting,What does the value of CONFIG_LTE_EDRX_REQ_VALUE_NBIOT specifically mean?

Children
Related