<?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>Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/97483/serial-lte-modem-gps</link><description>I am attempting to get GPS working on a custom board which uses a Fanstel m2 nrf52840 + nrf9160 module. I am also using a nRF9160-DK board, the one with the integrated GPS (Tagolas) antenna. 
 
 The nRF9160 on both devices has been loaded with the mfw_nrf9160_1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 15 Mar 2023 08:51:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/97483/serial-lte-modem-gps" /><item><title>RE: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/415387?ContentTypeID=1</link><pubDate>Wed, 15 Mar 2023 08:51:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dd55e210-5306-4bca-8565-4b90b0cfda1d</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;If we take the GPGSV from just before a fix is produced (lines 3231-3232):&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2023-03-14T16:11:27.636Z DEBUG modem &amp;lt;&amp;lt; $GPGSV,2,1,5,7,,,30,8,,,28,9,,,27,27,,,28,1*67
2023-03-14T16:11:27.641Z DEBUG modem &amp;lt;&amp;lt; $GPGSV,2,2,5,30,,,27,1*57&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Here you have 5 satellites with SNR of 30, 28, 27, 28, and 27.&lt;/p&gt;
&lt;p&gt;This is the CN0 (in dB/Hz), which is a number that you want to be &amp;gt;30 to ensure a good reception.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This was from the DK, right? If you get the fanstel module logging these NMEA strings in the exact same position as you tested just now, we can compare the GPGSV strings between the two to see if there&amp;#39;s an antenna performance difference.&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: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/415339?ContentTypeID=1</link><pubDate>Tue, 14 Mar 2023 23:05:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8ccad805-e892-462e-9367-191e40d20de0</guid><dc:creator>jhadella</dc:creator><description>&lt;p&gt;I was able to collect some data using that project on the DK board. See attached.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I was having trouble getting the same on the Fanstel board. I normally use my custom nrf52840 usb uart passthrough app, but the frequency of the NMEA was causing issue. The nrf connect app doesn&amp;#39;t seem to work correctly with that hardware. I&amp;#39;m using another dk with jtag.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/nrf9160_5F00_dk_5F00_gnss_5F00_log.txt"&gt;devzone.nordicsemi.com/.../nrf9160_5F00_dk_5F00_gnss_5F00_log.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/414660?ContentTypeID=1</link><pubDate>Fri, 10 Mar 2023 13:41:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4635c42-4585-4b20-9540-83ff37902e95</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;Thanks for posting the pictures. This helps alot.&lt;/p&gt;
[quote user="jhadella"]&lt;p&gt;Tested again today with no other changes. This time, I mounted the Fanstel device to the roof of my car. It eventually worked! Seems like after enabling it took 10-15 to lock. Tested with and without LTE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Interestingly, the last test I did had LTE enabled. Not sure if coincidence or not, but after 10 minutes or so it didn&amp;#39;t seem like it was working then I did a &amp;quot;AT%XMAGPIO?&amp;quot; and it immediately started pumping out GPS data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I need to automate this stuff for use in our device. Let me know if that weird polling for the xmagpio is sensible. Could just be a fluke it started right after?&lt;/p&gt;[/quote]
&lt;p&gt;Good to hear that you got a fix. I think there is a performance gap between the two designs here.&lt;/p&gt;
&lt;p&gt;If you run the gnss sample (and set CONFIG_GNSS_SAMPLE_NMEA_ONLY=y), you should be able to get NMEA strings out directly from each module. Here, I&amp;#39;m interested in the CN0 for each respective satellite. This is a number that you want to be &amp;gt;30 for atleast 4 satellites in order to produce a fix.&lt;/p&gt;
&lt;p&gt;Could you try this and share the log for both DK and your custom board?&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: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/414504?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 23:21:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:85e3e13d-4912-4981-aa61-cd58f0a8f7fc</guid><dc:creator>jhadella</dc:creator><description>&lt;p&gt;Tested again today with no other changes. This time, I mounted the Fanstel device to the roof of my car. It eventually worked! Seems like after enabling it took 10-15 to lock. Tested with and without LTE.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Interestingly, the last test I did had LTE enabled. Not sure if coincidence or not, but after 10 minutes or so it didn&amp;#39;t seem like it was working then I did a &amp;quot;AT%XMAGPIO?&amp;quot; and it immediately started pumping out GPS data.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I need to automate this stuff for use in our device. Let me know if that weird polling for the xmagpio is sensible. Could just be a fluke it started right after?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/414468?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 17:00:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e6a77b60-9b5f-4c78-b6fe-a422b60ae7cc</guid><dc:creator>jhadella</dc:creator><description>&lt;p&gt;I&amp;#39;ve been testing the DK board and the module labeled BLN60E-B840-V6.&lt;/p&gt;
&lt;p&gt;On the Nordic side, I&amp;#39;m using the LTE Link Monitor. On the module, the nRF52840 is a running some firmware I wrote which allows me to write AT commands via USB which are rerouted to the nRF9160 over UART, and then the UART responses are written back over USB. It functions almost the same as the LTE Link Monitor but is simpler.&lt;/p&gt;
&lt;p&gt;The module&amp;#39;s connector under the label is for LTE -- this is just a pic of a loose board.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3107.nrf9160dk.jpg" /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/gateway_5F00_r6.jpg" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem + GPS</title><link>https://devzone.nordicsemi.com/thread/414414?ContentTypeID=1</link><pubDate>Thu, 09 Mar 2023 14:41:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf57ab21-283d-4495-8476-993762739cd2</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;Can you share pictures of the module that you&amp;#39;re using?&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></channel></rss>