EG25-G AT+CREG? and AT+CGDCONT=1,"IP","web.vodafone.de",,0,0

Hello I’m having some problems to connect to internet with Vodafone germany.
this is my configuration.

AT+QCFG=“nwscanseq”,04,1

OK
AT+QCFG=“nwscanmode”,3,1

OK
AT+QCFG=“band”,FF,1E00B0E18DF,F

OK
AT+CGDCONT=1,“IP”,“web.vodafone.de”,0,0

ERROR

AT+CREG?
+CREG: 0,2

It’s don’t connect and does not register the network… :-/
what I’m doing bad?

Hello umb, thanks for your question
Regarding the module is not registered to the network, please try the following steps:

  1. Re-plug the SIM card and execute AT+CPIN? to check the SIM status
  2. Execute AT+CREG? to check whether the return value is 0, 1
  3. Power off and restart the module and repeat the above steps
    If it still does not work, please confirm whether the antenna is connected properly, whether the SIM card is in arrears, and whether the test site is covered by the operator’s network.

Thank you very much, I made the command AT+CPIN? and it’s has responsed
SIM PIN
OK

then reading I looked the the reason of my problem, the sim card "MT is waiting for SIM PIN to be given "

then I have done this.
AT+CPIN=“1234”

that is my sim pin…

then I power off and restart and it’s has worked for me…
:slight_smile:
Thank you Ducan.Xu :+1:

You’re welcome umb
I’m very glad to help you. If you have any questions, please ask on Quectel Forums, thank you.

Not sure if this is how you entered the APN command:

The correct format is:
AT+CGDCONT=1,“IP”,“web.vodafone.de”,“”,0,0

Or you can try deleting the APN from your router/app (blank it out and save), then send:

AT+CGDCONT=1;+CGDCONT=2;+CGDCONT=3;+CGDCONT=4;+CGDCONT=5

and let the modem fill in the APN automatically from the carrier’s PDP context.