<?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>Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117090/understanding-asset-tracker-v2-configuration</link><description>Hi, 
 I have a Thingy:91 with asset tracker v2 installed on it, and I am a bit puzzled about the results I see based on the configuration. Let me list some information. 
 
 Device: Thingy:91 (purchased late 2024) 
 SDK: v2.7.0 
 Zephyr: v3.6.99-ncs2 </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Feb 2025 01:04:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117090/understanding-asset-tracker-v2-configuration" /><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/523786?ContentTypeID=1</link><pubDate>Thu, 20 Feb 2025 01:04:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:50e1d8e8-2d12-43be-a192-64f22526ad7d</guid><dc:creator>leonr</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;Took me a while to get back, and I have to admit, I did not use the debug overlay in the end. That was mostly because the USB connection I would use to capture the logs in realtime seems to interfere with the motion sensor. As a result, the behavior might be different than when the USB connection is not available.&lt;/p&gt;
&lt;p&gt;Regardless, I do think I found out indirectly what is causing the issue. It seems to be the relatively high `accTimeoutInact` value. That value is actually equal to the movement resolution. There seems to be some interference there. I reduced `accTimeoutInact` to 60 seconds (i.e. significantly lower than the movement resolution), and that seems to solve the issue. Reporting now happens at expected intervals. That information can be used by people who experience similar issues and run into this thread.&lt;/p&gt;
&lt;p&gt;Thanks again for your time and support!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514703?ContentTypeID=1</link><pubDate>Thu, 12 Dec 2024 10:57:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a8a2a8ae-c6d7-4ec9-b8a4-c5eff5328dc9</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Leon,&lt;br /&gt;&lt;br /&gt;Thank you for additional information.&lt;br /&gt;&lt;br /&gt;Could you please add&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/doc/asset_tracker_v2_description.html"&gt;overlay-debug.conf&lt;/a&gt; to your build configuration and share your application log?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514364?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 18:57:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06b0c3cf-d3c0-4958-87dd-f3347b140ee8</guid><dc:creator>leonr</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am actually traveling at the moment, so I can&amp;#39;t recompile and test in the next two weeks. I&amp;#39;ll have to get back to you when I&amp;#39;m back.&lt;/p&gt;
&lt;p&gt;Regardless, see the device shadow (with some values zeroed) below.&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
    &amp;quot;shadow&amp;quot;: {
        &amp;quot;reported&amp;quot;: {
            &amp;quot;connection&amp;quot;: {
                &amp;quot;status&amp;quot;: &amp;quot;connected&amp;quot;,
                &amp;quot;keepalive&amp;quot;: 1200,
                &amp;quot;disconnectReason&amp;quot;: null,
                &amp;quot;clientInitiatedDisconnect&amp;quot;: null

            },
            &amp;quot;pairing&amp;quot;: {
                &amp;quot;state&amp;quot;: &amp;quot;paired&amp;quot;,
                &amp;quot;topics&amp;quot;: {
                    &amp;quot;d2c&amp;quot;: &amp;quot;...&amp;quot;,
                    &amp;quot;c2d&amp;quot;: &amp;quot;...&amp;quot;
                }
            },
            &amp;quot;config&amp;quot;: {
                &amp;quot;activeMode&amp;quot;: false,
                &amp;quot;locationTimeout&amp;quot;: 300,
                &amp;quot;activeWaitTime&amp;quot;: 300,
                &amp;quot;movementResolution&amp;quot;: 300,
                &amp;quot;movementTimeout&amp;quot;: 86400,
                &amp;quot;accThreshAct&amp;quot;: 2,
                &amp;quot;accThreshInact&amp;quot;: 2,
                &amp;quot;accTimeoutInact&amp;quot;: 300,
                &amp;quot;nod&amp;quot;: [ ]
            },
            &amp;quot;nrfcloud_mqtt_topic_prefix&amp;quot;: &amp;quot;...&amp;quot;,
            &amp;quot;control&amp;quot;: {
                &amp;quot;alertsEn&amp;quot;: false,
                &amp;quot;logLvl&amp;quot;: 1
            },
            &amp;quot;device&amp;quot;: {
                &amp;quot;deviceInfo&amp;quot;: {
                    &amp;quot;appVersion&amp;quot;: &amp;quot;0.0.0-development&amp;quot;,
                    &amp;quot;modemFirmware&amp;quot;: &amp;quot;mfw_nrf9160_1.3.5&amp;quot;,
                    &amp;quot;imei&amp;quot;: &amp;quot;...&amp;quot;,
                    &amp;quot;board&amp;quot;: &amp;quot;thingy91&amp;quot;,
                    &amp;quot;sdkVer&amp;quot;: &amp;quot;v2.7.0&amp;quot;,
                    &amp;quot;appName&amp;quot;: &amp;quot;asset_tracker_v2&amp;quot;,
                    &amp;quot;zephyrVer&amp;quot;: &amp;quot;v3.6.99-ncs2&amp;quot;,
                    &amp;quot;hwVer&amp;quot;: &amp;quot;nRF9160 SICA B1A&amp;quot;
                },
                &amp;quot;simInfo&amp;quot;: {
                    &amp;quot;uiccMode&amp;quot;: 0,
                    &amp;quot;iccid&amp;quot;: &amp;quot;...&amp;quot;,
                    &amp;quot;imsi&amp;quot;: &amp;quot;...&amp;quot;
                },
                &amp;quot;connectionInfo&amp;quot;: {
                    &amp;quot;protocol&amp;quot;: &amp;quot;MQTT&amp;quot;,
                    &amp;quot;method&amp;quot;: &amp;quot;LTE&amp;quot;
                },
                &amp;quot;serviceInfo&amp;quot;: {
                    &amp;quot;fota_v2&amp;quot;: [ &amp;quot;MODEM&amp;quot;, &amp;quot;APP&amp;quot; ]
                },
                &amp;quot;networkInfo&amp;quot;: {
                    &amp;quot;currentBand&amp;quot;: 0,
                    &amp;quot;networkMode&amp;quot;: &amp;quot;LTE-M&amp;quot;,
                    &amp;quot;rsrp&amp;quot;: 0,
                    &amp;quot;areaCode&amp;quot;: 0,
                    &amp;quot;mccmnc&amp;quot;: 0,
                    &amp;quot;cellID&amp;quot;: 0,
                    &amp;quot;ipAddress&amp;quot;: &amp;quot;...&amp;quot;
                }
            }
        },
        &amp;quot;desired&amp;quot;: {
            &amp;quot;pairing&amp;quot;: {
                &amp;quot;state&amp;quot;: &amp;quot;paired&amp;quot;,
                &amp;quot;topics&amp;quot;: {
                    &amp;quot;d2c&amp;quot;: &amp;quot;...&amp;quot;,
                    &amp;quot;c2d&amp;quot;: &amp;quot;...&amp;quot;
                }
            },
            &amp;quot;nrfcloud_mqtt_topic_prefix&amp;quot;: &amp;quot;...&amp;quot;,
            &amp;quot;config&amp;quot;: {
                &amp;quot;activeMode&amp;quot;: false,
                &amp;quot;locationTimeout&amp;quot;: 300,
                &amp;quot;activeWaitTime&amp;quot;: 300,
                &amp;quot;movementResolution&amp;quot;: 300,
                &amp;quot;movementTimeout&amp;quot;: 86400,
                &amp;quot;accThreshAct&amp;quot;: 2,
                &amp;quot;accThreshInact&amp;quot;: 2,
                &amp;quot;accTimeoutInact&amp;quot;: 300,
                &amp;quot;nod&amp;quot;: [ ]
            }
        },
        &amp;quot;version&amp;quot;: 0
    }
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Leon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514343?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 17:03:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f03e314e-4beb-4aca-97b5-c50ab848cf0b</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Leon, &lt;br /&gt;&lt;br /&gt;Have you tried to set mentioned Kconfig options to desired values and rebuild your project? To which values did you set them and what was the result?&lt;br /&gt;&lt;br /&gt;Can you show you full &lt;a href="https://docs.nordicsemi.com/bundle/nrf-cloud/page/Devices/Properties/UsingDeviceShadow.html#using-the-device-shadow"&gt;device shadow&lt;/a&gt;?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514316?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 15:10:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:48887cd9-c81b-48c1-ae6f-c822c236a61b</guid><dc:creator>leonr</dc:creator><description>&lt;p&gt;Hi Dejan,&lt;/p&gt;
&lt;p&gt;I am referring to this configuration that I set through the nRF cloud and was also reported back by the device:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="json"&gt;{
  &amp;quot;activeMode&amp;quot;: false,
  &amp;quot;locationTimeout&amp;quot;: 300,
  &amp;quot;activeWaitTime&amp;quot;: 300,
  &amp;quot;movementResolution&amp;quot;: 300,
  &amp;quot;movementTimeout&amp;quot;: 86400,
  &amp;quot;accThreshAct&amp;quot;: 2,
  &amp;quot;accThreshInact&amp;quot;: 2,
  &amp;quot;accTimeoutInact&amp;quot;: 300,
  &amp;quot;nod&amp;quot;: []
}&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best,&lt;/p&gt;
&lt;p&gt;Leon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514292?ContentTypeID=1</link><pubDate>Tue, 10 Dec 2024 14:12:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bc3f21ca-538f-4c17-9c42-cdd41322ef2a</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;What do you refer to as &amp;quot;live configuration&amp;quot;?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514129?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2024 20:40:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e80fe90f-3af1-4fe2-8abc-4a62f6600cc6</guid><dc:creator>leonr</dc:creator><description>&lt;p&gt;I think I set those Kconfig options to similar values as shown in the reported config. I can recompile and try that again though, just to be sure. Regardless, isn&amp;#39;t the live configuration shown above not supposed to override the compile time values?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Understanding asset tracker v2 configuration</title><link>https://devzone.nordicsemi.com/thread/514108?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2024 17:57:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5a8618f9-4eaf-4d72-a474-8a194a50192e</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/doc/app_behavior.html#real-time_configurations"&gt;Asset Tracker configurations&lt;/a&gt;&amp;nbsp;webpage mentions that in passive mode sampling and sending data happens in 2 cases, when timer controlled by Movement Resolution or Movement Timeout expires.&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/asset_tracker_v2/doc/data_module.html#configuration_options"&gt;Asset Tracker data module&lt;/a&gt;&amp;nbsp;specifies configuration options which set movement timeout value (&lt;span&gt;CONFIG_DATA_MOVEMENT_TIMEOUT_SECONDS&lt;/span&gt;) and movement resolution timeout value (CONFIG_DATA_MOVEMENT_RESOLUTION_SECONDS). You could try to set mentioned Kconfig options to desired values.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>