<?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>Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116051/speed-up-1pps-provide-a-fix-with-fewer-satellites</link><description>Hi Nordic team! 
 In our system, we’re using the GNSS functionality of the NRF91 to obtain the current time, which is crucial for synchronization across multiple stationary devices. We require timing synchronization within approximately 50 microseconds</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 10 Dec 2024 10:00:58 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116051/speed-up-1pps-provide-a-fix-with-fewer-satellites" /><item><title>RE: Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/thread/514191?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 10:00:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4724ebb-6134-47c8-a16e-addc80097866</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/thread/510641?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 10:00:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:390c3b4c-cc8a-4dbb-a891-77be13c12d07</guid><dc:creator>tommy99</dc:creator><description>&lt;p&gt;&lt;span&gt;Feature -- Add a &amp;quot;fixed position&amp;quot; mode where the position of the device is known so that one satellite lock provides the 1PPS pulse (lower accuracy would be acceptable) for synchronization purposes&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/thread/510434?ContentTypeID=1</link><pubDate>Thu, 14 Nov 2024 09:39:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e0aa7f3-a173-4938-8000-2481efac9010</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;If you can write here concretely what you want as a feature, I can submit a feature request internally.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/thread/509089?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 11:02:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5802b53-d38e-43ac-9d00-ec7f0fddd548</guid><dc:creator>tommy99</dc:creator><description>&lt;p&gt;Hi Hakon, thanks for the response!&lt;/p&gt;
&lt;p&gt;1. We already set the position and altitude using&amp;nbsp;&lt;span&gt;nrf_modem_gnss_agnss_write (where we set the position along with the altitude). That seems to work since 3 satellites are enough to get the position fix (in the combination with the low accuracy mode).&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;location.latitude          = latitude_m; /* Best estimate within maximum limit of 1800 km. */
location.longitude         = longitude_m;/* Best estimate within maximum limit of 1800 km. */
location.altitude          = altitude;   /* Actual altitude of the device in meters. */
location.unc_semimajor     = 0;          /* Uncertainty, semi-major. Range 0...127 or 255. */
location.unc_semiminor     = 255;        /* Uncertainty, semi-minor. Range 0...127 or 255. */
location.orientation_major = 0;          /* Set to 0 if unc_semimajor and unc_semiminor are identical values. */
location.unc_altitude      = 0;          /* Uncertainty, altitude. Range 0...127 or 255. */
location.confidence        = 100;        /* Set to 100 for maximum confidence. */

if(nrf_modem_gnss_agnss_write(&amp;amp;location, sizeof(location), NRF_MODEM_GNSS_AGNSS_LOCATION) != 0){
    LOG_ERR(&amp;quot;Failed to set nrf_modem_gnss_agnss_write&amp;quot;);
}&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;2. Is there a feature request interface where this could be added and voted on (perhaps others would benefit from the feature as well)?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Speed up 1PPS / provide a fix with fewer satellites</title><link>https://devzone.nordicsemi.com/thread/509070?ContentTypeID=1</link><pubDate>Tue, 05 Nov 2024 09:47:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c3ded1c-43b5-4d4d-80dd-9cf407642479</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]1.&amp;nbsp;Do you have any other suggestions&amp;nbsp;for the configuration that we could use to speed up getting the valid 1PPS pulse and make it more robust in the weaker signal strength situations (indoor near a window / on the balcony)?[/quote]
&lt;p&gt;You can try setting &lt;span&gt;&lt;code style="margin-bottom:8px;margin-top:8px;white-space:pre;" dir="ltr"&gt;CONFIG_GNSS_SAMPLE_ASSISTANCE_REFERENCE_ALT&lt;/code&gt;&lt;/span&gt; to r&lt;span&gt;eference altitude. You should also take a look at the response in this ticket &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/96546/gps-takes-long-time-to-fix-satellites-pop-in-and-out-of-tracking?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/96546/gps-takes-long-time-to-fix-satellites-pop-in-and-out-of-tracking?ReplyFilter=Answers&amp;amp;ReplySortBy=Answers&amp;amp;ReplySortOrder=Descending&lt;/a&gt; &lt;/span&gt;&lt;/p&gt;
[quote user=""]2. Would it be feasible to add a &amp;quot;fully fixed position&amp;quot; mode support where the position of the device is known so that fewer&amp;nbsp;satellite locks could provide the 1PPS pulse (lower accuracy would be acceptable)?[/quote]
&lt;p&gt;It could be feasible, but I&amp;#39;m not sure that will be prioritized by the modem team right now. It is something to consider in the future though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>