Best way to minimize cellular network connectivity time?

Hi there,

I'm using a slightly modified version of coap_client to test out network connectivity with a 1nce SIM card (USA). Essentially, I've modified it from a GET request to a POST request in an effort to talk with the 1nce CoAP endpoint.

I've noticed that a new nRF9151 takes almost exactly 3.5 minutes to successfully get an IP address and begin sending a message. After modifying the code to end with a graceful modem shutdown (lte_lc_power_off()), subsequent network connections after a reboot take a mere 5-10 seconds.

In my use case, users will be turning on the device for the first time.

  1. How do I minimize the time it takes for the nRF9151 to connect to a network?
  2. I understand that lte_lc_power_off() saves something to NVM. What is it saving? 

Thank you!

Parents Reply Children
No Data
Related