<?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] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53323/nrf9160-how-to-have-gps-and-lte-concurrently-working</link><description>Hello, 
 I am developping a project on with the nRF9160 and I would like to have the LTE and GPS working concurently. I managed to have both working separatelly on my custom board but I can&amp;#39;t figure how to have them both. I started from the simple mqtt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 21 Oct 2019 08:10:50 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53323/nrf9160-how-to-have-gps-and-lte-concurrently-working" /><item><title>RE: [nRF9160] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/thread/215836?ContentTypeID=1</link><pubDate>Mon, 21 Oct 2019 08:10:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2a77c1f2-2d63-463d-9db3-5138df43d0ad</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Here is the AT command doc for CEREG:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cereg_read.html?cp=2_1_6_8_1"&gt;https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cereg_read.html?cp=2_1_6_8_1&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The two last parameters are related to the PSM interval, where &lt;strong&gt;000&lt;/strong&gt;&lt;span style="text-decoration:underline;"&gt;01000&lt;/span&gt; is the &amp;quot;active time&amp;quot;, and &lt;strong&gt;001&lt;/strong&gt;&lt;span style="text-decoration:underline;"&gt;01011&lt;/span&gt; is the &amp;quot;periodic TAU&amp;quot; (the interval).&lt;/p&gt;
&lt;p&gt;The periodic TAU is defined&amp;nbsp;using &amp;quot;GPRS Timer 3&amp;quot; in the 3GPP specification, where &amp;quot;&lt;strong&gt;001&lt;/strong&gt;&amp;quot; is the prefix for 1 hour intervals, and &amp;quot;&lt;span style="text-decoration:underline;"&gt;01011&lt;/span&gt;&amp;quot; is the timer value. The TAU is then 1 hour * 11 = 11 hours.&lt;/p&gt;
&lt;p&gt;The Active time is defined using &amp;quot;GPRS Timer 2&amp;quot; (note: this has different prefix values!), where &amp;quot;&lt;strong&gt;000&lt;/strong&gt;&amp;quot; is defined as a multiple of 2 seconds, timer value &amp;quot;&lt;span style="text-decoration:underline;"&gt;01000&lt;/span&gt;&amp;quot; = 8, active time = 2 * 8 = 16 seconds.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The GPRS timers are defined in 3gpp TS 24.008 v15.5.0, chapter 10.5.7.5.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks like you are entering PSM successfully, with a periodic tau of 11 hours, and an active time of 16 seconds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;PS: to change to NB1 systemmode, please see the AT%XSYSTEMMODE at command:&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/xsystemmode_set.html?cp=2_1_3_29_0"&gt;https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/xsystemmode_set.html?cp=2_1_3_29_0&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This should be done prior to issuing AT+CFUN=1.&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: [nRF9160] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/thread/215741?ContentTypeID=1</link><pubDate>Fri, 18 Oct 2019 14:15:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f2f07cf6-d8ea-4abe-80ad-675fc4dc94a8</guid><dc:creator>Augustin Bricout</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Here is what I get from using my Ibasis sim card&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT+CEREG?
+CEREG: 5,5,&amp;quot;644A&amp;quot;,&amp;quot;01296A04&amp;quot;,7,,,&amp;quot;00001000&amp;quot;,&amp;quot;00101011&amp;quot;
OK

AT+COPS=3,2
OK

AT+COPS?+COPS: 0,2,&amp;quot;20801&amp;quot;,7
OK

AT%XCBAND%XCBAND: 20
OK

AT+CGDCONT?+CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;ibasis.iot&amp;quot;,&amp;quot;10.160.166.180&amp;quot;,0,0
OK

AT+CGACT?
+CGACT: 0,1
OK&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t manage to have the sample working with the SFR NB IoT sim card yet, if I do I&amp;#39;ll tell you.&lt;/p&gt;
&lt;p&gt;Augustin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF9160] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/thread/215511?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 12:23:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7801c418-8001-4991-b331-9969cea408fe</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Try running the sample, and then use LTE Link Monitor to issue the AT commands that I listed in my previous post.&lt;/p&gt;
&lt;p&gt;That should give you something back, and if you post the returned string (preferably the whole .log file), I can help you parse it.&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: [nRF9160] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/thread/215505?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 12:14:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8268964-42ea-491c-941a-a385e2b512e9</guid><dc:creator>Augustin Bricout</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Thank you for your answer, I wil try this.&lt;/p&gt;
&lt;p&gt;I have a sim card SFR in NB IoT. Do you know if the PSM is supported with this sim?&lt;/p&gt;
&lt;p&gt;Augustin&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: [nRF9160] How to have gps and lte concurrently working</title><link>https://devzone.nordicsemi.com/thread/215439?ContentTypeID=1</link><pubDate>Thu, 17 Oct 2019 08:51:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d9cf1533-f859-4192-8cc3-002e91bc86b1</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=""]I changed the configuration of the modem so that they both should be available &amp;quot;AT\%XSYSTEMMODE=1,0,1,0&amp;quot; but then only the LTE is available.[/quote]
&lt;p&gt;This systemmode is correct given that you need M1 and GPS. There is however one restriction with the current modem fw (v1.0.x): You have to be in PSM mode for the GPS to be available for the application.&lt;/p&gt;
&lt;p&gt;Here&amp;#39;s an example that does this:&amp;nbsp;&lt;a href="https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps"&gt;https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/udp_gps&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Note that some providers limit the use of PSM with roaming SIM cards, so if you are seeing issues, please post the return from these two AT commands after requesting PSM:&lt;/p&gt;
&lt;p&gt;AT+CEREG=5&lt;/p&gt;
&lt;p&gt;AT+CEREG?&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>