APN setting using AT-Commands Quectel EC-20

Hello Community,
I am working on the Quectel EC-20 Module,
I would like to set APN for my sim using AT Command.
Will you please help me to know, the command format for this?

Regards,
Shiv Patil.

See Section 10.2 for details.

Quectel_EC2x&EG9x&EG2x-G&EM05_Series_AT_Commands_Manual_V2.0.pdf (1.7 MB)

I use a default APN, so if no APNs are set, module will use the default one (please configure accordingly to your APN):

AT+AT+QCGDEFCONT="IPV4V6","apnaddress.com.br","user","password"

Then, to start a connection,:

AT+CGATT=1

Then you can run some PING commands or so, just look at the Command References.

Observation: The first time, it takes time (for me, the very first time took maybe 30 minutes). So, be patient.
After the very first connection, then the next ones are faster (sometimes).

1 Like