Quectel MC60E does not connect to network

Hello all,

I bought a new Quectel MC60E module and mounted it on my Arduino. I’m trying to connect to the network but I can’t get things working. How can I found out what I need to check? These are the responses to AT commands:

ATI
Quectel_Ltd
Quectel_MC60ECB
Revision: MC60ECBR01A03
OK
SMS Ready
AT+CREG?
+CREG: 0,2
OK
AT+CGREG?
(nothing returns)
AT+CSQ?
ERROR
AT+CPIN?
(nothing returns)
AT+COPS?
+COPS: 0
OK
+CPIN: READY
Call Ready
AT+COPS=?
+COPS: (1,“Mobistar”,“mobi*”,“20610”),(1,“KPN Group Belgium”,“BASE”,“20620”)(1,“PROXIMUS”,“PROXI”,“20601”),(0-4),(0-2)
OK

Thank You for your replies!

Frederik

Check with

AT+CEREG?
AT+CGDCONT?
1 Like

Thank You for your reply,

It says:

AT+CEREG?
+CME ERROR: 100
AT+CGDCONT?
+CGDCONT: 1,“IP”,“”,“”,0,0

+CGDCONT: 2,"IP","","",0,0

+CGDCONT: 3,"IP","","",0,0

OK

Don’t know exactly what to think about the error 100.

You forgot to configure your APN.

1 Like