<?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>A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/72354/a-gps-how-to-send-every-5-seconds-to-cloud</link><description>Hi folks, 
 I am playing around with the A-GPS sample. 
 I am trying to send the fix every five seconds to the cloud. This should be possible according to the webinar last Tuesday (02.March 2021). 
 Is it right that I have to use the continuous mode since</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 08 Mar 2021 12:20:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/72354/a-gps-how-to-send-every-5-seconds-to-cloud" /><item><title>RE: A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/thread/298355?ContentTypeID=1</link><pubDate>Mon, 08 Mar 2021 12:20:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d65fc305-fe9f-4732-af74-a2b467b588e9</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi again!&lt;br /&gt;&lt;br /&gt;As the documentation states the transition time from RRC Connected to RRC Idle will vary with the network, and it can be as as low as a couple of seconds. Hence, I would recommend checking what value your network uses before you decide to not use LTE-M.&lt;br /&gt;&lt;br /&gt;XRAI is currently only supported on NB-IoT, so that is an alternative if the RRC Inactive timer is too long for your application.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/thread/298152?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 15:16:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55d8e64f-74ee-4231-913e-a39a525cad26</guid><dc:creator>visu</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;By uploading data to the cloud, the nRF9160 gets into RRC Connected Mode. &lt;br /&gt;The time transition from RRC Connected to RRC Idle is dependent on the network.&lt;br /&gt;&lt;br /&gt;I read that indicating RRC Release with AT%XRAI is only possible with NB-IoT, so I guess my application with 5seconds interval will only work with NB-IoT?&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Or is there another way to get this work with LTE-M?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/thread/297963?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 08:09:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31687465-83b6-42da-9784-dda21d010b6d</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;GPS operation is supported for both NB-IoT and LTE-M, but I would recommend using LTE-M due to limited support for mobility on NB-IoT networks.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/thread/297954?ContentTypeID=1</link><pubDate>Fri, 05 Mar 2021 07:01:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f55dc0b3-bc9c-4b69-b84f-ed4be82a69e1</guid><dc:creator>visu</dc:creator><description>&lt;p&gt;Thanks for your qick reply! Should this work with NB-IoT and LTE-M?&lt;/p&gt;
&lt;p&gt;I am considering to use LTE-M&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: A-GPS: how to send every 5 seconds to cloud</title><link>https://devzone.nordicsemi.com/thread/297798?ContentTypeID=1</link><pubDate>Thu, 04 Mar 2021 12:53:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:251a5731-d6ee-4aa9-88e6-c1e500d46c5f</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi, Visu!&lt;br /&gt;&lt;br /&gt;I must check with the developers/presenters on this, but judging from the documentation you are correct that continuous mode must be used. &lt;br /&gt;&lt;br /&gt;We have documentation on concurrent GPS and LTE operation in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_thingy91.html#concurrent-gps-and-lte"&gt;Thingy:91 documentation&lt;/a&gt;&amp;nbsp;and in&amp;nbsp;the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/agps/README.html"&gt;A-GPS sample documentation&lt;/a&gt;. There we recommend to use one of the&amp;nbsp;LTE power saving mechanisms PSM or eDRX to allow enough time for GPS operation. For your use case I suggest configuring eDRX getting GPS fixes in the sleep interval and then uploading every 5 seconds. You should not need to turn on and off GPS/LTE.&lt;br /&gt;&lt;br /&gt;Good luck!&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>