<?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 configuration without GNSS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106819/nrf9160-configuration-without-gnss</link><description>Hello, 
 I work with an nRF9160-DK modem, and it works well. I work with LTE-M activated, and I only use AT commands with the LTE Link Monitor. 
 I try to configure another modem (the same model), that I wish to configure in the same way. 
 I have applied</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Jan 2024 20:47:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106819/nrf9160-configuration-without-gnss" /><item><title>RE: nRF9160 configuration without GNSS</title><link>https://devzone.nordicsemi.com/thread/462988?ContentTypeID=1</link><pubDate>Fri, 05 Jan 2024 20:47:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cfb495ea-5d82-406b-a82f-eff43440518c</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Happy new year, and great to hear that it is working. Thank you for posting the solution.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 configuration without GNSS</title><link>https://devzone.nordicsemi.com/thread/462226?ContentTypeID=1</link><pubDate>Tue, 02 Jan 2024 09:49:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eed8284f-351a-45be-95f5-5cde8bcde61a</guid><dc:creator>Fabrice D</dc:creator><description>&lt;p&gt;Hi Helsing, and Happy New-Year.&lt;/p&gt;
&lt;p&gt;Sorry for the delay due to holidays.&lt;/p&gt;
&lt;p&gt;I have updated the firmwares with the last version on Nordic site (nrfconnect-setup-4.3.0.x64.exe). At the end of the update, I have switch off/on the modem. It seems it is needed.&amp;nbsp;Then, I applied AT+CFUN=0, AT+CEREG=5, AT%XSYSTEMMODE=1,0,0,0, AT+CFUN=1. And now, it seems that everything is ok. GNSS is not activated anymore.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 configuration without GNSS</title><link>https://devzone.nordicsemi.com/thread/461466?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2023 14:48:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9b592f8c-b3b8-487e-8f39-ab2282796bab</guid><dc:creator>helsing</dc:creator><description>[quote user=""]&lt;p&gt;I have applied the following commands:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;AT+CFUN=0&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;This shuts down the modem. From the AT reference manual, regarding &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/cfun_set.html?cp=2_1_0_4_0_0"&gt;CFUN&lt;/a&gt;: &lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;0 – Sets the device to minimum functionality. Disables both transmit and receive RF circuits and deactivates LTE and GNSS services.&lt;/p&gt;
&lt;/blockquote&gt;
[quote user=""]&lt;ul&gt;&lt;li&gt;AT+CEREG=5&lt;/li&gt;
&lt;li&gt;AT%XSYSTEMMODE=1,0,0,0&lt;/li&gt;&lt;/ul&gt;[/quote]
&lt;p&gt;You need to fire these two commands while the modem is on. Then you could store it with &lt;code&gt;CFUN=0&lt;/code&gt;, supposedly followed by &lt;code&gt;CFUN=1&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 configuration without GNSS</title><link>https://devzone.nordicsemi.com/thread/461450?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2023 14:10:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3e074493-4307-4e8e-b657-5897b77e0ed8</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Are you running the Asset Tracker application, if so, which version? And which nRF Connect SDK version and Modem Firmware Version are you using? &lt;/p&gt;
[quote user=""]But after maybe one or two minutes, the modem is rebooted, and if I apply the command AT%XSYSTEM?, I obtain the result %XSYSTEMMODE: 1,0,1,0, meaning that the GNSS has been activated. It seems that a tracker is activated… How to prevent this?[/quote]
&lt;p&gt;After you apply &lt;code&gt;%XSYSTEMMODE=1,0,0,0&lt;/code&gt; this is only written to Non-volatile Memory(NVM) approx. every 48 hours or with &lt;code&gt;+CFUN=0&lt;/code&gt;. This means that the modem might change mode but this will not be remembered after a reset. Try firing &lt;code&gt;+CFUN=0&lt;/code&gt; after&amp;nbsp; &lt;code&gt;%XSYSTEMMODE=1,0,0,0&lt;/code&gt; to see whether the settings are retained. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 configuration without GNSS</title><link>https://devzone.nordicsemi.com/thread/461419?ContentTypeID=1</link><pubDate>Thu, 21 Dec 2023 10:40:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0deb0f08-f61b-492e-b225-149913f341f8</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Hi Desplanques, just letting you know we have started looking into this.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>