-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SIM7670G AGPS time to fix issue #117
Comments
This warehouse is for 7600G, not SIM7670G, and SIM7670G does not have acceleration function |
Hi Lewis! From SIM767XXSeries_AT_Command_Manual_V1.04.pdf, Chapter 21.2.23, "AT+CGNSSAGPS Get AGPS data from the AGNSS server for assisted positioning". Response I got AT+OK and +CGNSSAGPS: SUCCESS. What does those indicate then? I am just curious how does the feature work, and why there is no effect when the LTE connection is alive, so the module do have internet access. |
V1.04? The latest version I have is only V1.01. Can you upload the manual for me to check? |
SIM767XX Series_AT_Command_Manual_V1.04.pdf If this issue is in the wrong repository, I can open a new one in A767XX. |
Are you using a LilyGo board? The latest modem firmware I have does not support the AT+CGNSSAGPS command. |
Yes, it is a LilyGO board, the SIMCOM module is SIM7670G-MNGV, the general processor is ESP32-S3-WROOM-1 on it. What do you mean under it does not support? Do you get error when executing AT+CGNSSAGPS? https://www.banggood.com/LILYGO®-T-SIM7670G-... ATI |
I need to check, the latest version of the B05 firmware does not support the AT+CGNSSAGPS command. |
You send AT+SIMCOMATI to check the version |
AT+SIMCOMATI |
Then your manual should be A76XX, not SIM7670G. I will contact SIMCOM to confirm and I am waiting for their reply. |
That I don't understand. Where does the A767XX type come from? |
SIMCOM has replied to me that AGPS is indeed available, but the manual you provided is incorrect. The correct version is V1.0.6. Below is my test process. « AT+IPADDR
AT+IPADDR
+IPADDR: 10.19.53.204
OK
Network IP:AT+IPADDR
+IPADDR: 10.19.53.204
Enabling GPS/GNSS/GLONASS
AT+CGDRT=4,1
AT+CGDRT=4,1
OK
AT+CGSETV=4,1
AT+CGSETV=4,1
OK
AT+CGNSSPWR=1
AT+CGNSSPWR=1
OK
GPS Enabled
AT+CGNSSIPR=115200
AT+CGNSSIPR=115200
OK
GPS acceleration is enabled
AT+CGNSSPWR?
AT+CGNSSPWR?
+CGNSSPWR: 1
AT+CAGPS
OK
AT+CAGPS
OK
+AGPS: success success!!!
Requesting current GPS/GNSS/GLONASS location
AT+CGNSSINFO
AT+CGNSSINFO
+CGNSSINFO: ,,,,,,,,
OK
Couldn't get GPS/GNSS/GLONASS location, retrying in 15s.
Requesting current GPS/GNSS/GLONASS location
AT+CGNSSINFO
AT+CGNSSINFO
+CGNSSINFO: ,,,,,,,,
OK
FixMode:3
Latitude:2xxxxxxx Longitude:1xxxxxxxxx
Speed:1.73 Altitude:76.50
Visible Satellites:8 Used Satellites:0
Accuracy:2.39
Year:2025 Month:2 Day:6
Hour:9 Minute:46 Second:49
Retrieving GPS/GNSS/GLONASS location again as a string
AT+CGNSSINFO
AT+CGNSSINFO
+CGNSSINFO: 3,08,,,,22xxxxxxxxxxxxxxx,8
OK
GPS/GNSS Based Location String:3,08,,,,2xxxxxxxx11,N,11xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Disabling GPS
AT+CGNSSPWR=0
AT+CGNSSPWR=0
OK
|
Hi
I faced a problem when playing with SIM7670G-MNGV, not really sure if I am using the proper AT commands as there is no significant difference between the time to position fix (after cold start) when sending AT+CGNSSAGPS and when not. I would expect shorter time (now it is up to 10 minutes) to position fix when AGPS enabled indoors. I am using the following commands:
AT+CGPSWARM
OK
AT+CGNSSIPR=115200
OK
AT+CGNSSMODE=15
OK
AT+CGNSSNMEA=1,1,1,1,1,1,0,0,0,0
OK
AT+CGNSSNMEARATE=1
OK
AT+CGNSSAGPS
OK
+CGNSSAGPS: SUCCESS
AT+CGNSSPORTSWITCH=1,1
OK
If I am using the AT commands incorrectly, how is the way to activate AGPS?
The text was updated successfully, but these errors were encountered: