Jump to content

Mobile data connection troubleshooting: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 47: Line 47:
  ...
  ...


'''Note:''' Reboot the module if it fails to identify SIM
'''Note:''' reboot the module if it fails to identify SIM
----
----
* Use command '''AT+CREG''' to check GSM connection:
* Use command '''AT+CREG''' to check GSM connection:
Line 67: Line 67:
'''Note:''' OK means that the module has registered in UMTS/LTE network  
'''Note:''' OK means that the module has registered in UMTS/LTE network  
----
----
* Configure APN, user name, password and auth type by AT+QICSGP
* Use command '''AT+QICSGP''' to configure APN, user name, password and auth type by AT+QICSGP
...
  AT+QICSGP=<contextID>[,<context_type>,<APN>[,<username>,<password>)[,<authentication>]]]
  AT+QICSGP=<contextID>[,<context_type>,<APN>[,<username>,<password>)[,<authentication>]]]
  <context type> The protocol type (1 – IPV4; 2 – IPv6).
  <context type> The protocol type (1 – IPV4; 2 – IPv6).
  <context id> The range is 1-16.
  <context id> The range is 1-16.
  <authentication> The authentication methods (0 – NONE; 1 – PAP; 2 – CHAP; 3-PAP or CHAP).
  <authentication> The authentication methods (0 – NONE; 1 – PAP; 2 – CHAP; 3-PAP or CHAP)
  Example: AT+QICSGP=1,1,"APN_Name","","",1  
 
  Example: use AT+QICSGP=1,1,"APN_Name","","",1
...
AT+QICSGP=1,1"bangapro","","",1
OK
  ...
  ...
----
----