JasonLiuEngr
Newbie level 2
Similar with this thread https://www.edaboard.com/showthread.php?375493-A-GPS-module-simcom-SIM5320E&p=1608421
How should I make it work? Thank you!
Code:
AT+CGSOCKCONT=1,"IP","LTEMOBILE.APN"
OK
AT+CGPSURL="supl.google.com:7276"
OK
AT+CGPS=1,3 //On GPS- assisted
OK
+CGPS: 0 => GPS auto close after a second
/////////////////
AT+CGPS=1,3
OK
AT+CGPSINFOAT+CGPSINFO
+CGPSINFO:,,,,,,,, =>Cannot get position because this is standalone gps
OK
+CGPS: 0 =>GPS auo close
///////////////////////////////
How should I make it work? Thank you!