<?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>cellular turn off upon location wait.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128604/cellular-turn-off-upon-location-wait</link><description>I want to fix the problem of insufficient time windows when I search for a fix. I know that the recommended way is to use priority mode + EDX + PSM, but I tried to just turn the cellular capabilities while searching for a fix and it worked fine. The only</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Jul 2026 13:45:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128604/cellular-turn-off-upon-location-wait" /><item><title>RE: cellular turn off upon location wait.</title><link>https://devzone.nordicsemi.com/thread/568663?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 13:45:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91c05b09-57d1-403d-9037-0921e4dae93e</guid><dc:creator>shlomots</dc:creator><description>&lt;p&gt;sounds fair enough, but I am trying to use this approach together with the cellular location fallback, and I am having a problem with the PDN.&lt;br /&gt;&lt;br /&gt;[00:03:35.936,523] &amp;lt;dbg&amp;gt; location: scan_cellular_execute: GCI history search (NCELLMEAS=3,5)&lt;br /&gt;[00:03:36.394,256] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: Cell measurements results received: ncells_count=0, gci_cells_count=3, current_cell.id=0xFFFFFFFF&lt;br /&gt;[00:03:36.394,256] &amp;lt;dbg&amp;gt; location: scan_cellular_lte_ind_handler: No neighbor cell information from modem&lt;br /&gt;[00:03:36.399,719] &amp;lt;wrn&amp;gt; location: Default PDN context is NOT active, cannot retrieve a location&lt;br /&gt;[00:03:36.399,749] &amp;lt;err&amp;gt; location: Location acquisition failed and fallbacks are also done&lt;br /&gt;[00:03:36.399,749] &amp;lt;dbg&amp;gt; location: location_utils_event_dispatch: Dispatching event: type=3&lt;br /&gt;[00:03:36.399,780] &amp;lt;dbg&amp;gt; location: location_utils_event_dispatch: - handler=0x0001F749&lt;br /&gt;[00:03:36.399,902] &amp;lt;inf&amp;gt; slm_gps: SAT: tracked=2 using=2 weak=0 unhealthy=0 fix&lt;br /&gt;&lt;br /&gt;This happens because the PDN&amp;nbsp;is assigned after the lte network reconnects.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What is the recommended fix for that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: cellular turn off upon location wait.</title><link>https://devzone.nordicsemi.com/thread/568653?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2026 12:05:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f4049dd5-4ec2-4b2f-b789-18dd20500e14</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Here is an answer from out chat bot:&lt;/p&gt;
&lt;p&gt;Great question! You&amp;#39;re not missing anything fundamental — turning off the cellular modem while searching for a GNSS fix is actually a &lt;strong&gt;valid approach&lt;/strong&gt; and is even mentioned in the course material.&lt;/p&gt;
&lt;p&gt;From the exercise content:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;quot;In an actual application, you wouldn&amp;#39;t completely deactivate LTE but rather configure PSM or eDRX so that the GNSS and LTE can be used rather often without having to completely activate and deactivate the modes.&amp;quot; [&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-6-cellular-fundamentals/topic/lesson-6-exercise-1/#exercise-steps"&gt;Exercise 1&lt;/a&gt;]&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This hints at the key trade-off: &lt;strong&gt;the reason it&amp;#39;s not the primary recommendation is about usability and connectivity, not correctness&lt;/strong&gt;. Here&amp;#39;s what you&amp;#39;d be giving up:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;No real-time data transmission&lt;/strong&gt;: While searching for a fix, your device is completely offline. You can&amp;#39;t send or receive data until you re-enable LTE. This is a significant limitation for many IoT use cases (e.g., asset tracking where you want to send location data as soon as it&amp;#39;s acquired).&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Re-attach overhead&lt;/strong&gt;: Depending on your network configuration, deactivating and reactivating the modem may require going through a power-consuming attach/registration procedure again, negating some of the power savings.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Latency&lt;/strong&gt;: If your application needs to respond to downlink messages (e.g., commands from a server) while also getting a fix, this approach makes that impossible.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;PSM and eDRX are recommended because they allow &lt;strong&gt;both GNSS and LTE to coexist&lt;/strong&gt; — the modem stays registered with the network while giving GNSS sufficient time windows during sleep periods. [&lt;a href="https://academy.nordicsemi.com/courses/cellular-iot-fundamentals/lessons/lesson-6-cellular-fundamentals/topic/lesson-6-exercise-2/#nordic-notice-block_931e298bacebbf228892b0779014dd36"&gt;Exercise 2&lt;/a&gt;]&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;If your use case allows for the device to be fully offline during GNSS acquisition&lt;/strong&gt; (e.g., you only need to send location data periodically and don&amp;#39;t need to receive anything in between), then deactivating LTE during the fix search is a perfectly reasonable and simpler solution. The course just doesn&amp;#39;t highlight it as the primary path because it doesn&amp;#39;t generalize well to most IoT applications.&lt;/p&gt;
&lt;p&gt;Let me know how that works for you.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>