<?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>subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/79784/subscribing-in-assert-tracker-v2</link><description>Hello, 
 I&amp;#39;m trying to send messages from the cloud (AWS-IoT ) to the device, so I modified the device so that it subscribes to a new topic and when I send messages from could, it seems that the device doesn&amp;#39;t listen frequently to the cloud. sometimes</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 05 Nov 2021 13:01:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/79784/subscribing-in-assert-tracker-v2" /><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/337700?ContentTypeID=1</link><pubDate>Fri, 05 Nov 2021 13:01:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de59aaca-1a45-45b3-ac05-3037ad6ec5ed</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Thanks for the summary, and sorry for the slow response.&lt;/p&gt;
&lt;p&gt;Have you tried to connect to other brokers (i.e. not AWS)?&lt;/p&gt;
&lt;p&gt;E.g. if you run the mqtt_simple sample (with PSM), do you see the same problem where the client is disconnected from the broker after being in PSM for &amp;gt; 300s?&lt;/p&gt;
&lt;p&gt;Attached is a slightly modified version of the mqtt_simple (from NCS v1.6.1) sample that connects to test.mosquitto.org with a keepalive period of 600s, and PSM. It will also print each time it calls mqtt_live, so it is easy to keep track of when it sends MQTT keepalive messages.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/mqtt_5F00_simple.zip"&gt;devzone.nordicsemi.com/.../mqtt_5F00_simple.zip&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;On my end, it successfully sends a keepalive message after 10 minutes, so at least on my setup, it works as it should.&lt;/p&gt;
&lt;p&gt;If it doesn&amp;#39;t work, can you share the application and modem log?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/337046?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 10:52:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:057c007c-8b4f-417f-80f0-550b96c20ff3</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;one thing I forget to mention is that this problem occurs only when PSM is enabled &lt;br /&gt;if PSM is disabled, the server receives always message from the device.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/337045?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 10:48:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a46135a0-118b-4dfc-b1bd-461c8e87aae1</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hey Didrik,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You are right this issue took a long time. here is the summarize of the problem&amp;nbsp;&lt;span style="font-family:inherit;"&gt;when&amp;nbsp;&lt;/span&gt;&lt;span style="font-family:inherit;"&gt;CONFIG_MQTT_KEEPALIVE is set for more than 300 sec then the server ( AWS IoT ) doesn&amp;#39;t receive any message from the device, even though the device log shows that message is sent successfully.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;we tried with T-mobile and KPN in NL and both are almost the same except in the T-mobile network the device lost connection after 300 sec when&amp;nbsp;CONFIG_MQTT_KEEPALIVE&amp;nbsp;&amp;gt; 300 sec. but in the KPN network the device doesn&amp;#39;t show any error. In both networks, the server doesn&amp;#39;t receive anything after 300 sec&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;our project is based on Low power consumption so we need to set&amp;nbsp;CONFIG_MQTT_KEEPALIVE&amp;nbsp; to a max of AWS limit and that is 1200 sec. but it doesn&amp;#39;t work when it is initialized for more than 300 sec.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;we use &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;SDK = nrf 1.6.1, &lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;modem version 1.3.0&lt;/span&gt;&lt;span&gt;&lt;br /&gt;Mqtt server: AWS Iot mqtt&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;LTE-M network: KPN and T-mobile in NL&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;app: asset_tracker_v2 &lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/337040?ContentTypeID=1</link><pubDate>Tue, 02 Nov 2021 10:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12933c84-b50a-4d69-a09a-608a64fa1109</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Here is what the modem team said:&lt;/p&gt;
&lt;p&gt;With given information I am not able to comment anything very meaningful. TLS connection is established and UE sends 708 bytes to server. This is acked by the server, but nothing more really. Seems that server is not responding or data is lost somewhere in the path.&lt;/p&gt;
&lt;p&gt;After twenty minutes there are weird TCP transmission to unseen segments. I think the log is not complete and some parts are missing. TCP segment from UE to server jumps from 185 to 3018 which is not possible.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/image_2D00_2021_2D00_10_2D00_29_2D00_12_2D00_04_2D00_56_2D00_935.png" /&gt;&lt;/p&gt;
&lt;p&gt;At this point, I feel like the ticket has gone on long enough that it is time to take a tep back and try to get an overview of where we are. Could you try to sum up the problem you are seeing?&lt;/p&gt;
&lt;p&gt;What are you trying to do, and what is happening?&lt;/p&gt;
&lt;p&gt;What application FW are you suing, which SDK version is it based on, and what modem FW version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/335593?ContentTypeID=1</link><pubDate>Sun, 24 Oct 2021 16:36:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:952c5db8-bbae-4e80-8935-0d8e77739fe5</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hey Didrik, sorry for my late message. I was actually struggling with GPS timeout that sometimes tracker keeps searching for GPS fix for more than one hour and GPS timeout is already adjusted on 60 sec but that is for another issue. For now, I&amp;#39;ve tested the devices with/without PSM and I&amp;#39;ve noticed that without PSM the connection with the server still opens but the device sends an update message per 26 min instead of 60 min since the settings are adjusted to 3600 sec. Here below are the traces files&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_24T07_2D00_58_2D00_11.071Z-without-psm.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_24T07_2D00_58_2D00_11.071Z-without-psm.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_24T14_2D00_09_2D00_26.958Z-with-psm.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_24T14_2D00_09_2D00_26.958Z-with-psm.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/335295?ContentTypeID=1</link><pubDate>Thu, 21 Oct 2021 12:03:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96f45ced-ae00-4681-831e-3a1800a8e5f6</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi, have you been able to capture traces without PSM yet?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/334222?ContentTypeID=1</link><pubDate>Thu, 14 Oct 2021 15:49:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29b9c3e3-1aa4-41bc-a8bf-bc8e80d17de5</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;The KPN trace looks better this time, but it doesn&amp;#39;t look like it captured the device waking up. The trace ended only&amp;nbsp; a minute after the SUPL session completed. And the SUPL session ended just a couple of seconds after the last packet sent to the cloud. The whole trace lasts for only a bit less than 2 minutes.&lt;/p&gt;
&lt;p&gt;The T Mobile trace on the other hand looks like have captured the issue. But, it looks like the device is still requesting PSM, even though the application doesn&amp;#39;t request it. This is probably because the modem has the PSM settings stored. The easiest way to tell the modem not to use PSM is to flash the at_cmd sample, send AT+CPSMS=0 followed by AT+CFUN=0.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/334015?ContentTypeID=1</link><pubDate>Wed, 13 Oct 2021 22:02:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06c8aae9-3ae0-40cd-96b6-fddbedf55ed1</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hey Didrik, thanks for your reply. I did some experiments with two different network operators. I disabled PSM and changed Mqtt_keep alive to 400sec. &lt;/p&gt;
&lt;p&gt;In the first operator ( KPN in NL ) the server doesn&amp;#39;t receive any data after 300 sec even device shows that data is sent successfully. &lt;br /&gt;&lt;br /&gt;The second operator ( T-Mobile in NL): the device gets a timeout after 320sec and then it tries to establish the connection again with the server and every 320sec it gets event Timeout and re-initializes connection with server-side.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here below are the trace files per operator, hopefully, that you can find the problem.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;KPN&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_13T21_2D00_39_2D00_09.599Z-KPN.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_13T21_2D00_39_2D00_09.599Z-KPN.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;T Mobile&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_13T21_2D00_20_2D00_33.087Z-TMobile.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_13T21_2D00_20_2D00_33.087Z-TMobile.rar&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;thanks in advance!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333774?ContentTypeID=1</link><pubDate>Tue, 12 Oct 2021 14:53:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d1a96d24-4e4c-4b5f-a760-df9281bbef94</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;There were some problems with the trace, so I was not able to take a proper look at the IP packets.&lt;/p&gt;
&lt;p&gt;However, I couldn&amp;#39;t see anything that looked wrong in your trace. And in both the trace and the log it looks like the communication with the cloud continued as it should?&lt;/p&gt;
&lt;p&gt;Also, when you take a modem trace, it is nice if you restart the device after starting capturing the trace, so that we can see the startup sequence as well.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333597?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 20:03:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:491a6861-67d9-4e2a-a5c0-257a1a5416fa</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hey Didrik, I disabled PSM and tried again but it seems that it is the same, no difference. After 300 sec no data was sent to the server-side, even it shows in the logs that data is sent successfully but no data is received by server-side. I attached here the trace file and the log file as well, hoping that you can figure out what the problem is.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.223,754] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_codec: set alarm ---&amp;gt; 1&#x1B;[0m
[00:00:00.257,659] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State: STATE_LTE_DISCONNECTED&#x1B;[0m
[00:00:00.267,822] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state: SUB_STATE_CLOUD_DISCONNECTED&#x1B;[0m
[00:00:00.287,780] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: Device configuration loaded from flash&#x1B;[0m
[00:00:00.298,461] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: active_mode = 0&#x1B;[0m
[00:00:00.306,518] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: active_wait_timeout = 300&#x1B;[0m
[00:00:00.315,399] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: movement_resolution = 60&#x1B;[0m
[00:00:00.327,087] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: movement_timeout = 1000&#x1B;[0m
[00:00:00.335,968] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: gps_timeout = 60&#x1B;[0m
[00:00:00.344,024] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: accelerometer_threshold = 5.000000&#x1B;[0m
[00:00:00.359,924] &#x1B;[1;33m&amp;lt;wrn&amp;gt; app_module: the certificates are found&#x1B;[0m
[00:00:00.367,462] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_START&#x1B;[0m
[00:00:00.373,535] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.state_set: State: STATE_INIT&#x1B;[0m
[00:00:00.354,766] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.state_set: State: STATE_INIT&#x1B;[0m
[00:00:00.524,230] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_CONFIG_INIT&#x1B;[0m
[00:00:00.530,975] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.state_set: State transition STATE_INIT --&amp;gt; STATE_RUNNING&#x1B;[0m
[00:00:00.542,541] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: Device mode: Passive&#x1B;[0m
[00:00:00.548,675] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: Start movement timeout: 1000 seconds interval&#x1B;[0m
[00:00:00.557,098] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: 60 seconds until movement can trigger a new data sample/publication&#x1B;[0m
[00:00:00.567,932] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.state_set: State transition STATE_INIT --&amp;gt; STATE_RUNNING&#x1B;[0m
[00:00:00.697,998] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTING&#x1B;[0m
[00:00:01.783,447] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_DISCONNECTED&#x1B;[0m
[00:00:01.801,055] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CELL_UPDATE&#x1B;[0m
[00:00:02.493,225] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTED&#x1B;[0m
[00:00:02.500,549] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_PSM_UPDATE&#x1B;[0m
[00:00:02.507,995] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State transition STATE_LTE_DISCONNECTED --&amp;gt; STATE_LTE_CONNECTED&#x1B;[0m
[00:00:02.519,165] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.connect_cloud: Connecting to cloud&#x1B;[0m
[00:00:02.526,763] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: Cloud connection establishment in progress&#x1B;[0m
[00:00:02.535,369] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: New connection attempt in 32 seconds if not successful&#x1B;[0m
[00:00:02.545,104] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTING&#x1B;[0m
[00:00:02.554,229] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTING&#x1B;[0m
[00:00:02.563,415] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTING&#x1B;[0m
[00:00:06.347,198] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTED&#x1B;[0m
[00:00:06.545,806] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_READY&#x1B;[0m
[00:00:06.570,129] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTED&#x1B;[0m
[00:00:06.606,109] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTED&#x1B;[0m
[00:00:06.613,922] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state transition SUB_STATE_CLOUD_DISCONNECTED --&amp;gt; SUB_STATE_CLOUD_CONNECTED&#x1B;[0m
[00:00:06.855,651] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATE_TIME_OBTAINED&#x1B;[0m
[00:00:06.863,189] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, GNSS, MOD_STAT)&#x1B;[0m
[00:00:06.904,235] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_ACTIVE&#x1B;[0m
[00:00:06.910,369] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_IDLE --&amp;gt; SUB_STATE_SEARCH&#x1B;[0m
[00:00:06.921,173] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_STARTED&#x1B;[0m
[00:00:06.929,229] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_AGPS_DATA_NEEDED&#x1B;[0m
[00:00:06.937,500] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_AGPS_NEEDED&#x1B;[0m
[00:00:06.944,427] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:00:06.958,984] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:00:06.968,475] &#x1B;[0m&amp;lt;inf&amp;gt; agps: SUPL is initialized&#x1B;[0m
[00:00:07.064,544] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_STATIC_DATA_READY&#x1B;[0m
[00:00:07.147,796] &#x1B;[0m&amp;lt;inf&amp;gt; agps: Starting SUPL session&#x1B;[0m
[00:00:07.216,156] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY&#x1B;[0m
[00:00:07.245,758] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_modem_dynamic_buffer: Entry: 1 of 2 in dynamic modem buffer filled&#x1B;[0m
[00:00:07.558,776] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:00:07.587,951] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 1 of 2 in battery buffer filled&#x1B;[0m
[00:00:07.892,944] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:00:09.315,582] &#x1B;[0m&amp;lt;inf&amp;gt; agps: SUPL session finished successfully&#x1B;[0m
[00:00:22.259,094] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_UNBLOCKED&#x1B;[0m
[00:00:35.329,620] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:01:00.567,718] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_ACTIVITY_DETECTION_ENABLE&#x1B;[0m
[00:01:21.968,444] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:01:22.073,333] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:01:22.080,322] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:01:22.184,082] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module:  Data sent, data pointer: 0x200201e0&#x1B;[0m
[00:01:22.192,199] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:01:41.464,813] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_TIMEOUT&#x1B;[0m
[00:01:41.472,900] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_TIMEOUT&#x1B;[0m
[00:01:41.479,156] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_INACTIVE&#x1B;[0m
[00:01:41.485,473] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_SEARCH --&amp;gt; SUB_STATE_IDLE&#x1B;[0m
[00:01:41.496,337] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:01:41.503,387] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_data: No data to encode, JSON string empty...&#x1B;[0m
[00:07:35.488,983] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: UI_EVT_BUTTON_ALARM_DATA_READY&#x1B;[0m
[00:07:35.496,520] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: UI_EVT_BUTTON_DATA_READY&#x1B;[0m
[00:07:35.503,662] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET_ALL&#x1B;[0m
[00:07:35.510,498] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: Device mode: Passive&#x1B;[0m
[00:07:35.516,693] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: Start movement timeout: 1000 seconds interval&#x1B;[0m
[00:07:35.525,207] &#x1B;[0m&amp;lt;inf&amp;gt; app_module: 60 seconds until movement can trigger a new data sample/publication&#x1B;[0m
[00:07:35.535,888] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, GNSS)&#x1B;[0m
[00:07:35.546,752] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_codec: set alarm ---&amp;gt; 1&#x1B;[0m
[00:07:35.556,518] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_ui_buffer: Entry: 1 of 2 in UI buffer filled&#x1B;[0m
[00:07:35.570,800] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_ui_buffer: Entry: 2 of 2 in UI buffer filled&#x1B;[0m
[00:07:35.606,475] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_READY&#x1B;[0m
[00:07:35.613,403] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_READY&#x1B;[0m
[00:07:35.620,330] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_ACTIVE&#x1B;[0m
[00:07:35.643,585] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_IDLE --&amp;gt; SUB_STATE_SEARCH&#x1B;[0m
[00:07:35.654,571] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:07:35.665,771] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:07:35.690,826] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_SEND&#x1B;[0m
[00:07:35.707,885] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: UI_EVT_BUTTON_ALARM_DATA_READY&#x1B;[0m
[00:07:35.699,401] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.ui_data_send: UI sent, data pointer: 0x2001fbf8&#x1B;[0m
[00:07:35.716,247] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:07:35.723,052] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_codec: set alarm ---&amp;gt; 1&#x1B;[0m
[00:07:35.729,187] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_ui_buffer: Entry: 0 of 2 in UI buffer filled&#x1B;[0m
[00:07:35.830,505] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_READY&#x1B;[0m
[00:07:35.852,386] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_SEND&#x1B;[0m
[00:07:35.863,189] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.ui_data_send: UI sent, data pointer: 0x2001fc40&#x1B;[0m
[00:07:35.875,549] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:07:36.300,201] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY&#x1B;[0m
[00:07:36.308,563] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_modem_dynamic_buffer: Entry: 2 of 2 in dynamic modem buffer filled&#x1B;[0m
[00:07:36.407,684] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: UI_EVT_BUTTON_ALARM_DATA_READY&#x1B;[0m
[00:07:36.425,537] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_codec: set alarm ---&amp;gt; 0&#x1B;[0m
[00:07:36.469,940] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_ui_buffer: Entry: 1 of 2 in UI buffer filled&#x1B;[0m
[00:07:36.487,152] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_READY&#x1B;[0m
[00:07:36.508,880] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_SEND&#x1B;[0m
[00:07:36.517,120] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.ui_data_send: UI sent, data pointer: 0x2001fc00&#x1B;[0m
[00:07:36.528,594] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:07:36.579,010] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:07:36.586,791] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 2 of 2 in battery buffer filled&#x1B;[0m
[00:07:36.639,862] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: UI_EVT_BUTTON_ALARM_DATA_READY&#x1B;[0m
[00:07:36.647,430] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_codec: set alarm ---&amp;gt; 1&#x1B;[0m
[00:07:36.653,625] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_ui_buffer: Entry: 2 of 2 in UI buffer filled&#x1B;[0m
[00:07:36.665,008] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_READY&#x1B;[0m
[00:07:36.684,600] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_UI_DATA_SEND&#x1B;[0m
[00:07:36.700,531] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.ui_data_send: UI sent, data pointer: 0x2001fc00&#x1B;[0m
[00:07:36.709,320] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:08:05.594,970] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_UNBLOCKED&#x1B;[0m
[00:08:10.650,787] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:08:29.078,704] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_UNBLOCKED&#x1B;[0m
[00:08:34.143,585] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:08:35.535,797] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_ACTIVITY_DETECTION_ENABLE&#x1B;[0m
[00:08:50.678,161] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:08:50.711,395] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:08:50.718,383] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:08:50.733,062] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module:  Data sent, data pointer: 0x2001fd80&#x1B;[0m
[00:08:50.741,271] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:08:52.627,044] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_UNBLOCKED&#x1B;[0m
[00:08:56.790,222] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:09:26.429,962] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_TIMEOUT&#x1B;[0m
[00:09:26.438,018] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_TIMEOUT&#x1B;[0m
[00:09:26.444,305] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_INACTIVE&#x1B;[0m
[00:09:26.450,592] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_SEARCH --&amp;gt; SUB_STATE_IDLE&#x1B;[0m
[00:09:26.461,761] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:09:26.468,780] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_data: No data to encode, JSON string empty...&#x1B;[0m
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_11T19_2D00_45_2D00_20.101Z.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_11T19_2D00_45_2D00_20.101Z.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333467?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 11:16:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a34619fe-9090-41d1-bcdf-aacfdad156e4</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;When using the asset_tracker_v2, you can set CONFIG_MODEM_AUTO_REQUEST_POWER_SAVING_FEATURES=n.&lt;/p&gt;
&lt;p&gt;That should stop the application from requesting PSM.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333423?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 09:32:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9a7c0e37-a7ae-4ec9-b78a-7515d7e359cc</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hello Didrik,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What is the best way to disable PSM&amp;nbsp;in the prj.conf ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333420?ContentTypeID=1</link><pubDate>Mon, 11 Oct 2021 09:18:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fdd935df-24dc-41bc-97c0-a472a00f9ed1</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Could you try to disable PSM, to see if that changes things?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333286?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 13:52:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5390fcc-f0f3-44d4-9a5a-d395c89ebba8</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>[quote user="Mustafaq"]Actually I&amp;#39;m still wondering about the reason to close the TCP connection with server-side. It supposes to keep the connection alive because &lt;span&gt;CONFIG_MQTT_KEEPALIVE = 1200. even I tried to reduce this time but it always closes the connection after 320 seconds ( any value above 320sec causes CLOUD_TIMEOUT event).&lt;/span&gt;[/quote]
&lt;p lang="en-GB"&gt;Thanks a lot for your feedback, Mustafa! That is a good and interesting observation. I wonder if maybe the NAT rules time-out, making the server not recognise the client anymore? I have to check this with our experts. I’ll be on vacation next week, but I asked my colleague Didrik Rokhaug to watch this ticket.&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333257?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 12:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f0165af-9493-4567-9200-113dfd4a0a1c</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Thank you Markus for your answer, Actually I&amp;#39;m still wondering about the reason to close the TCP connection with server-side. It supposes to keep the connection alive because &lt;span&gt;CONFIG_MQTT_KEEPALIVE = 1200. even I tried to reduce this time but it always closes the connection after 320 seconds ( any value above 320sec causes CLOUD_TIMEOUT event).&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333244?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 11:30:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9632659-e536-4763-ad89-7ad1e15d6a0a</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello again,&lt;/p&gt;
&lt;p lang="en-GB"&gt;I already got some feedback from our modem team :-)&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;Analysis from log:&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;Application has configured PSM. Sleep period 1 hour, active time 2 seconds&lt;/em&gt;&lt;br /&gt;&lt;em&gt; 00:00:00.206512 L23_AT_STRING AT_STRING =&amp;gt; +CPSMS=1,,,&amp;quot;00100001&amp;quot;,&amp;quot;00000001&amp;quot;&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;UE sends TLS data that is acked by server. This is last data transmission.&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/0842.pastedimage1633692520465v1.png" alt=" " /&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;40 sec after data transmission RRC connection is released and after 2 seconds active time the modem falls to PSM and is not listening to network.&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;00:00:49.655944 ERRC_PDU_TYPE_DL_DCCH_3 ERRC PDU: RRCConnectionRelease&lt;/em&gt;&lt;br /&gt;&lt;em&gt; 00:00:52.933563 EMM_STATE_CHANGE : EMM_REG_NORMAL_SERVICE =&amp;gt; EMM_REG_NO_CELL_AVAILABLE&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;em&gt;After 20 minutes from last user data, the application tries to send more data, but TCP connection is already closed by the server.&lt;/em&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1513.pastedimage1633692536440v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p lang="en-GB"&gt;So, PSM prevents the client from receiving DL data. Our recommendation is that you should start with disabling PSM completely. Afterwards, you could adjust the active time to the servers response time.&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/333161?ContentTypeID=1</link><pubDate>Fri, 08 Oct 2021 06:18:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7ac8739a-8fd5-4454-b863-d209654c78a7</guid><dc:creator>Albrecht Markus Schellenberger</dc:creator><description>&lt;p lang="en-GB"&gt;Hello Mustafa,&lt;/p&gt;
&lt;p lang="en-GB"&gt;My apologies for the delayed reply. Markus Tacker is on vacation currently. I will forward the trace to our modem team for further analysis and keep you posted.&lt;/p&gt;
&lt;p lang="en-GB"&gt;Regards,&lt;/p&gt;
&lt;p lang="en-GB"&gt;Markus&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/332233?ContentTypeID=1</link><pubDate>Sun, 03 Oct 2021 16:18:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d85434d3-1b88-47a2-b994-f1c430e62ddc</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hey Markus, Thanks for ur answer. I attached the new binary file of the modem trace. Unfortunately, I couldn&amp;#39;t find a way to verify the binary file.&amp;nbsp;&lt;br /&gt;Actually, I tried to use another sim card from T-Mobile in NL and it seems that the Cloud timeout event is triggered every time the application tries to ping Mqtt broker ( AWS ), in my case every 20 min since&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_MQTT_KEEPALIVE&lt;/span&gt;&lt;span&gt;=1200&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;App&amp;#39;s Log&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.254,913] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_START&#x1B;[0m
[00:00:00.260,772] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.state_set: State: STATE_INIT&#x1B;[0m
[00:00:00.268,341] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State: Unknown&#x1B;[0m
[00:00:00.275,085] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state: SUB_STATE_CLOUD_DISCONNECTED&#x1B;[0m
///////////////////////////////////////////////////////////////////////////////////////////
[00:00:00.287,445] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: Device configuration loaded from flash&#x1B;[0m
[00:00:00.295,654] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: active_mode = 0&#x1B;[0m
[00:00:00.301,818] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: active_wait_timeout = 300&#x1B;[0m
[00:00:00.308,868] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: movement_resolution = 60&#x1B;[0m
[00:00:00.315,765] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: movement_timeout = 3600&#x1B;[0m
[00:00:00.322,601] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: gps_timeout = 60&#x1B;[0m
[00:00:00.328,887] &#x1B;[1;33m&amp;lt;wrn&amp;gt; data_module: accelerometer_threshold = 5.000000&#x1B;[0m
///////////////////////////////////////////////////////////////////////////////////////
[00:00:00.336,944] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_CONFIG_INIT&#x1B;[0m
[00:00:00.344,024] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_INITIALIZED&#x1B;[0m
[00:00:00.351,013] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.lna_configure: MAGPIO command: AT%XMAGPIO=1,0,0,1,1,1574,1577&#x1B;[0m
[00:00:00.360,839] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.lna_configure: COEX0 command: AT%XCOEX0=1,1,1565,1586&#x1B;[0m
[00:00:00.370,025] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.state_set: State: STATE_INIT&#x1B;[0m
[00:00:00.379,241] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.state_set: State transition STATE_INIT --&amp;gt; STATE_RUNNING&#x1B;[0m
[00:00:00.401,550] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.state_set: State transition STATE_INIT --&amp;gt; STATE_RUNNING&#x1B;[0m
[00:00:00.391,143] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State transition Unknown --&amp;gt; STATE_LTE_DISCONNECTED&#x1B;[0m
[00:00:00.705,078] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTING&#x1B;[0m
[00:00:06.509,613] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_DISCONNECTED&#x1B;[0m
[00:00:06.517,364] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CELL_UPDATE&#x1B;[0m
[00:00:07.289,825] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTED&#x1B;[0m
[00:00:07.302,642] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_PSM_UPDATE&#x1B;[0m
[00:00:07.310,272] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State transition STATE_LTE_DISCONNECTED --&amp;gt; STATE_LTE_CONNECTED&#x1B;[0m
[00:00:07.321,502] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.connect_cloud: Connecting to cloud&#x1B;[0m
[00:00:07.334,686] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: Cloud connection establishment in progress&#x1B;[0m
[00:00:07.343,383] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: New connection attempt in 32 seconds if not successful&#x1B;[0m
[00:00:07.353,240] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTING&#x1B;[0m
[00:00:07.362,396] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTING&#x1B;[0m
[00:00:07.371,582] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTING&#x1B;[0m
[00:00:10.293,853] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTED&#x1B;[0m
[00:00:10.467,620] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_READY&#x1B;[0m
[00:00:10.476,409] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTED&#x1B;[0m
[00:00:10.513,031] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTED&#x1B;[0m
[00:00:10.520,996] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state transition SUB_STATE_CLOUD_DISCONNECTED --&amp;gt; SUB_STATE_CLOUD_CONNECTED&#x1B;[0m
[00:00:10.778,289] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATE_TIME_OBTAINED&#x1B;[0m
[00:00:10.788,818] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, NEIGHBOR_CELLS, MOD_STAT)&#x1B;[0m
[00:00:10.801,849] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:00:10.813,110] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:00:10.904,998] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_STATIC_DATA_READY&#x1B;[0m
[00:00:10.995,849] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY&#x1B;[0m
[00:00:11.004,425] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_modem_dynamic_buffer: Entry: 1 of 2 in dynamic modem buffer filled&#x1B;[0m
[00:00:11.146,301] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:00:11.172,119] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_NEIGHBOR_CELLS_DATA_READY&#x1B;[0m
[00:00:11.154,266] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 1 of 2 in battery buffer filled&#x1B;[0m
[00:00:11.191,711] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:00:11.219,055] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_NEIGHBOR_CELLS_DATA_SEND&#x1B;[0m
[00:00:11.294,708] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:00:11.302,612] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:00:11.323,852] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.neighbor_cells_data_send: Neighbor cell data sent, data pointer: 0x2001e748&#x1B;[0m
[00:00:11.335,266] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:00:11.349,334] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.data_send: Data sent, data pointer: 0x2001ec58&#x1B;[0m
[00:00:11.358,123] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:01:00.343,994] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_ACTIVITY_DETECTION_ENABLE&#x1B;[0m
[00:20:11.383,575] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_DISCONNECTED&#x1B;[0m
[00:20:11.393,524] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_DISCONNECTED&#x1B;[0m
[00:20:11.405,303] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DISCONNECTED&#x1B;[0m
[00:20:11.414,367] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state transition SUB_STATE_CLOUD_CONNECTED --&amp;gt; SUB_STATE_CLOUD_DISCONNECTED&#x1B;[0m
[00:20:11.427,459] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.connect_check_work_fn: Cloud connection timeout occurred&#x1B;[0m
[00:20:11.437,133] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTION_TIMEOUT&#x1B;[0m
[00:20:11.444,824] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.connect_cloud: Connecting to cloud&#x1B;[0m
[00:20:11.452,423] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: Cloud connection establishment in progress&#x1B;[0m
[00:20:11.461,090] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: New connection attempt in 32 seconds if not successful&#x1B;[0m
[00:20:11.470,916] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTING&#x1B;[0m
[00:20:11.480,133] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTING&#x1B;[0m
[00:20:11.492,126] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTING&#x1B;[0m
[00:20:14.386,016] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTED&#x1B;[0m
[00:20:14.591,369] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_READY&#x1B;[0m
[00:20:14.600,158] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTED&#x1B;[0m
[00:20:14.613,830] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTED&#x1B;[0m
[00:20:14.623,626] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state transition SUB_STATE_CLOUD_DISCONNECTED --&amp;gt; SUB_STATE_CLOUD_CONNECTED&#x1B;[0m
[00:20:14.636,810] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATE_TIME_OBTAINED&#x1B;[0m
[00:20:14.644,561] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, NEIGHBOR_CELLS)&#x1B;[0m
[00:20:14.656,707] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:20:14.667,999] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:20:14.761,810] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY&#x1B;[0m
[00:20:14.770,355] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_modem_dynamic_buffer: Entry: 2 of 2 in dynamic modem buffer filled&#x1B;[0m
[00:20:14.847,076] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:20:14.874,450] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_NEIGHBOR_CELLS_DATA_READY&#x1B;[0m
[00:20:14.856,140] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 2 of 2 in battery buffer filled&#x1B;[0m
[00:20:14.895,019] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:20:14.922,393] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_NEIGHBOR_CELLS_DATA_SEND&#x1B;[0m
[00:20:14.954,986] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:20:14.962,921] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:20:14.983,612] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.neighbor_cells_data_send: Neighbor cell data sent, data pointer: 0x2001e748&#x1B;[0m
[00:20:14.995,666] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:20:15.019,470] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.data_send: Data sent, data pointer: 0x2001e688&#x1B;[0m
[00:20:15.028,228] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m&lt;/pre&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;br /&gt;I&amp;#39;ve tried the Assert tracker v2 of SDK v1.7.1 and SDK v1.6.1 as well. They both gave the same result.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;The configuration of TAU and active timer is&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_LTE_PSM_REQ_RPTAU&lt;/span&gt;&lt;span&gt;=&lt;/span&gt;&lt;span&gt;&amp;quot;00100001&amp;quot;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; # 1hour&lt;/span&gt;&lt;/div&gt;
&lt;div&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;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;# 2 sec&lt;br /&gt;&lt;br /&gt;the values of timers are confirmed by this command&amp;nbsp;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;pre&gt;AT+CEREG?&lt;/pre&gt;
&lt;pre class="ctrl-char CR"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char LF"&gt;&lt;/pre&gt;
&lt;pre&gt;+CEREG: 5,5,&amp;quot;0106&amp;quot;,&amp;quot;00277416&amp;quot;,7,,,&amp;quot;00000001&amp;quot;,&amp;quot;00100001&amp;quot;&lt;/pre&gt;
&lt;pre class="ctrl-char CR"&gt;&lt;/pre&gt;
&lt;pre class="ctrl-char LF"&gt;&lt;/pre&gt;
&lt;pre&gt;OK&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_10_2D00_03T15_2D00_01_2D00_15.377Z.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_10_2D00_03T15_2D00_01_2D00_15.377Z.rar&lt;/a&gt;&lt;/pre&gt;
&lt;span&gt;&lt;span class="rx"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/331315?ContentTypeID=1</link><pubDate>Mon, 27 Sep 2021 12:39:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3f83a794-a54e-4c10-b91a-e6f75267a9b7</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;Unfortunately, the trace was corrupted. This can happen if using a defective USB cable, but also could be cause by an outdated&amp;nbsp;firmware on the onboard Segger chip.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;If&amp;nbsp;you&amp;nbsp;use a DK, you can update the firmware on the onboard Segger chip, which should improve the UART performance.&amp;nbsp;You can use a tool called J-Link Configurator to do this. The tool ships with the J-Link software bundle, so there&amp;#39;s a good chance that you have already installed it. If not, you can get it here: &lt;a title="https://www.segger.com/downloads/jlink/#j-linksoftwareanddocumentationpack" href="https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack" rel="noopener noreferrer" target="_blank"&gt;https://www.segger.com/downloads/jlink/#J-LinkSoftwareAndDocumentationPack&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Get v7.52 or newer.&lt;br /&gt;&lt;br /&gt;To verify that a trace is not corrupted, you can use the &lt;a href="https://infocenter.nordicsemi.com/topic/ug_trace_collector/UG/trace_collector/intro.html"&gt;nRF Trace Collector&lt;/a&gt;.&amp;nbsp;&amp;nbsp;It has the option (and instructions how to) both collect traces and view them in Wireshark. If what you see in Wireshark makes sense, that&amp;#39;s a good sign.&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330908?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 15:46:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:61f01443-746a-4566-aa7c-2a7572f11ea3</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330907?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 15:44:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2ae01b1-a8a7-4af9-8ce2-2e87af7b8dd8</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;it is version&amp;nbsp;&lt;span class="versionfile" id="fv3F87E190122141A4B649C905F2D6C993"&gt;1.3.0&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330902?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 15:06:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:55432275-9d13-483b-91c7-ac8a4cd77769</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;Which modem firmware version are you running?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330900?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 14:50:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f7d7e6b8-6b43-4f8d-be1e-8b2dbcddb79e</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;p&gt;Hei, thanks for the trance. It was in parts corrupted, maybe due to UART issues, but I&amp;#39;ll forward it internally for some analysis.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330746?ContentTypeID=1</link><pubDate>Thu, 23 Sep 2021 06:16:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45e0ceda-0285-4b81-829e-b8d2a4450b6f</guid><dc:creator>Mustafa</dc:creator><description>&lt;p&gt;Hello Markus,&lt;/p&gt;
&lt;p&gt;I use iBasis sim in the Netherlands&amp;nbsp;&lt;/p&gt;
&lt;p&gt;the log file and modem trace are here below. Thanks&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;[00:00:00.658,325] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTING&#x1B;[0m
[00:00:02.131,439] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_DISCONNECTED&#x1B;[0m
[00:00:02.138,977] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CELL_UPDATE&#x1B;[0m
[00:00:03.256,195] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CONNECTED&#x1B;[0m
[00:00:03.266,052] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_PSM_UPDATE&#x1B;[0m
[00:00:03.283,081] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.state_set: State transition STATE_LTE_DISCONNECTED --&amp;gt; STATE_LTE_CONNECTED&#x1B;[0m
[00:00:03.294,158] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.connect_cloud: Connecting to cloud&#x1B;[0m
[00:00:03.301,635] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: Cloud connection establishment in progress&#x1B;[0m
[00:00:03.310,485] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module: New connection attempt in 32 seconds if not successful&#x1B;[0m
[00:00:03.320,190] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTING&#x1B;[0m
[00:00:03.329,284] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTING&#x1B;[0m
[00:00:03.338,378] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTING&#x1B;[0m
[00:00:06.242,431] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_CONNECTED&#x1B;[0m
[00:00:06.415,985] &#x1B;[0m&amp;lt;dbg&amp;gt; aws_iot_integration.aws_iot_event_handler: AWS_IOT_EVT_READY&#x1B;[0m
[00:00:06.428,894] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.cloud_wrap_event_handler: CLOUD_WRAP_EVT_CONNECTED&#x1B;[0m
[00:00:06.438,568] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_CONNECTED&#x1B;[0m
[00:00:06.446,502] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_module.sub_state_set: Sub state transition SUB_STATE_CLOUD_DISCONNECTED --&amp;gt; SUB_STATE_CLOUD_CONNECTED&#x1B;[0m
[00:00:06.592,346] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATE_TIME_OBTAINED&#x1B;[0m
[00:00:06.611,938] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, GNSS, MOD_STAT)&#x1B;[0m
[00:00:06.642,974] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_ACTIVE&#x1B;[0m
[00:00:06.649,078] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_IDLE --&amp;gt; SUB_STATE_SEARCH&#x1B;[0m
[00:00:06.660,400] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_STARTED&#x1B;[0m
[00:00:06.668,457] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_AGPS_DATA_NEEDED&#x1B;[0m
[00:00:06.676,666] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_AGPS_NEEDED&#x1B;[0m
[00:00:06.683,532] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:00:06.697,967] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:00:06.706,390] &#x1B;[0m&amp;lt;inf&amp;gt; agps: SUPL is initialized&#x1B;[0m
[00:00:06.803,039] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_STATIC_DATA_READY&#x1B;[0m
[00:00:06.897,521] &#x1B;[0m&amp;lt;inf&amp;gt; agps: Starting SUPL session&#x1B;[0m
[00:00:06.934,448] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_READY&#x1B;[0m
[00:00:06.945,373] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_modem_dynamic_buffer: Entry: 1 of 2 in dynamic modem buffer filled&#x1B;[0m
[00:00:07.071,136] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:00:07.204,376] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 1 of 2 in battery buffer filled&#x1B;[0m
[00:00:07.646,820] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_BLOCKED&#x1B;[0m
[00:00:09.066,253] &#x1B;[0m&amp;lt;inf&amp;gt; agps: SUPL session finished successfully&#x1B;[0m
[00:00:21.420,227] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_OPERATION_UNBLOCKED&#x1B;[0m
[00:01:00.363,952] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_ACTIVITY_DETECTION_ENABLE&#x1B;[0m
[00:01:21.706,359] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:01:21.780,334] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:01:21.787,261] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:01:21.834,259] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module:  Data sent, data pointer: 0x200201f8&#x1B;[0m
[00:01:21.912,475] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:01:25.534,332] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_TIMEOUT&#x1B;[0m
[00:01:25.542,358] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_TIMEOUT&#x1B;[0m
[00:01:25.548,614] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_INACTIVE&#x1B;[0m
[00:01:25.554,901] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_SEARCH --&amp;gt; SUB_STATE_IDLE&#x1B;[0m
[00:01:25.565,704] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:01:25.572,723] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_data: No data to encode, JSON string empty...&#x1B;[0m
[00:10:00.363,952] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET_ALL&#x1B;[0m
[00:10:00.370,910] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: APP_EVT_DATA_GET - Requested data types (MOD_DYN, BAT, ENV, GNSS)&#x1B;[0m
[00:10:00.441,284] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_ACTIVE&#x1B;[0m
[00:10:00.447,418] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_IDLE --&amp;gt; SUB_STATE_SEARCH&#x1B;[0m
[00:10:00.458,312] &#x1B;[0m&amp;lt;dbg&amp;gt; sensor_module.environmental_data_get: No external sensors, submitting dummy sensor data&#x1B;[0m
[00:10:00.489,593] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: SENSOR_EVT_ENVIRONMENTAL_NOT_SUPPORTED&#x1B;[0m
[00:10:00.545,013] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_MODEM_DYNAMIC_DATA_NOT_READY&#x1B;[0m
[00:10:00.599,121] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_BATTERY_DATA_READY&#x1B;[0m
[00:10:00.606,811] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec_ringbuffer.cloud_codec_populate_bat_buffer: Entry: 2 of 2 in battery buffer filled&#x1B;[0m
[00:11:04.505,828] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.gps_event_handler: GPS_EVT_SEARCH_TIMEOUT&#x1B;[0m
[00:11:04.513,885] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_TIMEOUT&#x1B;[0m
[00:11:04.520,141] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: GPS_EVT_INACTIVE&#x1B;[0m
[00:11:04.526,458] &#x1B;[0m&amp;lt;dbg&amp;gt; gps_module.sub_state_set: Sub state transition SUB_STATE_SEARCH --&amp;gt; SUB_STATE_IDLE&#x1B;[0m
[00:11:04.537,261] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_READY&#x1B;[0m
[00:11:04.561,706] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: DATA_EVT_DATA_SEND&#x1B;[0m
[00:11:04.568,664] &#x1B;[0m&amp;lt;dbg&amp;gt; cloud_codec.cloud_codec_encode_batch_data: No data to encode, JSON string empty...&#x1B;[0m
[00:11:04.615,417] &#x1B;[1;33m&amp;lt;wrn&amp;gt; cloud_module:  Data sent, data pointer: 0x2001fc98&#x1B;[0m
[00:11:04.665,466] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: CLOUD_EVT_DATA_ACK&#x1B;[0m
[00:11:05.086,456] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CELL_UPDATE&#x1B;[0m
[00:11:32.287,109] &#x1B;[0m&amp;lt;inf&amp;gt; event_manager: MODEM_EVT_LTE_CELL_UPDATE&#x1B;[0m&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/trace_2D00_2021_2D00_09_2D00_23T05_2D00_57_2D00_18.559Z.rar"&gt;devzone.nordicsemi.com/.../trace_2D00_2021_2D00_09_2D00_23T05_2D00_57_2D00_18.559Z.rar&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: subscribing in Assert tracker v2</title><link>https://devzone.nordicsemi.com/thread/330699?ContentTypeID=1</link><pubDate>Wed, 22 Sep 2021 13:54:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83e1a0b8-ed56-48a3-950d-13d5c280a8ad</guid><dc:creator>Markus Tacker (he/him)</dc:creator><description>&lt;div&gt;
&lt;div&gt;Not really sure what is causing this with the limited information at hand.&lt;br /&gt;&lt;br /&gt;If the device is not disconnected from the broker when it sends PINGREQs after keep alive &amp;gt; 130 secs, it indicates that the NAT rule and TLS session are at least alive.&lt;br /&gt;However some networks even drop TCP packets silently.&lt;br /&gt;&lt;br /&gt;It would be great if you could provide more details:&lt;/div&gt;
&lt;ol&gt;
&lt;li&gt;What SIM are you using?&lt;/li&gt;
&lt;li&gt;Which network?&lt;/li&gt;
&lt;li&gt;Please provide logs from the application,&lt;/li&gt;
&lt;li&gt;and ideally a modem trace.&lt;/li&gt;
&lt;/ol&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>