<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>nRF9160 GPS sdk 2.9.0 Serial LTE Modem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/119541/nrf9160-gps-sdk-2-9-0-serial-lte-modem</link><description>Hi, 
 
 I am trying to get the GPS coordinates from nrf9160 devkit so far I am following this guide . I was successfully able to get the coordinates once using: 
 
 However I am not able to continuously get the data from the modem. I tried to send AT</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Mar 2025 21:38:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/119541/nrf9160-gps-sdk-2-9-0-serial-lte-modem" /><item><title>RE: nRF9160 GPS sdk 2.9.0 Serial LTE Modem</title><link>https://devzone.nordicsemi.com/thread/526068?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2025 21:38:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbd7779a-7c26-481b-a524-2e4a55fbcf90</guid><dc:creator>nordicuser91</dc:creator><description>&lt;p&gt;That works. Thanks MJJ. Really appreciate your solution&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 GPS sdk 2.9.0 Serial LTE Modem</title><link>https://devzone.nordicsemi.com/thread/526067?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2025 21:18:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:984ce976-f94f-4b0c-a195-81ec8c0635de</guid><dc:creator>MJJ</dc:creator><description>&lt;p&gt;The following runs for me in continuous mode:&lt;/p&gt;
&lt;p&gt;AT%XSYSTEMMODE=0,0,1,0&lt;/p&gt;
&lt;p&gt;AT+CFUN=31&lt;/p&gt;
&lt;p&gt;AT#XGPS=1,0,1 -&amp;gt; A fix every second.&amp;nbsp;AT#XGPS=1,0,10 -&amp;gt; A fix every 10 seconds.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 GPS sdk 2.9.0 Serial LTE Modem</title><link>https://devzone.nordicsemi.com/thread/526053?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2025 17:45:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:923bff66-ca0c-4628-886e-08747d2ff113</guid><dc:creator>nordicuser91</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Thanks for the reply. I tried to follow the steps you mentioned. Did both CFUN=0 and CFUN=4. both are replied with &amp;quot;ERROR&amp;quot; when I send &amp;quot;&lt;span&gt;AT#XGPS=1,0,1,0&amp;quot;. Is there something I am missing?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;First Iteration&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;at

OK
at+cfun=0

OK
at+cfun?

+CFUN: 0

OK
AT%XSYSTEMMODE=0,0,1,0

OK
at+cfun=1

OK
AT#XGPS=1,0,1,0

ERROR&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Second Iteration&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;Ready
at

OK
at+cfun=?

+CFUN: (0,1,2,4,20,21,30,31,40,41,44)

OK
at+cfun=0

OK
AT%XSYSTEMMODE=0,0,1,0

OK
AT+CFUN=31

OK
AT#XGPS=1,0,1,0

ERROR
at+cgmr

mfw_nrf9160_1.3.7

OK
AT#XGPS=1,0,0,0

OK

#XGPS: 1,1&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The method you mention in the reply&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;Ready
at+cfun=4

OK
at+cfun=1

OK
AT#XGPS=1,0,1,0

ERROR
&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Further Debug&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;Ready
at+cfun=4

OK
at+cfun?

+CFUN: 4

OK
AT%XSYSTEMMODE=0,0,1,0

OK
AT+CFUN=31

OK
AT#XGPS=1,0,1,0

ERROR
at+cfun=1

OK
AT#XGPS=1,0,1,0

ERROR
at+cfun=31

OK
AT#XGPS=1,0,1,0

ERROR
at+cfun=0

OK
at+cfun?

+CFUN: 0

OK
AT%XSYSTEMMODE=0,0,1,0

OK
AT+CFUN=31

OK
AT#XGPS=1,0,1,0

ERROR&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you please provide me the list of at commands in chronological order so that I can test it on my end.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 GPS sdk 2.9.0 Serial LTE Modem</title><link>https://devzone.nordicsemi.com/thread/525979?ContentTypeID=1</link><pubDate>Wed, 05 Mar 2025 12:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6035fea8-1eac-4964-a312-f91e6851bcb7</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;You could try to put the modem to minimum functionality (CFUN=0) or flight mode (+CFUN=4) first and then restore full functionality (+CFUN=1). Afterwards, you can use AT#XGPS=1,0,1,0 to start GNSS module and set the &amp;lt;interval&amp;gt; parameter to continuous navigation mode.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>