Configures AGNSS positioning APN

I am using an EG915N module with the following details:

Module Rev: EG915NEUAPR03A03M16

I encountered an issue with the command:

uart_puts(UART_ID, "AT+QGPSCFG=\"lbsapn\",16,1,\"net\"\r");

The command uart_puts(UART_ID, "AT+QGPSLOC=2\r"); works correctly, but it takes about 3 minutes to provide GPS data. To get GPS data faster, I want to use the AT+QGPSCFG=lbsapn command.

Could you help me identify what might be wrong with the command and how to fix it?

Thank you!

Hi @mohand_zaatreh ,

1.Please check your testing environment, mainly to see the quality of your satellite signal. If you are testing indoors, please try it again outdoors.
2.If it’s not a signal quality issue, please provide the log of AT+QGPSGNMEA=“GSV” command.
3.Every AT command in our module must be followed by “\ r \ n”. I see that the command you are using is only “\ r”, please modify it and try again.