<?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 UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57191/gps-udp-project-invalid-pvt-frame-gps-seconds-last-fix-err</link><description>Hi, i have been trying to get GPS and HTTP to be able to work with eachother, but im having some struggles. 
 After the GPS starts, the program begins spewing out &amp;quot;Invalid PVT Frame, Discarding&amp;quot; not sure if that is intentional. 
 Then once that ends after</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 06 Feb 2020 16:09:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57191/gps-udp-project-invalid-pvt-frame-gps-seconds-last-fix-err" /><item><title>RE: GPS UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR</title><link>https://devzone.nordicsemi.com/thread/233119?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2020 16:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b7c53136-189a-4988-a705-b1a11076c6bf</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Hi, thanks that worked, but there is still some issues that im having regarding the gps position fix.&lt;/p&gt;
&lt;p&gt;Apparently this NMEA returns incorrectly.&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;$GPGGA,160142.27,6326.59256,N,01025.77435,E,1,04,19.03,88.15,M,0,,*25&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And gps_data.pvt returns almost 0.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://img.thaun.dev/gw3wo.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR</title><link>https://devzone.nordicsemi.com/thread/232242?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 08:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93870f34-93fc-44be-8e70-ff7485734e5a</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user="Thaun_"]Does it require a psm supported sim card for gps to work with LTE? If so does LTE-M (NB-IoT) from Telenor work?[/quote]
&lt;p&gt;Yes, to get the gps running concurrently with the network connection, you must be able to enter eDRX or PSM. A telenor SIM, that is M1 or NB1 capable, shall be able to enter PSM.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR</title><link>https://devzone.nordicsemi.com/thread/232233?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 07:37:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:574e5107-60d5-4e05-984b-180c41b6b00c</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;Does it require a psm supported sim card for gps to work with LTE? If so does LTE-M (NB-IoT) from Telenor work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS UDP Project: Invalid PVT Frame, GPS Seconds Last Fix ERR</title><link>https://devzone.nordicsemi.com/thread/232031?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 09:31:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7addf75c-dbe1-4572-8168-4141b126149e</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The log shows:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2020-01-30T13:18:15.148Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 5,&amp;quot;76C1&amp;quot;,&amp;quot;014A4703&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;\x0D\x0A&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The returned 5 indicates that you&amp;#39;re using a roaming SIM card:&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5 – Registered, roaming.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On most networks, roaming SIM cards are not given PSM. the upper bits in the CEREG readback also decodes to &amp;quot;disabled&amp;quot;. Since the GPS will only give you a valid fix in PSM or eDRX, the sample will unfortunately not work as intended on your side. If you get a hold of a home registered SIM, it is likely that you get PSM.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regarding the ERR printed as timestamp, I can confirm this bug is present.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Håkon&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>