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
  • Hi!

    You're getting +CME error 0 (phone failure) from +CNUM and +CSM error 301 (SMS service of ME reserved) from +CMGS. 

    I see you're connected to an NB-IoT cell.

    Have you tried %XSYSTEMMODE=1,1,0,1, i.e specifying that LTE-M is your preferred connection protocol?

    If you are able to take a modem trace that would help us get to the root of the issue.

    Best regards,

    Heidi

Reply
  • Hi!

    You're getting +CME error 0 (phone failure) from +CNUM and +CSM error 301 (SMS service of ME reserved) from +CMGS. 

    I see you're connected to an NB-IoT cell.

    Have you tried %XSYSTEMMODE=1,1,0,1, i.e specifying that LTE-M is your preferred connection protocol?

    If you are able to take a modem trace that would help us get to the root of the issue.

    Best regards,

    Heidi

Children
Related