<?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>GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps</link><description>Hi, 
 OS: Windows 10 Editor: SEGGER Embedded Studio for ARM (Nordic Edition) V5.50c (64-bit) nrfjprog version: 10.13.0 JLinkARM.dll version: 7.50a nRF Connect SDK version: 1.6.0 SUPL client library version: v0.7.0 nRF9160 modem firmware version: 1.2.3</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Oct 2021 09:32:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps" /><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/333684?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 09:32:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1648161d-b278-40fa-9ca8-c872d98dd4c5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/mbytelab"&gt;mbytelab&lt;/a&gt;, please register a new ticket with your issue. This way we can track issues regarding GPS.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Thank you.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/333558?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 14:26:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:71ddc4a6-c891-4d6a-a0dc-16422f118d27</guid><dc:creator>mbytelab</dc:creator><description>&lt;p&gt;I have same issue as &lt;a href="https://devzone.nordicsemi.com/members/pemar13"&gt;pemar13&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;I am using modem firmware v1.2.3 and NCS v1.6.0. Event GPS_EVT_SEARCH_TIMEOUT never occurs. I am using GPS driver (no new GNSS library). It works fine when using NCS v1.5.1.&lt;/p&gt;
&lt;p&gt;Anyone found fix?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326862?ContentTypeID=1</link><pubDate>Thu, 26 Aug 2021 20:15:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d420f0eb-f890-4b6f-961e-f9db5b7d3dbc</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Per,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have a look at&amp;nbsp;&lt;em&gt;nrfxlib\nrf_modem\include\nrf_modem_gnss.h.&amp;nbsp;&lt;/em&gt;NRF_MODEM_GNSS_EVT_SLEEP_AFTER_TIMEOUT is only supported in modem fw 1.2.3:&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/** @brief GNSS enters sleep because fix retry timeout was reached in periodic or single fix mode.
 *
 * @details This event doesn&amp;#39;t have any payload.
 *
 * @note This event is only supported by modem firmware v1.3.0 or later.
 */
#define NRF_MODEM_GNSS_EVT_SLEEP_AFTER_TIMEOUT 8&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;There are several functions that only supported by v1.3.0. If&amp;nbsp;the new GNSS library does not fit your needs, we will need to look into your needs in a new support ticket.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326813?ContentTypeID=1</link><pubDate>Thu, 26 Aug 2021 13:24:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df5c8e15-667e-4fb8-970e-e547a192d0c3</guid><dc:creator>pemar13</dc:creator><description>&lt;p&gt;Hi again!&lt;/p&gt;
&lt;p&gt;I have now also tested the gps sample, which uses the new&amp;nbsp;GNSS library.&lt;/p&gt;
&lt;p&gt;Also&amp;nbsp;when using this sample in single-fix mode with modem FW 1.3.0, I can set the timeout AND I receive the event NRF_MODEM_GNSS_EVT_SLEEP_AFTER_TIMEOUT as expected. However,&amp;nbsp;I cannot set the timeout when using modem FW v1.2.3. This is a problem.&lt;/p&gt;
&lt;p&gt;Have I understood the following correctly:&lt;/p&gt;
&lt;p&gt;1. For the new GNSS library, the event&amp;nbsp;NRF_MODEM_GNSS_EVT_SLEEP_AFTER_TIMEOUT will NOT occur when using modem FW v1.2.3 despite that the old&amp;nbsp;driver had the event&amp;nbsp;GPS_EVT_SEARCH_TIMEOUT.&lt;/p&gt;
&lt;p&gt;2. T&lt;span&gt;he new GNSS library has no &lt;/span&gt;equivalent to the old&amp;nbsp;GPS_EVT_SEARCH_STARTED for single-fix mode.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3.&amp;nbsp;&lt;/span&gt;&lt;span&gt;Just&amp;nbsp;as the old driver, the new GNSS library has no&amp;nbsp;equivalent&amp;nbsp;to the event GPS_EVT_SEARCH_STARTED&amp;nbsp; for continuous mode.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For us, the&amp;nbsp;GPS_EVT_SEARCH_STARTED, _STOPPED,&amp;nbsp;and _TIMEOUT&amp;nbsp;are very important to control the flow of events in a multithreaded application. Is there another way of knowing that these events occurred?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;br /&gt;&lt;/span&gt;&lt;span&gt;Per&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326503?ContentTypeID=1</link><pubDate>Wed, 25 Aug 2021 10:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a532ff57-8542-4c68-96e1-ffcaf3b93a09</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Per,&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]Maybe&amp;nbsp;this should be rephrased using your words like &amp;quot;This section shows which &lt;em&gt;which modem firmware versions have been tested with &lt;/em&gt;different versions&lt;em&gt; of nRF Connect SDK&lt;/em&gt;&amp;quot;,[/quote]
&lt;p&gt;Noted. I will forward this feedback to the responsible person.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]Am I interpreting your above statements correctly in that you recommend using the methodology from the gps sample (i.e., using the new GNSS library) rather than the old GPS driver?[/quote]
&lt;p&gt;Yes, that is correct, but as mentioned, the mfw 1.2.3 is not tested with NCS v1.6.1, so we cannot guarantee all functionality. As long as it works for your application, then it&amp;#39;s OK.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326413?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 15:57:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f90cd1e-205c-427d-93d2-e4327b1e15ae</guid><dc:creator>pemar13</dc:creator><description>&lt;p&gt;Hi &amp;Ouml;yvind!&lt;/p&gt;
&lt;p&gt;Many thanks for the quick response!&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/326397#326397"]&amp;quot;&lt;em&gt;See&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf9160/COMP/nrf9160/nrf9160_modem_fw.html"&gt;Modem firmware compatibility matrix&lt;/a&gt;&amp;nbsp;for an overview of which modem firmware versions have been tested with this version of nRF Connect SDK.&lt;/em&gt;&amp;quot;[/quote]
&lt;p&gt;I guess I was mislead by the table&amp;#39;s preable &amp;quot;&lt;span&gt;This section shows compatibility between nRF9160 modem firmware and nRF Connect SDK versions&amp;quot;, possibly overinterpreting the word &amp;quot;compatibility&amp;quot;. Maybe&amp;nbsp;this should be rephrased using your words like &amp;quot;This section shows which &lt;em&gt;which modem firmware versions have been tested with &lt;/em&gt;different versions&lt;em&gt; of nRF Connect SDK&lt;/em&gt;&amp;quot;, which, to me, has a much less stringent meaning.&lt;/span&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/326397#326397"]Are you testing with the GPS sample or your application?[/quote]
&lt;p&gt;I am&amp;nbsp;using&amp;nbsp;the nRF9160 agps sample. Am I interpreting your above statements correctly in that you recommend using the methodology from the gps sample (i.e., using the new GNSS library) rather than the old GPS driver?&amp;nbsp;In that case, an upgrade of our code to ncs v1.6.1 using the GNSS library with modem 1.2.3 for B0 and 1.3.0 for B1 would seem like the best way forward for us.&lt;/p&gt;
&lt;p&gt;Edit:&amp;nbsp;This seems related to the modem FW version. With 1.3.0&amp;nbsp;the timeout works fine in single-fix mode, but not with 1.2.3.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Per&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326397?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 14:06:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae9320ad-f31f-426a-b026-269b5b7e8339</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Per,&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]I &amp;quot;hijack&amp;quot; this thread as I am becoming&amp;nbsp;increasingly confused about how to update our application and custom board to achieve better GPS performance and stay up to date with&amp;nbsp;Nordic&amp;#39;s &amp;quot;API&amp;quot; development.[/quote]
&lt;p&gt;&amp;nbsp;I&amp;#39;m really sorry to hear that you are getting increasingly confused, I hope that we can clear the confusion. You can also respond to the thread/answer with me in &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71433/nrf9160-firmware-version-vs-ncs-version"&gt;ticket&amp;nbsp;264436&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]&lt;p&gt;Your&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf9160%2FCOMP%2Fnrf9160%2Fnrf9160_modem_fw.html"&gt;compatibility matrix &lt;/a&gt;has now been updated, but it is not clear to me how it should be read. I read it &amp;quot;both ways&amp;quot;,&amp;nbsp;i.e.,&lt;/p&gt;
&lt;p&gt;&amp;quot;Modem FW 1.3.0&amp;nbsp;REQUIRES 1.60 - 1.61&amp;nbsp;while&amp;nbsp;&lt;span&gt;Modem FW 1.2.3&amp;nbsp;&lt;/span&gt;&lt;span&gt;REQUIRES 1.40 -1.5.1&amp;quot;&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Where did you find these requirements? As it states &amp;quot;&lt;span&gt;This section shows compatibility between nRF9160 modem firmware and nRF Connect SDK versions&amp;quot;, and as stated in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrf/releases/release-notes-1.6.1.html#supported-modem-firmware"&gt;nRF Connect SDK release notes, under supported modem firmware&lt;/a&gt;:&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;&lt;em&gt;See&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/comp_matrix_nrf9160/COMP/nrf9160/nrf9160_modem_fw.html"&gt;Modem firmware compatibility matrix&lt;/a&gt;&amp;nbsp;for an overview of which modem firmware versions have been tested with this version of nRF Connect SDK.&lt;/em&gt;&amp;quot;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;We have tested the latest version of the nRF Connect SDK v1.6.0 towards modem fw 1.3.0, that does not mean it is required, it means that we have not tested latest NCS with modem fw versions below 1.3.0.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="pemar13"]This is rather crucial, since we are in production with custom boards with nRF9160 revision B0 and will start producing boards with nRF9160 revision B1, especially since your &lt;a href="https://www.nordicsemi.com/Products/nRF9160/Download#infotabs"&gt;modem download page&lt;/a&gt; states that modem FW 1.3.0 must ONLY be used for production with revision B1.[/quote]
&lt;p&gt;&amp;nbsp;Yes, that is correct, the modem fw 1.3.0&amp;nbsp;is targeted&amp;nbsp;&lt;strong&gt;nRF9160 SiP Revision 2&amp;nbsp;&lt;/strong&gt;as per the release notes. If you have any concerns regarding this switch from B0 to B1, please &lt;strong&gt;do not hesitate to contact your local RSM&lt;/strong&gt; who should be able to provide more answers.&lt;/p&gt;
&lt;p&gt;That said,&amp;nbsp;I cannot guarantee that NCS v1.3.2 will work with modem fw 1.3.0 you will need to test this yourself.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]2. Also, when you mention forthcoming bug fixes in the modem FW, can we expect a modem FW version 1.2.4 that works as expected using revision B0?[/quote]
&lt;p&gt;&amp;nbsp;I&amp;#39;m afraid I do not have those details. Please ask your RSM.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="pemar13"]Finally, using the &amp;quot;old&amp;quot; GPS driver with ncs 1.6.1 and modem 1.2.3, I don&amp;#39;t get any GPS_EVT_SEARCH_TIMEOUT using single-fix or periodic mode. Is this as expected or just me (this worked fine with ncs 1.3.2)[/quote]
&lt;p&gt;Are you testing with the GPS sample or your application?&lt;/p&gt;
&lt;p&gt;&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: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/326372?ContentTypeID=1</link><pubDate>Tue, 24 Aug 2021 12:29:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99796d9b-6443-434b-a63e-9a4d06eb0af1</guid><dc:creator>pemar13</dc:creator><description>&lt;p&gt;Hi &amp;Ouml;yvind,&lt;/p&gt;
&lt;p&gt;I &amp;quot;hijack&amp;quot; this thread as I am becoming&amp;nbsp;increasingly confused about how to update our application and custom board to achieve better GPS performance and stay up to date with&amp;nbsp;Nordic&amp;#39;s &amp;quot;API&amp;quot; development.&lt;/p&gt;
&lt;p&gt;I recently had &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/78630/nrf9160-b0-software-compatibility"&gt;this &lt;/a&gt;exchange with H&amp;aring;kon. Your&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf9160%2FCOMP%2Fnrf9160%2Fnrf9160_modem_fw.html"&gt;compatibility matrix &lt;/a&gt;has now been updated, but it is not clear to me how it should be read. I read it &amp;quot;both ways&amp;quot;,&amp;nbsp;i.e.,&lt;/p&gt;
&lt;p&gt;&amp;quot;Modem FW 1.3.0&amp;nbsp;REQUIRES 1.60 - 1.61&amp;nbsp;while&amp;nbsp;&lt;span&gt;Modem FW 1.2.3&amp;nbsp;&lt;/span&gt;&lt;span&gt;REQUIRES 1.40 -1.5.1&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;but this is neither in agreement with your statement above or with the fact that we have successfully used modem FW 1.2.3 with ncs 1.3.2 (following your suggestion &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71433/nrf9160-firmware-version-vs-ncs-version"&gt;here&lt;/a&gt;).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This is rather crucial, since we are in production with custom boards with nRF9160 revision B0 and will start producing boards with nRF9160 revision B1, especially since your &lt;a href="https://www.nordicsemi.com/Products/nRF9160/Download#infotabs"&gt;modem download page&lt;/a&gt; states that modem FW 1.3.0 must ONLY be used for production with revision B1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1. I hope you can clarify this.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. Also, when you mention forthcoming bug fixes in the modem FW, can we expect a modem FW version 1.2.4 that works as expected using revision B0?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Finally, using the &amp;quot;old&amp;quot; GPS driver with ncs 1.6.1 and modem 1.2.3, I don&amp;#39;t get any GPS_EVT_SEARCH_TIMEOUT using single-fix or periodic mode. Is this as expected or just me (this worked fine with ncs 1.3.2)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Per&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325893?ContentTypeID=1</link><pubDate>Fri, 20 Aug 2021 09:42:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48c4248e-60e6-48ae-9178-5f789cc63edf</guid><dc:creator>anicare-tero</dc:creator><description>[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325887#325887"]Unfortunately, the problem is not in the GPS driver but in the modem firmware itself.[/quote]
&lt;p&gt;That&amp;#39;s good to know you have located the problem.&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325887#325887"]This is a bug that our team is aware of, and are currently working on a fix.[/quote]
&lt;p&gt;I heard there would be coming out some &amp;quot;sleep bug fix&amp;quot;. Not sure if it repairs this issue but I hope so.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325887?ContentTypeID=1</link><pubDate>Fri, 20 Aug 2021 09:30:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55dd98de-a055-4459-8eee-64ffd9989171</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/ziirou"&gt;anicare-tero&lt;/a&gt;,&lt;/p&gt;
[quote user="ziirou"]As long as there is that &amp;quot;SHOULD support or SHOULD work&amp;quot; with the GNSS API with modem fw 1.2.3, it&amp;#39;s not an option for us to move from GPS driver to GNSS API.[/quote]
&lt;p&gt;&amp;nbsp;Sorry, the correct wording is:&lt;br /&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;
/** @brief GNSS woke up in periodic mode.
 *
 * @details This event is sent when GNSS receiver is turned on in periodic mode. This happens when
 *          GNSS starts acquiring the next periodic fix but also when a scheduled download starts.
 *
 * This event doesn&amp;#39;t have any payload.
 *
 * @note This event is only supported by modem firmware v1.3.0 or later.
 */
#define NRF_MODEM_GNSS_EVT_PERIODIC_WAKEUP     7&lt;/pre&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&amp;quot;...only&amp;nbsp;supported&amp;nbsp;by&amp;nbsp;modem&amp;nbsp;firmware&amp;nbsp;v1.3.0&amp;nbsp;or&amp;nbsp;later.&amp;quot; Meaning that it works with 1.2.3, however, some features are only available&amp;nbsp;for mfw 1.3.0.&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;But I fully understand that you do not want to move to this yet.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]Is the reason of this bug known?[/quote]
&lt;p&gt;Have been talking to our nRF91 team to figure out what to do. Unfortunately, the problem is not in the GPS driver but in the modem firmware itself. This is a bug that our team is aware of, and are currently working on a fix. The problem is the scheduled download logic which&amp;nbsp;will perform the download regardless of the interval set. The current version of the modem fw does not allow to disable the scheduled downloads which would be the solution to use with A-GPS. This means that the periodic mode of GNSS is unfortunately not functioning as intended. Thus, we encourage customers to use GNSS in single fix or continuous mode until a fix is introduced.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325825?ContentTypeID=1</link><pubDate>Fri, 20 Aug 2021 05:30:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fad4d8d2-e460-4e63-b29d-34394e2eb4eb</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/oys"&gt;Øyvind&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;Is there any fix for GPS driver for this issue?&lt;/p&gt;
&lt;p&gt;Is the reason of this bug known?&lt;/p&gt;
&lt;p&gt;As long as there is that &amp;quot;SHOULD support or SHOULD work&amp;quot; with the GNSS API with modem fw 1.2.3, it&amp;#39;s not an option for us to move from GPS driver to GNSS API.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325739?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 12:42:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48e5e633-4545-4e53-b8f3-979a5431745d</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/ziirou"&gt;anicare-tero&lt;/a&gt;,&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]Already updated that earlier.[/quote]
&lt;p&gt;Yes, that is true. I forgot that detail earlier today.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]&lt;p&gt;So you suggest to stop using the GPS driver and to move to GNSS API? That would need a lot of work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;No, I&amp;#39;m asking if&amp;nbsp;it&amp;nbsp;helps to use this to test the stability of the GPS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]Take the master branch of the SDK since we need a confirmed stable SDK as we are already in production.[/quote]
&lt;p&gt;&amp;nbsp;The link I provided to GNSS API in my last comment is from NCS v1.6.1.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]Use modem FW 1.3.0 since we have still B0 revisions and our devices have modem FW 1.2.3 which is not updatable to 1.3.0.[/quote]
&lt;p&gt;&amp;nbsp;That is OK. The new GNSS API should support mfw 1.2.3 as well. Some features are marked to work only with mfw 1.3.0, but the rest should work.&amp;nbsp;&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: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325682?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 09:54:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:87cab380-0d80-4211-8019-d96500dbfbb0</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/oys"&gt;Øyvind&lt;/a&gt;,&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325667#325667"]Also, please note that the SUPL library is now available as v 0.7.1[/quote][quote userid="83406" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325261#325261"]Just FYI: I updated the SUPL client library to version v0.7.1 and disabled FPU from project configuration.[/quote]
&lt;p&gt;Already updated that earlier.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325667#325667"]There is a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrfxlib/nrf_modem/doc/gnss_interface.html#gnss-interface"&gt;new GNSS API developed&lt;/a&gt;&amp;nbsp;to improve usability of the GNSS, and to move away from the GPS driver.[/quote]
&lt;p&gt;So you suggest to stop using the GPS driver and to move to GNSS API? That would need a lot of work.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Things I can&amp;#39;t do now:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Take the master branch of the SDK since we need a confirmed stable SDK as we are already in production.&lt;/li&gt;
&lt;li&gt;Use modem FW 1.3.0 since we have still B0 revisions and our devices have modem FW 1.2.3 which is not updatable to 1.3.0.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I really need this bug to be fixed and it kind of should be for the GPS driver.&lt;/p&gt;
&lt;p&gt;Why is the A-GPS breaking those timeouts and intervals?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325667?ContentTypeID=1</link><pubDate>Thu, 19 Aug 2021 09:10:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b633891-ce4a-4266-82bd-83fbdfe1e511</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Tero,&lt;/p&gt;
&lt;p&gt;Sorry for the delayed answer. I&amp;#39;ve talked to our development team regarding the GNSS.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="ziirou"]What those &amp;quot;@deprecated since v1.2.0.&amp;quot; lines means?[/quote]
&lt;p&gt;&amp;nbsp;There is a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.6.1/nrfxlib/nrf_modem/doc/gnss_interface.html#gnss-interface"&gt;new GNSS API developed&lt;/a&gt;&amp;nbsp;to improve usability of the GNSS, and to move away from the GPS driver. This can be used with modem FW 1.2.3, but will improve usability on mfw 1.3.0. Currently, the GPS sample has been updated with this, while there is still ongoing work to introduce more imrprovement.&lt;br /&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/100872a0e1052931c4bad505e709a92912d4743b/nrf_modem/include/nrf_modem_gnss.h"&gt;https://github.com/nrfconnect/sdk-nrfxlib/blob/100872a0e1052931c4bad505e709a92912d4743b/nrf_modem/include/nrf_modem_gnss.h&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also, please note that the SUPL library is now available as v 0.7.1&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;SUPL client library v0.7.1
Changelog:

Added soft-float build of the library.
Fixed cell ID encoding in the sent request, so that the server can determine the location of the device and send a reference location back to the device. The MCC table is used as a fall back in case no reference location is received from the server.
Reference location is now only injected if it was requested.
Fixed usage of an IPv6 address as the device ID.
Removed the dependency to the modem library (modemlib). This version works with both modem and old bsdlib (sdk-nrfxlib/bsdlib) library.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325540?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 14:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:635576b2-4956-4a1a-ba7d-aa7c8bbe1992</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;For now, I have tested these:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/* WORKING 3+3min */
		.timeout = 180,
		.interval = 180 + 180,

/* WORKING 3+5min */
		.timeout = 180,
		.interval = 180 + 300,

/* WORKING 3+7min */
		.timeout = 180,
		.interval = 180 + 420,

/* WORKING 3+8min */
		.timeout = 180,
		.interval = 180 + 480,

/* NOT WORKING 3+9min */
		.timeout = 180,
		.interval = 180 + 540,

/* NOT WORKING 3+10min */
		.timeout = 180,
		.interval = 180 + 600,

/* NOT WORKING 3+15min */
		.timeout = 180,
		.interval = 180 + 900,

/* NOT WORKING 3+20min */
		.timeout = 180,
		.interval = 180 + 1200,&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I will test more tomorrow.&lt;/p&gt;
&lt;div style="left:95px;position:absolute;top:6px;" id="gtx-trans"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325480?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 12:01:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27ce5d09-0e97-40bd-8d1f-06ebf90bfebf</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;I&amp;#39;m still finding values which&amp;nbsp;are working.&lt;/p&gt;
&lt;p&gt;But I find something in &lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/v1.6.0/nrf_modem/include/nrf_socket.h#L1433-L1445"&gt;nrf_socket.h&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;/**@brief Defines the interval between each fix in seconds.
 * @details Allowed values are 0, 1, 10..1800, value 0 denotes single fix.
 *          Default interval is 1 second (continous mode), 0 denotes a single fix.
 * @deprecated since v1.2.0.
 */
typedef uint16_t nrf_gnss_fix_interval_t;

/**@brief Defines how long (in seconds) the receiver should try to get a fix.
 * @details The default retry wait time is 60 seconds before it gives up.
 *          0 denotes an infinite limit.
 * @deprecated since v1.2.0.
 */
typedef uint16_t nrf_gnss_fix_retry_t;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It&amp;nbsp;seems that 1800 seconds should be the maximum allowed value for interval. So my value (180+1200) should be allowed there.&lt;/p&gt;
&lt;p&gt;What those &amp;quot;@deprecated since v1.2.0.&amp;quot; lines means? Those should not work anymore or? And what&amp;#39;s that version, modem FW or SDK?&lt;/p&gt;
&lt;p&gt;The nRF9160 GPS driver is still using that&amp;nbsp;nrf_gnss_fix_interval_t on its&amp;nbsp;nrf9160_gps_config structure.&lt;/p&gt;
&lt;p&gt;I got to say I&amp;#39;m really confused with this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325415?ContentTypeID=1</link><pubDate>Wed, 18 Aug 2021 07:46:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c07900d5-a0a1-4fd0-ad3c-1fe441425250</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/oys"&gt;Øyvind&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;After a short testing of the A-GPS sample, I saw the same behavior when using the same timeout and interval values as I do have in my own project. The defaults (timeout 120 and interval 240) worked properly but when I changed the timeout to 180 and the interval to 180+1200 it&amp;#39;s failing again.&lt;/p&gt;
&lt;p&gt;I will test that more and try to see what is the thing there that causes that unexpected behavior.&lt;/p&gt;
&lt;p&gt;Is there any maximum values that timeout or interval could be? At least I haven&amp;#39;t see any.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325334?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 13:46:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80bef258-7938-4c86-bfc0-b9932f8a2a01</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325325#325325"]Did your last comment make it better, worse or no change?[/quote]
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;There was no change.&lt;/span&gt;&lt;/p&gt;
[quote userid="77062" url="~/f/nordic-q-a/78657/gps-timeout-and-interval-with-supl-a-gps/325325#325325"]Have you tested the A-GPS sample, to verify behavior? You should look at this sample for the correct usage.[/quote]
&lt;p&gt;I have tested that sample earlier. I don&amp;#39;t see any bigger changes on the code side between the sample and our project. But I will remove the cloud stuff from the sample and then will test it again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325325?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 13:35:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97fc53ba-5c44-470c-a378-22e6501e9a00</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Tero,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Did your last comment make it better, worse or no change?&amp;nbsp;Have you tested the A-GPS sample, to verify behavior? You should look at this sample for the correct usage.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&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: GPS timeout and interval (with SUPL A-GPS)</title><link>https://devzone.nordicsemi.com/thread/325261?ContentTypeID=1</link><pubDate>Tue, 17 Aug 2021 10:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a61b399d-92c0-4eb4-86bf-b738681b24a7</guid><dc:creator>anicare-tero</dc:creator><description>&lt;p&gt;Just FYI: I updated the SUPL client library to version v0.7.1 and disabled FPU from project configuration.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>