Hi Sir,
For test the nRF9160 GPS, based on the nRF connect v1.2.0.
Do we have the GPS API for cold/warm/hot start?
And which example code we can reference?
Thank you.
BRs Han
Hi Sir,
For test the nRF9160 GPS, based on the nRF connect v1.2.0.
Do we have the GPS API for cold/warm/hot start?
And which example code we can reference?
Thank you.
BRs Han
Hello,
I think this post answers your question.
Hi Hakon,
Thanks for the update, it seems the GPS will automatically do a cold, warm, or hot start depending on the conditions.
I found this link that can enable GPS receive, but if we want to shut down GPS receiver independently,
Do we just run below command? and any API we can call if we don't use the command line?
at#xgpsrun=0
Thank you.
BRs, Hanyu
Hi Hakon,
Thanks for the update, it seems the GPS will automatically do a cold, warm, or hot start depending on the conditions.
I found this link that can enable GPS receive, but if we want to shut down GPS receiver independently,
Do we just run below command? and any API we can call if we don't use the command line?
at#xgpsrun=0
Thank you.
BRs, Hanyu
The at#xgpsrun command is supposed to be used with the serial LTE modem, and does not work in the general case as far as I know. I believe you need to shut down the GPS in code, and not through an AT command.