This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sending SMS using at_client example

Should it be possible to send SMS with the at_client example, and is there any special requirements to do so?

This is the AT commands setup procedure I've used:

AT+CFUN=1
OK
AT+CPIN="1234"
OK
AT+CNUM
+CNUM: ,"+47123456789",145
OK
AT+CEREG?
+CEREG: 0,5,"0AF1","02055515",7
OK
AT+CNMI=3,2,0,1
OK

After this I can receieve SMS. But if I try to send one, the following happens:

AT+CMGS=17<CR>0691746435990511000A91742904694700000B04F4F29C0E<SUB>
ERROR

It looks like I get the ERROR as soon as the carriage return is sent

AT+CMGS=17<CR>
ERROR
  • Etienne, 
    Does you SIM card have a PIN-code? My impression is that in the default configuration the OS will not boot if it's configured to work with a PIN-less SIM card, but the inserted card has a PIN-code. 

    It's possible to configure it to not attempt to connect to the network before booting, and in that case a SIM card with PIN-code is OK. You just have to send the right AT commands to enter the PIN-code as my example illustrated. I haven't tried to get networking up and running with PIN-code.

    The configuration is in prj.conf
    I don't remember which one. Maybe someone could find the documentation of this configuration file and link to it here.

    I think you can disable the PIN-code on your SIM card from any phone as well.


    — Audun

  • One more thing, you may have to check if your network supports LTE-M

  • Hello ,

    I tried what you are recommending here and it worked!

    Thank you for sharing. That is some very useful information.

    A+

    Frank

  • Hello,

    I am using simple_at program to send sms. But it is not working. Commands like AT+CFUN?, AT+CFUN=1,  AT+CEREG? are working, but when i use AT+CMGS command, folllowing output comes. I am not able to send sms. I am using  iBasis SIM card that came with the DK. when i give AT+CPIN="1234" it shows error.

    Please help me with this.

  • Hello,

    I am trying to follow the same things recommended by but I am not able to send sms from iBASIS sim or my sim card as well. using AT+CMGS command always shows error or it is timed out. Can you please help me with this? I tried both programs (at_client and simple_at). But nothing works.

Related