<?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>Prioritize sending data when trying to get a fix with GNSS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126768/prioritize-sending-data-when-trying-to-get-a-fix-with-gnss</link><description>Hi! I am using nrf connect sdk 2.6.1 and modem firmware 1.3.7 on a nrf9160. I have an application where i need to try to get a fix on a set interval and also sometimes transmit sensor data over LTE. I want LTE operations to be prioritized so that if i</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Jan 2026 12:33:33 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126768/prioritize-sending-data-when-trying-to-get-a-fix-with-gnss" /><item><title>RE: Prioritize sending data when trying to get a fix with GNSS</title><link>https://devzone.nordicsemi.com/thread/560001?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 12:33:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9adbd230-9013-49c6-baf7-c7fba5fa8de1</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Unfortunately, there isn&amp;#39;t a way mentioned in our docs to&amp;nbsp; &amp;quot;pause&amp;quot; GNSS and later resume without restarting it. The GNSS API only has start and stop. To minimize the impact of stopping, you can use A-GNSS or P-GNSS in order to ensure faster restarts. To make sure that GNSS is not running more than needed between your send windows, you can select an operation mode (fix interval/ retry) which matches your pattern.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prioritize sending data when trying to get a fix with GNSS</title><link>https://devzone.nordicsemi.com/thread/559923?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 14:16:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d32b371-4888-455a-99d0-b11cd58695d4</guid><dc:creator>mackz</dc:creator><description>&lt;p&gt;I have managed to send the data much faster by calling:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_modem_gnss_stop();&lt;/pre&gt;&lt;br /&gt;before publishing the data, and then after waiting for 2 seconds i call:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_modem_gnss_start();&lt;/pre&gt;&lt;br /&gt;Which restarts the searching for fix.&lt;br /&gt;&lt;br /&gt;But perhaps there is a better way to do it without having to stop and restart the seach from scratch?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Prioritize sending data when trying to get a fix with GNSS</title><link>https://devzone.nordicsemi.com/thread/559889?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 11:52:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46bcfa80-a872-4c9a-aa05-6b747f9f26c9</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;By default, LTE already has priority over GNSS. You can&amp;#39;t specifically switch to always prioritize LTE over GNSS, but I can provide some suggestions to minimize the delay, while keeping LTE prioritized.&lt;/p&gt;
&lt;p&gt;1) Before you planned sensor upload window, make sure GNSS is stopped/paused. Restart after the LTE transaction is completed and modem is back to idle.&lt;/p&gt;
&lt;p&gt;2) During high-activity periods or where you expect frequent sensor transmissions, avoid using PSM/eDRX. When expecting frequent sends, use short or no PSM/eDRX. When tracking with GNSS and rarely sending, save power by using PSM/eDRX.&lt;/p&gt;
&lt;p&gt;Some general practices:&lt;/p&gt;
&lt;p&gt;3) If your deployment area is controlled, in order to reduce search time, use band lock.&lt;/p&gt;
&lt;p&gt;4) During deployment, try to avoid frequent hard resets without proper shutdown.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To minimize average delay, you can try to avoid unnecessary reconnects and Nordic suggests sending data in batches instead of small packets.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>