nRF5 SDK is not maintained anymore
More Info: Consider nRF Connect SDK for new designs

nRF9160 PSM active time strange behaviour

Hello everyone!

I have just got started working with Nordic devices, in particular the nRF9160. I have been doing tests using the provided UDP sample from nRF Connect SDK and a nRF9160DK board.  I am connecting to Sweden's Telia network over LTE-M. I am using PSM and setting the active time (iDRX) to 20 seconds. However from the current consumption and terminal output of the device it seems that the modem is reentering cDRX mode and restarting the iDRX timer afterwards, although there is no data being sent to the nRF9160. The amount of reconnections also change from one transmission event to the next. I am still new to cellular networks and do not understand what can be going on here.

Best regards,

Tomás H.

 PSM with active time

Transmitting UDP/IP payload of 78 bytes to the IP address 213.185.10.144, port number 4000
RRC mode: Connected
RRC mode: Idle

RRC mode: Connected
RRC mode: Idle

RRC mode: Connected
RRC mode: Idle

RRC mode: Connected
RRC mode: Idle

RRC mode: Connected
RRC mode: Idle

Transmitting UDP/IP payload of 78 bytes to the IP address 213.185.10.144, port number 4000

Parents Reply
  • Hi Jonathan!

    I turned logging on and looked at the trace output with Wireshark. I can see that after sending data the modem receives a random amount of unintended TCP packets from several different sources. If this reception happens to be under the Active mode it triggers the modem back into RRC_CONNECTED state, as expected. I have no idea why these inbound TCP packets are being generated, but they would really impact the power consumption of my application. I attach the RAW and PCAP modem traces.

          

    Best regards,

    Tomás

Children
Related