<?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>Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114404/skip-pgps-expire-checking</link><description>Hi All 
 
 I m developing a project in nref9160, in GNSS part, I need to use PGPS, but can I control the checking in nrfCloud? sometimes it go to download PGPS and make GPS tracking stuck in user interface, can I control the time for this expire checking</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 30 Sep 2024 20:35:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114404/skip-pgps-expire-checking" /><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/504439?ContentTypeID=1</link><pubDate>Mon, 30 Sep 2024 20:35:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ce2a485-b861-4798-9657-4bd3b26bb505</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, and thanks for the patience waiting for my reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Our team informs me that w&lt;span&gt;&lt;span dir="ltr"&gt;hen the P-GPS library determines it needs new predictions, it sends a &lt;code&gt;PGPS_EVT_REQUEST&lt;/code&gt; event. This event is processed by the Location library in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/1fae141fc6713dd331b797fc96c90dc84552242d/lib/location/method_gnss.c#L178"&gt;&lt;code&gt;method_gnss.c&lt;/code&gt; function &lt;code&gt;method_gnss_pgps_handler()&lt;/code&gt;&lt;/a&gt;. This causes the&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/1fae141fc6713dd331b797fc96c90dc84552242d/lib/location/method_gnss.c#L196"&gt; &lt;code&gt;method_gnss_pgps_request_work&lt;/code&gt; work item to be submitted&lt;/a&gt;, which starts the prediction download. If you want to postpone the download, you can just submit the work item later.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/503012?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2024 00:25:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79aa7582-61dc-4400-b453-f1cd05aa3d55</guid><dc:creator>DannisWong</dc:creator><description>&lt;p&gt;SDK2.5.0 and modem firmware 1.3.6&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/502877?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2024 07:43:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2c62a33b-4ae7-4d4d-98e1-825d85811070</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Dannis,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Dejan is currently OoO and I have been assigned this ticket. What modem FW and SDK version are you developing with?&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><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/501624?ContentTypeID=1</link><pubDate>Mon, 09 Sep 2024 01:06:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1dfb0db-5c8b-424f-a77b-26e61f1bf668</guid><dc:creator>DannisWong</dc:creator><description>&lt;p&gt;I use sample code : Location and use REST as transport protocol&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/501504?ContentTypeID=1</link><pubDate>Fri, 06 Sep 2024 10:19:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d715241-9f5c-403a-acd4-d27fffd31adb</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;span dir="ltr"&gt;P-GPS library has two ways to control the timing of the data download which are described in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/networking/nrf_cloud_pgps.html#requesting_and_processing_p-gps_data"&gt;P-GPS library&lt;/a&gt;&amp;nbsp;documentation. Transport protocol can also affect the flow. &lt;br /&gt;&lt;br /&gt;Do you use any of our existing applications/samples or do you have your own application?&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;Do you connect directly to the nRF Cloud? If yes, which transport protocol do you use MQTT, REST or CoAP?&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><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/501253?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2024 00:52:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6a9f3f2-d45d-491c-adcf-0ff5462dc499</guid><dc:creator>DannisWong</dc:creator><description>&lt;p&gt;its not make sense, I think its a way for us to choose download or not, now issue is P-GPS download make GNSS tracking not work for several minutes, its not acceptable.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;we understand the predictions must be downloaded and we will do it, just want to manual control which time to download.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/501149?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 12:09:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:020ccb8d-89dc-4552-9f12-a25bcd0ba00d</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Dannis,&lt;br /&gt;&lt;br /&gt;Common P-GPS use is that device is frequently disconnected from the nRF Cloud but needs periodic GNSS fixes very quickly for power saving.&amp;nbsp;P-GPS data is downloaded only when that is needed. If device already has predictions, no new predictions are downloaded. If device does not have predictions, those predictions must be downloaded.&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><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/501048?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 00:47:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ed59c20-00b5-420f-b4b4-1b90ae9163b7</guid><dc:creator>DannisWong</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Yes, I base on Location Sample project to develop, and as a user, when we request a GNSS location, we don&amp;#39;t want to download PGPS, it will look like GNSS tracking struck a few minutes&lt;/p&gt;
&lt;p&gt;and of course we want to use PGPS function to make GNSS tracking as fast as it can&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards&lt;/p&gt;
&lt;p&gt;Dannis&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/500975?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 12:40:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:516494fe-ca82-4b55-937f-aac930f90f69</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;Is it that you tested our solution, and you see that P-GPS data is downloaded too often but you are not satisfied with the functionality when using Location library?&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><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/500860?ContentTypeID=1</link><pubDate>Tue, 03 Sep 2024 03:13:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:022babbb-d9f2-4690-8736-f9ab8915ddbc</guid><dc:creator>DannisWong</dc:creator><description>&lt;p&gt;I would like to manually control the GNSS process to check PGPS database, sometimes I don&amp;#39;t want it download PGPS data and just use currently stored data to run&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;for example: this time just run GNSS and use stored PGPS data, next time before GNSS, connect nrfcloud and download if updated PGPS found&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Skip PGPS expire checking?</title><link>https://devzone.nordicsemi.com/thread/500750?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2024 11:29:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3d748767-f568-45c0-9e1e-3f4dae7b762f</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]I m developing a project in nref9160, in GNSS part, I need to use PGPS, but can I control the checking in nrfCloud?[/quote]
&lt;p&gt;What do you refer to as &amp;quot;control the checking&amp;quot;?&lt;/p&gt;
[quote user=""]sometimes it go to download PGPS and make GPS tracking stuck in user interface, can I control the time for this expire checking?[/quote]
&lt;p&gt;Can you rephrase this? Which time you want to control? What do you refer to as &amp;quot;expire checking&amp;quot;?&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>