Assisted GPS (AGPS) on SIM7600 module

Hello.
I’m currently using a ESP32 together with SIM7600g.
I’m currently facing an issue I can’t get GPS in assisted mode.
This is my AT command.
AT+CGSOCKCONT=1,”IP”,”CMNET”
AT+CGPSURL=”supl.google.com:7276
AT+CGPSSSL=0 # set security mode
AT+CGPS=1,3 # start gps in assisted mode
This is response
#CGPS: 0

How shall I do to get AGPS in sim7600g?
Can you help me?
Looking forward to hearing from you.
Best regards.

1 Like

Hi Ge,

Welcome!

Is there specifically a reason you need mode 3?
It looks like the forum topic explains a bit on the differences between mode 2 and 3: embedded - Assisted GPS (AGPS) on SIM7600 module does not work - Electrical Engineering Stack Exchange

Thank you for your quick reply.

I want position through 4G .
Is it impossible to get AGPS on SIM7600g?

1 Like

Hi Ge,

I don’t have one of the modules in front of me so can’t confirm.
You definitely should be able to through I know that sometimes instructions listed around the net for SIMCOM modules work differently depending on the variation of the module and how it’s connected.
Do you have a link to the exact part you are using?
It’s also worth taking a read through the AT command list(can be found quickly through Google)

This is one I used.

1 Like

Hi Ge,

I cant find any reference to those commands in the Wiki, with a module like this its usually aimed at developers that have a read through the comprehensive documentation: SIM7600X-H 4G Wireless Technology | SIMCom Wireless Solutions

since its using 4G I’d try enabling 4G but I’m not sure what else to try, when it comes to an issue that you cant find a good answer to my process is re-read the documentation and then once solved come back and update the forum.