<?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>Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57203/testing-gps-accuracy</link><description>We&amp;#39;ve recently been testing the accuracy of the GPS on our devices. My basic method has been to trigger on GPS_TRIG_DATA_READY/GPS_CHAN_NMEA, and at each trigger fetch both the NMEA and PVT data and log everything to the console. I&amp;#39;ll enable the GPS for</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 13 Feb 2020 14:04:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57203/testing-gps-accuracy" /><item><title>RE: Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/thread/234201?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2020 14:04:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d71da65-7275-4ead-9861-f159361713f7</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;From developers;&lt;/p&gt;
&lt;div&gt;
&lt;p&gt;&amp;quot;It is not possible to give a single number of what is &amp;quot;enough&amp;quot;, enough depends on the situation. The customer might&amp;nbsp;try&amp;nbsp;to filter the fixes with the most satellites and see if that correlates (inversely) with the positioning error. Dividing the CN0 field with 10 gives the dB number.&lt;/p&gt;
&lt;p&gt;The modem does not pass the information of whether it has the ionosphere correction parameters. The parameters are renewed by the system every 6 days, hence they do not need to be fetched for every fix. During periodic fixing, new ephemerides need to be fetched every hour or so, and the modem will fetch the ionospheric parameters also at some advantageous opportunity. Since the ionospheric delay error is presumably the smallest of the listed inaccuracy causes, if current consumption is a concern, I don&amp;#39;t think it necessarily makes sense to wait 12.5 minutes for the corrections.&lt;/p&gt;
&lt;p&gt;Basically in periodic fixing, the modem does the same operations (hot start)&amp;nbsp;regardless of fix interval length. Hence, the positioning accuracy should be approximately the same for any interval, and the interval could be chosen as large as possible for minimum power consumption. For best positioning accuracy, it may be advantageous to have the modem to continuously track for 1-2 minutes before it switches to periodic fixing. This ensures that it finds as many satellites as possible from the beginning, as it does not spend as much time hunting for satellites during subsequent periodic starts.&amp;quot;&lt;/p&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/thread/233909?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2020 09:36:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7d699c46-1bd5-4efb-a2cd-596fdac5888a</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;I will reply to your questions shortly.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/thread/233135?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 17:50:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1562ec30-460a-4c3a-b61b-895aca75823c</guid><dc:creator>jbrzozoski</dc:creator><description>&lt;p&gt;[quote userid="73166" url="~/f/nordic-q-a/57203/testing-gps-accuracy/233070"][/quote]&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;1) There needs to be enough satellites, more is always better. Attention should be paid to not just the number of tracked satellites, but the number of satellites that are actually used in the positioning solution. CN0 should be no less than 30 dB (a few can be if there is a high total number of satellites, but the vast majority should be &amp;gt; 30 dB, the higher the better).&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;How many satellites as reported by PVT in_fix is &amp;quot;enough&amp;quot;?&amp;nbsp; Also, in what unit and scaling are the internal CN0 numbers being reported?&amp;nbsp; Is it just 0.1dB, so dividing by 10 would give dB?&lt;/p&gt;
&lt;p&gt;[quote userid="73166" url="~/f/nordic-q-a/57203/testing-gps-accuracy/233070"][/quote]&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;2) Special attention should be paid to the DOP numbers. While these are&amp;nbsp;calculated into the &amp;quot;Accuracy&amp;quot; figure, DOP is a 4-dimensional issue (time being the 4th) while Accuracy is just a scalar and&amp;nbsp;does not&amp;nbsp;cater for all the flavors of DOP.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;I wasn&amp;#39;t logging all of the DOP in my test runs.&amp;nbsp; I&amp;#39;ll probably add the rest in and do another test...&lt;/p&gt;
&lt;p&gt;[quote userid="73166" url="~/f/nordic-q-a/57203/testing-gps-accuracy/233070"][/quote]&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;3) In order to avoid multipath interference, the measurement should be made from a rooftop, rather than from street level (particularly important in a dense urban environment).&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;4) In order to avoid ionospheric delay, the measurements should be made at night or early morning, rather than in the afternoon.&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;Telling users to preferably take readings from rooftops at night or early morning is a bit frustrating.&amp;nbsp; I understand that those conditions will give more accurate readings, but only being able to reach your product&amp;#39;s specificied accuracy under those conditions feels wrong.&amp;nbsp; On the other hand, I&amp;#39;ve worked on radios for years and learned to take any &amp;quot;open air distance&amp;quot; specification with a huge grain of salt.&amp;nbsp; I suppose this is just the GPS market&amp;#39;s equivalent collective fibbing.&lt;/p&gt;
&lt;p&gt;[quote userid="73166" url="~/f/nordic-q-a/57203/testing-gps-accuracy/233070"][/quote]&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;nRF91 can (partially) compensate the ionospheric delay, however the correction parameters are transmitted only once per 12.5 minutes from the satellites. If the nRF91 is continuously tracking for less than 12.5 minutes, or particularly if the nRF91 is doing interval fixing, chances are it has not received said parameters and thus cannot perform the compensation.&amp;quot;&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;&lt;/p&gt;
&lt;p&gt;Is there any way for the application layer to tell if those correction parameters have been received and are in use or not?&amp;nbsp; In our application, we&amp;#39;re extremely battery constrained, so we can&amp;#39;t stay on continuously.&amp;nbsp; We might be able to stay on just until those corrections have been received, though.&amp;nbsp; In other words, I don&amp;#39;t think we could justify the battery consumption of turning on the GPS for 12.5 minutes every time we want a fix, but we could justify turning it on just as long as needed until we know the correction is in place, which would be a variable length of time averaging 7 minutes or up to 12.5 minutes worst case.&lt;/p&gt;
&lt;p&gt;Are there any other suggestions or planned features from the IoT team regarding getting the best GPS accuracy while optimizing for battery life?&amp;nbsp; I haven&amp;#39;t dug through the impending 1.2 release candidate changes, and am mostly looking at 1.1, but I see hints of low power GPS modes in headers that no samples use yet.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/thread/233070?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 13:43:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:360568f3-5bb6-4775-8edb-9946486d7b01</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello again,&lt;/p&gt;
&lt;p&gt;I got this response from the IoT team;&lt;/p&gt;
&lt;p&gt;&amp;quot;Without having the PVT/NMEA logs, it is impossible to know exactly what caused the inaccuracy in this particular case.&lt;/p&gt;
&lt;p&gt;Some general guidelines for measuring best accuracy can be given though (in order of importance):&lt;/p&gt;
&lt;p&gt;1) There needs to be enough satellites, more is always better. Attention should be paid to not just the number of tracked satellites, but the number of satellites that are actually used in the positioning solution. CN0 should be no less than 30 dB (a few can be if there is a high total number of satellites, but the vast majority should be &amp;gt; 30 dB, the higher the better).&lt;/p&gt;
&lt;p&gt;2) Special attention should be paid to the DOP numbers. While these are&amp;nbsp;calculated into the &amp;quot;Accuracy&amp;quot; figure, DOP is a 4-dimensional issue (time being the 4th) while Accuracy is just a scalar and&amp;nbsp;does not&amp;nbsp;cater for all the flavors of DOP.&lt;/p&gt;
&lt;p&gt;In this particular picture, DOP is a prime suspect, as it very typically manifests itself as inaccuracy along a single axis (in the picture, the SW-NE axis has much less variance&amp;nbsp;than the NW-SE axis). Ideally, xDOP should be 1 (meaning no dilution), the higher the number the poorer the accuracy.&lt;/p&gt;
&lt;p&gt;3) In order to avoid multipath interference, the measurement should be made from a rooftop, rather than from street level (particularly important in a dense urban environment).&lt;/p&gt;
&lt;p&gt;4) In order to avoid ionospheric delay, the measurements should be made at night or early morning, rather than in the afternoon. nRF91 can (partially) compensate the ionospheric delay, however the correction parameters are transmitted only once per 12.5 minutes from the satellites. If the nRF91 is continuously tracking for less than 12.5 minutes, or particularly if the nRF91 is doing interval fixing, chances are it has not received said parameters and thus cannot perform the compensation.&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Testing GPS Accuracy</title><link>https://devzone.nordicsemi.com/thread/232102?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 14:02:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e64835a4-d757-4cf2-a00c-e902bcc2d16e</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I just forwarded your questions to the IoT team. I will let you know when I have the answers.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>