<?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>NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/124060/nrf9151-location-tracking-sample-interval</link><description>With the NRF_CLOUD_MULTI_SERVICE sample, we&amp;#39;d like to set the GNSS location tracking sample interval to 2s or even 1s. 
 But we found that the actual time will be about 25s (please refer to below LOG information for the details), even I set the 
 
 CONFIG_LOCATION_TRACKING_SAMPLE_INTERVAL_SECONDS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Sep 2025 08:14:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/124060/nrf9151-location-tracking-sample-interval" /><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/548162?ContentTypeID=1</link><pubDate>Tue, 09 Sep 2025 08:14:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05a2110b-7be2-44ae-93be-9fa0e6436412</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Jacky,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="Jacky1700"] I got the information that the only the LTE-M network support AS-RAI, the NB-iot network doesn&amp;#39;t support the AS-RAI. So what we can do if the network here is the NB-iot network only?&amp;nbsp;[/quote]
&lt;p&gt;The&amp;nbsp;nRF9151 supports both AS-RAI and CP-RAI, so &lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/nw_service/rai.html"&gt;RAI can be used also with NB-IoT&lt;/a&gt;. The application interface is the same for both. Do you mean that the network does not support RAI in NB-IoT?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="Jacky1700"]But he was suggested to refer to the&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/master/nrf_modem/include/nrf_socket.h#L506"&gt;nrf_socket.h&lt;/a&gt;....do you have a sample to show the details, based on the nRF_cloud_multi_service sample?&amp;nbsp;[/quote]
&lt;p&gt;Currently, there&amp;#39;s no RAI support in the nrf_cloud_multi_service sample. The sample uses MQTT and CoAP stacks from Zephyr. RAI support needs to be implemented on the socket level, so RAI support would have to be in the Zephyr protocol stack implementation. This has been forwarded as a feature request.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;That said, the&amp;nbsp;UDP and modem_shell samples have RAI support. You can also test the AT command linked above in the AT Client.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="Jacky1700"]I remember that GNSS need to work on the LTE power saving time duration, so if we disable the PSM mode, it seems that GNSS module will have no opportunity to work normally.&amp;nbsp;[/quote]
&lt;p&gt;From the GPS receiver chapter in the nRF9151 Datasheet it states:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;GPS receiver operation is time multiplexed with the LTE modem, and GPS and QZSS position can be received while the&lt;strong&gt; LTE modem is in RRC Idle mode&lt;/strong&gt;, power saving mode (PSM), or completely deactivated.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;This means that you do not need to be in PSM, RRC idle is sufficient. You can use&lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands_nrf91x1/page/REF/at_commands/packet_domain/cscon.html"&gt;&amp;nbsp;Signaling connection status notification +CSCON&lt;/a&gt;&amp;nbsp;to determine when the device is RRC Connected or RRC idle.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547958?ContentTypeID=1</link><pubDate>Fri, 05 Sep 2025 15:54:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ece5066-53f5-4498-9d91-e3a2db731614</guid><dc:creator>Jacky1700</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oys"&gt;&amp;Oslash;yvind&lt;/a&gt;,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to discuss some more details about the AS-RAI here.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the nrf9151 AT spec, I have the same question as the person asked on the below link.&amp;nbsp;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/75419/lte-m-release-assistance-indication-rai-how-to-indicate"&gt;(+) LTE-M Release assistance indication (RAI): How to indicate? - Nordic Q&amp;amp;A - Nordic DevZone - Nordic DevZone&lt;br /&gt;&lt;br /&gt;&lt;/a&gt;But he was suggested to refer to the&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrfxlib/blob/master/nrf_modem/include/nrf_socket.h#L506"&gt;nrf_socket.h&lt;/a&gt;....do you have a sample to show the details, based on the nRF_cloud_multi_service sample?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By the way, I got the information that the only the LTE-M network support AS-RAI, the NB-iot network doesn&amp;#39;t support the AS-RAI. So what we can do if the network here is the NB-iot network only?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks and regards,&lt;/p&gt;
&lt;p&gt;Jacky&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547646?ContentTypeID=1</link><pubDate>Wed, 03 Sep 2025 13:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fb1d843-ff2c-4246-b165-210042ba8681</guid><dc:creator>Jacky1700</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oys"&gt;&amp;Oslash;yvind&lt;/a&gt;,&lt;/p&gt;
&lt;p&gt;I&amp;nbsp;set&amp;nbsp;&lt;span&gt;CONFIG_LTE_PSM_REQ&lt;/span&gt;&lt;span&gt;=n this afternoon per your suggestion and I got the below feedback.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;+CSCON: 0&lt;br /&gt;[00:04:14.612,213] [0m&amp;lt;inf&amp;gt; location: Method specific timeout expired[0m&lt;br /&gt;[00:04:14.612,243] [1;33m&amp;lt;wrn&amp;gt; location: GNSS timed out possibly due to too short GNSS time windows[0m&lt;br /&gt;[00:04:14.612,731] [1;31m&amp;lt;err&amp;gt; location: Location acquisition failed and fallbacks are also done[0m&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I remember that GNSS need to work on the LTE power saving time duration, so if we disable the PSM mode, it seems that GNSS module will have no opportunity to work normally.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547497?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 13:16:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c411a260-71f0-4b0a-9c44-680f2f4a987f</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Can you please test with&lt;/p&gt;
&lt;div&gt;&lt;span&gt;# Enable power savings mode&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LTE_PSM_REQ&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547450?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 11:04:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:69f5f267-48d2-41aa-945c-347dca6c5cc6</guid><dc:creator>Jacky1700</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind，&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Current status already has the PMS enabled. Below is part of the prj.conf contents.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;# Enable LTE Connectivity using Connection Manager&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NET_IPV4&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NET_IPV6&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NET_IPV6_NBR_CACHE&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NET_IPV6_MLD&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NET_CONNECTION_MANAGER&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB_NET_IF&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB_NET_IF_AUTO_DOWN&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB_NET_IF_DOWN_DEFAULT_LTE_DISCONNECT&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Enable power savings mode&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LTE_PSM_REQ&lt;/span&gt;&lt;span&gt;=y &lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;# Set the PSM Requested Active Time to 20 seconds&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LTE_PSM_REQ_RAT&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;00000001&amp;quot;&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# Modem library&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_NRF_MODEM_LIB&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;br /&gt;
&lt;div&gt;&lt;span&gt;# AT commands interface&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_UART_INTERRUPT_DRIVEN&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_AT_HOST_LIBRARY&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547433?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 09:21:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a8c3109-5ae1-444f-9aec-b7adf534d4e7</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hi Jacky, our experts provided the following feedback to your setup:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;RAI (Release Assistance Indication) is currently the only mechanism available to expedite the release of the RRC (Radio Resource Control) connection, which is otherwise managed by the network. For GNSS tracking intervals in the range of 1–2 seconds, it is likely necessary to utilize an external GNSS solution to meet performance requirements.&lt;/p&gt;
&lt;p&gt;It is also worth questioning the use of PSM (Power Saving Mode) in this context. If the device is transmitting location data to the network every few seconds, the benefits of PSM are significantly diminished. Furthermore, the configuration parameter &lt;code&gt;CONFIG_LTE_PSM_REQ_RAT&lt;/code&gt; pertains to the requested PSM Active-Time—specifically, the duration during which the device remains available to receive paging messages from the network following RRC release, before entering PSM. There is no configurable parameter for the RRC Inactivity Timer, as this is entirely controlled by the network. Consequently, RAI remains the only viable method for reducing the RRC release delay.&lt;/p&gt;
&lt;p&gt;With RAI enabled, a tracking interval of approximately 5 seconds may be achievable, depending on network conditions. However, due to the substantial signaling overhead this imposes on the network, a 10-second interval is generally recommended to maintain a balance between responsiveness and network efficiency.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Could you please test without PSM&amp;nbsp;disabled on your side and provide feedback on the results?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547414?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 08:30:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a96b7901-ecc8-4267-945e-da6e043ee60d</guid><dc:creator>Jacky1700</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a class="internal-link view-user-profile" href="https://devzone.nordicsemi.com/members/oys"&gt;&amp;Oslash;yvind&lt;/a&gt;，&lt;br /&gt;&lt;br /&gt;Thanks a lot for your answers!&lt;/p&gt;
&lt;p&gt;We&amp;#39;d like to get the interval as small as possible. If 1s is NOT achievable, we may have to go back to consider about 5s or 10s per your suggestion.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt; Looking forward to getting your further solutions later!&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Jacky&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9151 location tracking sample interval</title><link>https://devzone.nordicsemi.com/thread/547410?ContentTypeID=1</link><pubDate>Tue, 02 Sep 2025 08:21:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:36d4050e-8e1e-40c2-85c9-608a0c74a547</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The general answer to this is that under optimal conditions, GNSS is capable of acquiring a position fix in approximately one second. The actual interval primarily depends on the speed at which the RRC (Radio Resource Control) connection can be established, data transmitted to the network, and the connection subsequently released. An update interval of a few seconds is likely feasible, subject to network performance. However, such frequent updates generate significant signaling traffic on the network side. Therefore, a recommended interval of around 10 seconds is generally advised to balance performance and network efficiency.&lt;br /&gt;&lt;br /&gt;I&amp;#39;ve forwarded to our team for more information and will update you within 4 business days.&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>