RAK 5010: CME 711 error

Hello, I am new to Rak products and low level programming. I have been starting to learn on the RAK 5010, and have tried to follow @zhangtao tutorial to get is set up to send http messages (Cellular Configuration (2) - #4 by zhangtao). However, for some reason I am getting a CME 711 error when I am using his commands. I cannot figure out what I have done wrong. Do I need to re flash the chip? Or is there something I am doing wrong?

I know that the URL is set up correctly, so Im unsure why it is not working…

Thank you for your help
-whyriod

Text Version:
at+version
at+version
Firmware Version: RUI v3.0.0.15
OK
at+set_config=cellular:(AT+cfun=1)

OKat+set_config=cellular:(AT+QHTTPURL=56,80)

CONNECT
at+set_config=cellular:(https://2a6a20c04065935dbb95879829d8277a.m.pipedream.net)

+CME ERROR: 711
ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ

Picture:

Welcome to RAK forum @whyriod ,

I didn’t see that you setup your network connection. That might be causing the problem. I tried it and it works fine. Here’s my command sequence for your reference.

at+version
Firmware Version: RUI v3.0.0.15
OK
at+scan=cellular
 
`+COPS: (2,"SMART","SMART","51503",0),(3,"Globe Telecom-PH","GLOBE","51502",0),,(0,1,2,3,4),(0,1,2) 
 
OK

at+set_config=cellular:(AT+COPS=0,0,"SMART",0)
 
OK

at+set_config=cellular:(AT+COPS?)
 
+COPS: 0,0,"SMART SMART",0 
 
OK

at+set_config=cellular:(AT+QIACT=1)
 
OK

at+set_config=cellular:(AT+QIACT?) 
 
+QIACT: 1,1,1,"10.101.197.202" 
 
OK

at+set_config=cellular:(AT+CFUN=1)
 
OK

at+set_config=cellular:(AT+QHTTPURL=56,80)

CONNECT 

at+set_config=cellular:(https://2a6a20c04065935dbb95879829d8277a.m.pipedream.net)
 
OK

Thank you carl, I will test this and let you know how it works.

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.