This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 LTE-M, SMS problems

Hello, I am not able to send sms, and probably connect to LTE-m. I am using at_client example, modem version mfw_nrf9160_1.3.0, nRF connect SDK v1.5.1, v1.6 tried on both.  

For sending message I am using this example https://devzone.nordicsemi.com/f/nordic-q-a/41755/sending-sms-using-at_client-example. 


> AT%XSYSTEMMODE=1,1,0,0
OK
> AT+CFUN=1
OK
> AT+CFUN?
OK
> AT+CNUM
+CME ERROR: 0
AT+CEREG?
+CEREG: 0,1,"19C8","09C4D267",9
OK

In this example for me CNUM always is error even though LTE link monitor shows all greens.

I live in Lithuania tried changing sim cards but can't get this working. Also if I use AT+CMGS I always get error 301. 

Parents Reply
  • Hi, I will need more information to know why the device isn't able to connect to LTE-M. 

    Please take a modem trace using the Trace Collector application in nRF Connect for Desktop while the device is trying to connect to a network and I will be able to see why it isn't able to. Make sure to enable the config CONFIG_NRF_MODEM_LIB_TRACE_ENABLED in your application before taking the trace.

Children
Related