<?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>NRF9160: GPS Tracking satellites, but can&amp;#39;t get fix.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56126/nrf9160-gps-tracking-satellites-but-can-t-get-fix</link><description>Hi, we have a custom board using the nrf9160, running modem firmware 1.1, and using the nrf9160_gps driver. 
 
 Sometimes we see messages like this: 
 Tracking: 8 Using: 0 Unhealthy: 0 
 Where the GPS is tracking satellites but is not using any, and never</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 Jul 2020 19:18:21 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56126/nrf9160-gps-tracking-satellites-but-can-t-get-fix" /><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/259531?ContentTypeID=1</link><pubDate>Fri, 10 Jul 2020 19:18:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9adcae7-ff4c-4bd3-ac1a-f08baf0a0aa0</guid><dc:creator>gscultho</dc:creator><description>&lt;p&gt;I was facing the same issues reported in this thread and have reported my solution at the following link:&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/63591/nrf9160dk-gps-not-getting-fix"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/63591/nrf9160dk-gps-not-getting-fix&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For anyone facing the issue of tracking many SVs but not getting a fix, I suggest reverting to an old modem firmware version. In my case (hardware version 0.9.0) modem firmware version v1.1.1 resolved the issue.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/257754?ContentTypeID=1</link><pubDate>Wed, 01 Jul 2020 09:02:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:35d75336-608f-44fe-bf51-76d55fd6b6c7</guid><dc:creator>LordLucan</dc:creator><description>&lt;p&gt;I too have hit this trough of tracking a number of satellites but never getting a fix. The GPS was working reasonably well. All of a sudden since yesterday it just cannot get a fix. My nrf9160_pca10090 is sitting in an open space outside on the grass. It is tracking about 12 satellites, using 0, it has been like this for about an hour. I&amp;#39;m just using the GPS sample. I&amp;#39;m using the external active GPS antenna supplied. Firmware version 1.2.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;There are a number of threads on this forum with similar issues of the GPS just not being able to fix despite tracking a number of satellites. Is Nordic invetigating this issue or suggesting a workaround to reset the modem?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Paul&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/255593?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 15:09:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3830864b-1093-4aaf-8d20-aecf485748ed</guid><dc:creator>jwhite</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/ricardopereira"&gt;RicardoPereira&lt;/a&gt; I was having this issue indoors, using a large passive GPS antenna. I moved my nrf9160dk closer to my window and it was able to get a fix only using 5 satellites within 45 seconds. I never got an answer as to why a fix could not be found using 9 satellites, and I could not find a forum post that digs farther into this issue.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/255393?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 06:29:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18aee297-e8a5-490b-ac69-39772494596d</guid><dc:creator>Jan Tore Guggedal</dc:creator><description>&lt;p&gt;Hei Ricardo (and others having the same issues of seeing many satellites tracked, but no fix),&lt;/p&gt;
&lt;p&gt;There&amp;#39;s a PR that can help us debug this issue a bit without capturing modem traces:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/2385"&gt;https://github.com/nrfconnect/sdk-nrf/pull/2385&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;This PR introduces NMEA-only output to the GPS sample (found in samples/nrf9160/gps/), which might help us narrow down what&amp;#39;s going on.&lt;br /&gt;Until the PR is merged into NCS, you can experiment with it by using git and pull in the changes like this (assuming your NCS git remote is named &amp;quot;ncs&amp;quot;, otherwise change it to your remote&amp;#39;s name):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git fetch ncs refs/pull/2385/head
git checkout FETCH_HEAD (add &amp;quot; - b &amp;lt;branch_name&amp;gt;&amp;quot; if you want it on a branch)
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Now you have a new option in the GPS sample Kconfig. You can enable it by setting&amp;nbsp;CONFIG_GPS_SAMPLE_NMEA_ONLY=y (note that it&amp;#39;s default &amp;quot;n&amp;quot; /disabled&amp;nbsp; at the bottom line of the sample&amp;#39;s prj.conf). After setting the option, you can build and flash using the tool you prefer.&lt;br /&gt;I&amp;#39;m attaching hex files for nRF9160 DK and Thingy:91:&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8461.gps_5F00_sample_5F00_nmea_5F00_nrf91dk.hex"&gt;gps_sample_nmea_nrf91dk.hex&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/56126/nrf9160-gps-tracking-satellites-but-can-t-get-fix/255357//cfs-file/__key/communityserver-discussions-components-files/4/8461.gps_5F00_sample_5F00_nmea_5F00_nrf91dk.hex"&gt;&lt;br /&gt;&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/1018.gps_5F00_sample_5F00_nmea_5F00_thingy91.hex"&gt;gps_sample_nmea_thingy91.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In the log output, you&amp;#39;ll see NMEA strings only.&lt;/p&gt;
&lt;p&gt;You can share this log with us, and will see if we can see what&amp;#39;s going on. Note that you can create a private ticket and share the files there if you prefer.&lt;/p&gt;
&lt;p&gt;In some cases, we&amp;#39;ll also need modem traces to know exactly what&amp;#39;s going on.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jan Tore&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/255357?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2020 19:51:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6f2b382-c9fc-4ff7-ac61-ffc468f4750d</guid><dc:creator>RicardoPereira</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/hucky"&gt;Hucky&lt;/a&gt;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Did you find the solution ? I&amp;#39;am having the same issue&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/255356?ContentTypeID=1</link><pubDate>Tue, 16 Jun 2020 19:11:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72924d9c-6585-4f2c-8c3a-3a2bcac0c6c9</guid><dc:creator>RicardoPereira</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m having the same issues as &lt;a href="https://devzone.nordicsemi.com/members/jwhite"&gt;jwhite&lt;/a&gt;&amp;nbsp; with my thingy:91.&lt;/p&gt;
&lt;p&gt;I can get up to 9 tracking but never get fix. I have the firmware 1.2.0.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any ideas ?&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/254152?ContentTypeID=1</link><pubDate>Wed, 10 Jun 2020 07:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a0503f05-0331-4c94-8aaa-93eb43c9156f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/jwhite"&gt;jwhite&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;What modem version are you running? Have you tested it outside in the open?&lt;/p&gt;
&lt;p&gt;As stated in the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk/UG/nrf91_DK/gps.html"&gt;nRF9160 DK documentation&lt;/a&gt;:&lt;br /&gt;&amp;quot;&lt;em&gt;GPS&amp;nbsp;signals do not usually penetrate ceilings or other structures that well. Therefore, for best&amp;nbsp;GPS&amp;nbsp;performance, the&amp;nbsp;&lt;a title="A development platform used for application development." href="https://infocenter.nordicsemi.com/topic/ug_nrf91_dk/dita_common/glossary/glossary.html#dk"&gt;&lt;dfn&gt;DK&lt;/dfn&gt;&lt;/a&gt;&amp;nbsp;should be placed on a flat surface in an open space outside, far from sources of interference and other structures that may block the signals from space.&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you are experiencing more issues, please register a new ticket regarding your issue.&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: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/254099?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2020 18:02:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29c8bf02-7328-4077-869e-c7d889e77fe4</guid><dc:creator>jwhite</dc:creator><description>&lt;p&gt;I am having almost exactly the same issue, but with an out-of-the-box nRF9160DK running the GPS example with NCS v1.2. Since there is no verified answer here, I will present my question here. Here is my setup:&lt;/p&gt;
&lt;p&gt;I received a nRF9160DK two weeks ago, and I was able to get it up and running with the Asset tracker firmware, and I was also able to get the GPS example working after flashing it from SES. After about 30-60 seconds, the gps example would get a fix and start printing out the nmea data on the nRF connect link monitor. I was able to get a fix indoors with the patch antenna provided.&lt;/p&gt;
&lt;p&gt;But now, when I start up the nRF9160DK running the GPS example, it sits and prints out that it sees anywhere from 6-9 satellites, but it never finds a fix. I have let it sit for hours to no avail. I am not using the SUPL library because I want to run the GPS without LTE active. I&amp;#39;ve also tried going outside, switching from the onboard antenna to the external antenna, and restarting/re-programming the application. I seem to be stuck in the case that mlang said, but I never get out of it. Is there anything else I can try for this issue?&lt;/p&gt;
&lt;p&gt;Here is a screenshot of the link monitor while the GPS example is running:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1591725636005v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/234028?ContentTypeID=1</link><pubDate>Wed, 12 Feb 2020 15:17:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f74d225-9d65-4d3a-a054-9828018b547f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/spizzak"&gt;phipi&lt;/a&gt;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;I will move this discussion to the private ticket you have registered, as that is where I will ask questions regarding your code.&lt;/strong&gt;&lt;br /&gt;&lt;br /&gt;To answer your last questions here, I have forwarded your questions to our nRF91 GPS expert, so far the issue leans towards software.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;quot;&lt;em&gt;The device&amp;nbsp;never needs the almanac to get a fix, it should be able to do a cold start without any prior knowledge of anything whatsoever. The only thing the almanac would do in this case is to further speed up the TTFF by aiding which satellites to search for.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;In this case, the device seems to be always able to find the satellites, but using 0 would be an indication that it cannot get the ephemerides and/or TOW downloaded from the satellites.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;A log would indeed be helpful here. We can try to recreate the situation, but that will take 6-7 days for things to start happening if I understand correctly.&lt;br /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;One way or another this is an SW issue somewhere. Since the device is able to get fixes, the HW seems to be fine. Since it is trying to get a fix every 6 hours, it is always cold starting, and as said, a cold start does not need any prior knowledge of anything.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;But somehow the process of synchronization to the satellites seems to get corrupted and never finalized. It is useless to try to speculate here what could go wrong. If we don&amp;#39;t get a log from the customer, I will have to forward this for recreation in our own lab. There is a good chance we would find nothing wrong =&amp;gt; customer&amp;#39;s logs needed anyway.&lt;/em&gt;&lt;em&gt;&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="75356" url="~/f/nordic-q-a/56126/nrf9160-gps-tracking-satellites-but-can-t-get-fix"]Tracking: 8 Using: 0 Unhealthy: 0[/quote]
&lt;p&gt;Have you tested our GPS sample alone? Do you get the same results? Have you tried your project on an nRF9160 DK?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/233126?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 16:55:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5082e519-5ec4-4ee7-afd6-4e56f562cf57</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;We are still trying to reproduce this issue on a device running the modem trace however, we have found some pattern on one of the devices that has been running for a longer period. The pattern is as follows:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;The device runs as expected with great (30~60s) TTFF&lt;/li&gt;
&lt;li&gt;After approximately 6~7 days we enter this failure mode where the device is tracking many SVs but using 0 and times out (20 minutes)&lt;/li&gt;
&lt;li&gt;On the next GPS fix attempt (6 hours later), once again it tracks many SVs and uses 0.&lt;/li&gt;
&lt;li&gt;At this point we do a software reset&lt;/li&gt;
&lt;li&gt;On the next GPS fix attempt (6 hours after software reset), the fix is successful (again with a very good TTFF)&lt;/li&gt;
&lt;li&gt;After this the next few GPS attempts all time out&lt;/li&gt;
&lt;li&gt;Steps 4-6 repeat maybe 3-4 times before we finally come out of this mode and things work again for another 6~7 days&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Based on this it almost seems like an almanac update might be somehow responsible.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Can Nordic confirm how often an almanac download is attempted?&lt;/li&gt;
&lt;li&gt;What happens if an almanac download isn&amp;#39;t able to complete in the 20 minutes? Is it thrown out until the next fix attempt or is partial download possible?&lt;/li&gt;
&lt;li&gt;What happens on reset? Does the firmware maybe revert to the last known almanac and that&amp;#39;s why our first fix is successful before it attempts to download the new almanac?&lt;/li&gt;
&lt;li&gt;Is there anyway to get information about the status of the almanac download status in the device firmware?&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/232225?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 07:02:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c3c5ebc0-207e-44a7-91a5-d1ead3b8bbc2</guid><dc:creator>Pema</dc:creator><description>&lt;p&gt;Just dropping in on this question... I was under the impression that the LTE and GPS couldn&amp;#39;t be operated at the same time, you can&amp;#39;t use them simultaneously they have to be switched in between. So how can the LTE generate intermodulation to the LNA then?&lt;/p&gt;
&lt;p&gt;Peter&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/231764?ContentTypeID=1</link><pubDate>Wed, 29 Jan 2020 21:11:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1af0d7d3-f4de-4fdc-a78f-763bdbdb934b</guid><dc:creator>Hucky</dc:creator><description>&lt;p&gt;Is there any news on this issue? I do see the same issue with tracking several SVs but not using any of them on my Thingy 91 occasionally happening too.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/228281?ContentTypeID=1</link><pubDate>Thu, 09 Jan 2020 08:33:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9f401cdd-8fc7-41ce-80a6-d7ab457d20a7</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Yes, please.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Where are you conducting your tests? Where is the GPS receiver when you are tracking the satellites?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/228228?ContentTypeID=1</link><pubDate>Wed, 08 Jan 2020 20:39:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b354329-54ec-46fa-9ef8-3fd7d9da1376</guid><dc:creator>mlang3440</dc:creator><description>&lt;p&gt;I&amp;#39;m working on getting a modem trace.. Do you need to see the Log output as well?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/227812?ContentTypeID=1</link><pubDate>Tue, 07 Jan 2020 08:42:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa3e11d5-1d8d-4640-a2f0-44c198ebe14e</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Are you able to &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/how-to-get-modem-trace-using-trace-collector-in-nrf-connect"&gt;get a modem trace&lt;/a&gt; while it is failing to get a fix? This should help our R&amp;amp;D team see what is failing.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/227702?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 13:59:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f976beed-9633-46da-8a25-4aa1fb5ce6b6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;&lt;span&gt;Hello,&amp;nbsp;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;I&amp;#39;ve been discussing your schematic with one of our HW engineers, and there is o&lt;/span&gt;&lt;span&gt;ne potential issue: when the LTE radio is operating, the RF signal can intermodulate in the GPS LNA input stage and create unwanted harmonics. You should be safe either using an LNA with an integrated filter or by adding a filter on the input of the LNA.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;Your design deviates from the reference design from the LNA vendor. You can also test with an external antenna&lt;/span&gt;&lt;span&gt;. And please, test outside in open space.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/227488?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 18:43:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d977d4ea-d074-4969-a3bd-bda9a72b0ea0</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;Some more info about this:&lt;/p&gt;
&lt;p&gt;It seems that on reset the GPS fix works every time but eventually gets into this state where it&amp;#39;s tracking multiple SVs but not using any. If we reset when it&amp;#39;s in that state it will get a fix on boot, but then return to the same fail mode on the next fix which happens several&amp;nbsp;(4~ 6) hours later?&lt;/p&gt;
&lt;p&gt;Is it possible that this is related to the modem clock? On boot we get the time from an NTP server (time.nrc.ca) which is the only item that we can identify as different from the fix that happens several hours after boot.&lt;/p&gt;
&lt;p&gt;Is there anything we need to do to keep the modem time updated?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/227448?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 14:32:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6c391bb-cc3d-4d4b-90c5-1e2e0e75f7e3</guid><dc:creator>phipi</dc:creator><description>&lt;p&gt;Hi &amp;Oslash;yvind, we&amp;#39;re using a yageo patch antenna (ANT1818B00AT1575S), and I&amp;#39;ve attached the relevant section of the&amp;nbsp;design here.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/gps_5F00_antenna.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160: GPS Tracking satellites, but can't get fix.</title><link>https://devzone.nordicsemi.com/thread/227382?ContentTypeID=1</link><pubDate>Fri, 03 Jan 2020 10:31:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7b5efe1a-1a70-48f4-a1b2-3071fd654b82</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;What GPS antenna do you have on your custom board? Can you provide any schematics?&amp;nbsp;Are you outside or inside when testing?&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>