Change GNSS constellation

I try to change gnss constellation ,But its not to applied. Did it requires restart of EC2x module to take effect.?
Please find the command i tried
write data: AT+QGPSCFG=“outport”,"usbnmea"

AT+QGPSCFG=“outport”,“usbnmea”

OK

write data: AT+QGPSCFG=“nmeasrc”,1

AT+QGPSCFG=“nmeasrc”,1

OK

write data: AT+QGPSCFG=“gnssconfig”,4

AT+QGPSCFG=“gnssconfig”,4

OK

write data: AT+QGPSCFG=“glonassnmeatype”,7

AT+QGPSCFG=“glonassnmeatype”,7

OK

write data: AT+QGPSGNMEA="gsv"

AT+QGPSGNMEA=“gsv”

+QGPSGNMEA: $GPGSV ,x,x,x,x,x,x,x,x,x,x,xx,xx,xxx,x,x,x,x,x*74

+QGPSGNMEA: $GPGSV ,x,x,x,x,x,x,x,19,20,1x,36,30,x,16,0x,25,xxx,*73

+QGPSGNMEA: $GPGSV ,x,x,11,x,x,314,28,x,022,39,34*7B

OK

Hi Sir
Some AT commands take effect immediately after sending, for example: AT+QGPSCFG=“outport”,“usbnmea”

Some commands need to be restarted to take effect after sending, for example: AT+QGPSCFG=“gnssconfig”,1 and AT+QGPSCFG=“glonassnmeatype”,1

So, please restart the module after sending the command.


Best Regards

Thanks :slight_smile: @Albert.Liu-Q

It’s my pleasure! :grinning: