<?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 RSSI (NMEA) using SLM app</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/89705/gps-rssi-nmea-using-slm-app</link><description>Hi, 
 
 We want to check how changing system voltage affects on GPS reception, for that we need to know the RSSI of each satellite the model use. 
 I know I can get the C2N/SNR from NMEA ($GPGSV) which GNSS sample gives me (and from that to calculate</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Jul 2022 06:03:18 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/89705/gps-rssi-nmea-using-slm-app" /><item><title>RE: GPS RSSI (NMEA) using SLM app</title><link>https://devzone.nordicsemi.com/thread/376527?ContentTypeID=1</link><pubDate>Tue, 12 Jul 2022 06:03:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5ba03faa-59d0-46d2-94e5-dfb9ff7ff6cc</guid><dc:creator>Ofir_A</dc:creator><description>&lt;p&gt;Hey Charlie,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks so much &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f642.svg" title="Slight smile"&gt;&amp;#x1f642;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Problem solved&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;You can close the ticket&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS RSSI (NMEA) using SLM app</title><link>https://devzone.nordicsemi.com/thread/376207?ContentTypeID=1</link><pubDate>Fri, 08 Jul 2022 12:24:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:78a68f82-3162-400a-a108-6396ece9bf51</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Ofir,&lt;/p&gt;
[quote user="Ofir_A"]how can I do that?[/quote]
&lt;p&gt;Sorry for the late reply, I just got time to have a look into the SLM source codes. You can follow the follow steps to add NMEA to the current GNSS commands.&lt;/p&gt;
&lt;p&gt;First, you need to enable NMEA output. This can be done with&amp;nbsp;&amp;nbsp;&lt;span&gt;nrf_modem_gnss_nmea_mask_set&lt;/span&gt;&lt;span&gt;(&lt;/span&gt;&lt;span&gt;nmea_mask&lt;/span&gt;&lt;span&gt;) as gnss sample does in main.c.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Then, you need to add&amp;nbsp;&lt;span&gt;on_gnss_evt_nmea in SLM sample slm_at_host.c file, which is similar to the existing&amp;nbsp;&lt;/span&gt;on_gnss_evt_pvt function to read out NMEA information.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;At last, print NMEA at&amp;nbsp;fix_rep_wk function, similar to the current pvt printout.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS RSSI (NMEA) using SLM app</title><link>https://devzone.nordicsemi.com/thread/375736?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 10:46:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:882ad767-7843-4fef-8212-a3f726edf7a7</guid><dc:creator>Ofir_A</dc:creator><description>&lt;p&gt;Hey Charlie,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank for your reply&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/89705/gps-rssi-nmea-using-slm-app/375735"]Maybe&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/samples/nrf9160/modem_shell/README.html?highlight=nmea#gnss"&gt;nRF9160: Modem Shell — nRF Connect SDK 2.0.0 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;could be a solution for your needs?[/quote]
&lt;p&gt;I will look over it&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote userid="93921" url="~/f/nordic-q-a/89705/gps-rssi-nmea-using-slm-app/375735"]It is of course possible to add NEMA output support to SLM, it is just an alternative option for the current PVT output[/quote]
&lt;p&gt;how can I do that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: GPS RSSI (NMEA) using SLM app</title><link>https://devzone.nordicsemi.com/thread/375735?ContentTypeID=1</link><pubDate>Wed, 06 Jul 2022 10:40:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2789a0ee-cbe7-4ba8-b611-fea10d830fb0</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Ofir,&lt;/p&gt;
&lt;p&gt;Maybe&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/samples/nrf9160/modem_shell/README.html?highlight=nmea#gnss"&gt;nRF9160: Modem Shell — nRF Connect SDK 2.0.0 documentation (nordicsemi.com)&lt;/a&gt;&amp;nbsp;could be a solution for your needs?&lt;/p&gt;
&lt;p&gt;It is of course possible to add NEMA output support to SLM, it is just an alternative option for the current PVT output.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>