<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118402/nrf9160-slm-self-reboot-cause</link><description>Hello, 
 I&amp;#39;m using the SLM application with an NRF9160. I&amp;#39;m sending AT commands for MQTT publish. After ~10hours the device reboots. 
 
 
 
 The setup AT commands from powerup are as follows: 
 
 
 The application is programmed using the basic SLM code</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Mar 2025 12:01:46 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118402/nrf9160-slm-self-reboot-cause" /><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/529037?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2025 12:01:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:206ba502-f1c0-4116-bf06-a9a70154caac</guid><dc:creator>Hakon</dc:creator><description>[quote user="9160-DEV"]P0.26, P0.30-31[/quote]
&lt;p&gt;I believe these could work, if you can use them as uart pins. Otherwise I assume you can use the SWD interface with RTT as modem trace backend. You can read this &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/100782/can-the-swd-port-p8-be-used-to-collect-trace-data-using-a-serial-to-usb-cable"&gt;comment&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/527534?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 08:28:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d4876db8-cf68-4188-ae4e-5e69fe9514ad</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;I can but the issue is I don&amp;#39;t know how.&lt;/p&gt;
&lt;p&gt;I have some pins broken out to headers that I can collect data from (P0.26, P0.30-31, COEX0-2, VIO/SCLK/SDATA, MAGPIO0-2).&amp;nbsp; Could it be configured to use on any of those?&amp;nbsp; I assume then a TTL/USB converter &amp;amp; collect the data via a serial port and the trace app?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/527524?ContentTypeID=1</link><pubDate>Mon, 17 Mar 2025 08:13:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7da29242-bc7e-4a62-a303-d5f7ebc198d9</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Would it be possible to capture a modem trace (PCAP)? That could reveal why you get the MQTT disconnect.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/522788?ContentTypeID=1</link><pubDate>Thu, 13 Feb 2025 08:38:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112e45ed-35a6-4364-a608-fced960d8e5c</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;Just to follow up on this, I don&amp;#39;t think it&amp;#39;s a network issue.&amp;nbsp; I&amp;#39;ve added code to detect the stuck command (no OK/ERROR within 2 minutes) and reboot the NRF.&amp;nbsp; The rebooted SLM application connects to the network and starts working again straight away.&amp;nbsp; If I go back to waiting for the OK/ERROR response from the MQTTPUB, it can take anywhere between 40mins and a couple of hours to resume working,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/522235?ContentTypeID=1</link><pubDate>Mon, 10 Feb 2025 14:31:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66dd99c6-dc8b-457b-be1c-cf89c4313500</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;I think I&amp;#39;m understanding where the issue comes from.&amp;nbsp; I have now seen 24h running, and it looks like the original problem was caused by my misunderstanding that the SLM application can only receive one command at a time, and when there was an issue I was overloading it with repeated commands.&amp;nbsp; I changed my code to wait for OK/ERROR responses and it is a lot more stable.&lt;/p&gt;
&lt;p&gt;However, you recall from my last message that it sometimes takes a long time for the MQTT PUB to respond, this is still an issue.&lt;/p&gt;
&lt;p&gt;When the MQTT delay occurs, the rest of the SLM appears to run in the background but the messages aren&amp;#39;t output until the command is complete (eg after 1h).&amp;nbsp; I have therefore disabled some debugging (hex output) and turned off %CESQ messages.&amp;nbsp; This has removed corrupted messages that were being received by the Arduino after some time.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Please see the below log:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(01:56:55.953) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.66&amp;quot;,0,0
(01:58:55.932) Stuck cmd: AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.66&amp;quot;,0,0		&amp;lt;----- (No response received)
(02:39:46.635) #XMQTTEVT: 1,-113
(02:39:46.635) MQTT Disconnected.ERROR
(02:39:46.635) 
(02:39:46.635) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.635) Connected
(02:39:46.665) +CEREG: 5,&amp;quot;1BFA&amp;quot;,&amp;quot;0036821F&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.665) Connected
(02:39:46.665) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.665) Connected
(02:39:46.665) +CEREG: 5,&amp;quot;1BFA&amp;quot;,&amp;quot;0036821F&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.678) Connected
(02:39:46.678) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.678) Connected
(02:39:46.678) +CEREG: 5,&amp;quot;1BFA&amp;quot;,&amp;quot;0036821F&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.678) Connected
(02:39:46.678) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.695) Connected
(02:39:46.695) +CEREG: 5,&amp;quot;1BFA&amp;quot;,&amp;quot;0036821F&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.695) Connected
(02:39:46.695) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.695) Connected
(02:39:46.695) +CEREG: 5,&amp;quot;1BFA&amp;quot;,&amp;quot;0036821F&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.710) Connected
(02:39:46.710) +CEREG: 5,&amp;quot;33EF&amp;quot;,&amp;quot;0031E215&amp;quot;,9,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.710) Connected
(02:39:46.710) +CEREG: 5,&amp;quot;1812&amp;quot;,&amp;quot;0033751E&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;00101000&amp;quot;
(02:39:46.710) Connected
(02:39:46.710) +CGEV: ME PDN DEACT 0
(02:39:46.730) +CNEC_EMM: 9
(02:39:46.730) +CEREG: 2,&amp;quot;1812&amp;quot;,&amp;quot;0033751E&amp;quot;,7,0,9
(02:39:46.730) Not Connected: 2
(02:39:47.131) AT%XTEMP?
(02:39:47.149) CPU Temperature: 30 deg
(02:39:47.149) OK
(02:39:47.643) 
(02:39:47.643) SLM: [10:00:56.345,458] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_at_host: AT command failed: -113&amp;lt;ESC&amp;gt;[0m
(02:39:47.643) SLM: [10:00:56.345,733] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_mqtt: ERROR: mqtt_live -128&amp;lt;ESC&amp;gt;[0m
(02:39:47.643) SLM: [10:00:56.345,733] &amp;lt;ESC&amp;gt;[0m&amp;lt;inf&amp;gt; slm_mqtt: MQTT thread terminated&amp;lt;ESC&amp;gt;[0m
(02:39:48.139) AT%XTEMP?
(02:39:48.139) CPU Temperature: 30 deg
(02:39:48.139) OK&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;In it you can see that&amp;nbsp;XMQTTPUB did not receive an OK/ERROR for &amp;gt;40 minutes.&amp;nbsp; It was sent at 01:56:55 and the ERROR was received at 02:39.46.&amp;nbsp; In that time no other commands were sent to the SLM.&lt;/p&gt;
&lt;p&gt;Once the SLM started responding, lots of CEREG messages come in.&amp;nbsp; I believe these were buffered by the SLM but couldn&amp;#39;t be sent earlier because the MQTT was blocking.&lt;/p&gt;
&lt;p&gt;In this case the SLM application was effectively stuck for 40minutes even though there was a valid connection (CEREG: 5).&amp;nbsp; There must either be a faulty timeout in the SLM, or some kind of bug.&amp;nbsp; There is no other debug code.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m unable to get any extra debug/monitoring because this application only has UART, no RTT.&amp;nbsp; I can try to add RTT but unsure of the process.&amp;nbsp; As I said before, I&amp;#39;m happy to buy a Segger, but unsure how to implement it.&amp;nbsp; I&amp;#39;m happy to add the full log, but I don&amp;#39;t think there&amp;#39;s much info in there that will help - there are limited SLM debug messages and it basically shows it sending PUB commands for 24h (~2000 commands) before one fails, which is in the log above.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a reason the SLM blocks for such a large time, or is there a delay that can be shorted?&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: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/521690?ContentTypeID=1</link><pubDate>Thu, 06 Feb 2025 11:07:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:18ef8e78-46f6-4b4b-9077-ceaeb71c4bbf</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Can I see the code? Also, if possible can you please capture a modem trace of all relevant errors?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/521388?ContentTypeID=1</link><pubDate>Tue, 04 Feb 2025 17:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ffd6261-ccaf-42a3-921d-139e3c47c2c4</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;Hi Hakon,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve not seen the reset again following the change to print out the RESETREAS register unfortunately.&lt;/p&gt;
&lt;p&gt;I have however seen the other issue lots - I think there&amp;#39;s a problem in the SLM, or down to the way I&amp;#39;m using it.&amp;nbsp; It appears to get stuck, perhaps there&amp;#39;s a timeout somewhere I could change?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The general pattern is to request the temperature, then send an MQTT publish, for example;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(02:06:45.772) AT%XTEMP?
(02:06:45.806) CPU Temperature: 23 deg
(02:06:45.806) OK
(02:06:47.772) AT#XMQTTPUB=&amp;quot;sensor/255/cpu_temp/C&amp;quot;,&amp;quot;23&amp;quot;,0,0
(02:06:47.794) OK&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then after some time, there is no response to the AT#MQTTPUB command.&amp;nbsp; The reason for UART_RX_RDY failure appears to be that the buffer is full because I had continued to send AT commands - so I have changed the code to wait for OK/ERROR response instead.&lt;/p&gt;
&lt;p&gt;Now after some time waiting for OK, there is a heap overflow where the CESQ isn&amp;#39;t output by the SLM but is stored internally;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(02:44:17.964) SLM: [04:06:22.879,882] &amp;lt;ESC&amp;gt;[1;33m&amp;lt;wrn&amp;gt; at_monitor: No heap space for incoming notification: %CESQ: 28,1,11,1
(02:44:28.236) SLM: [04:06:33.144,195] &amp;lt;ESC&amp;gt;[1;33m&amp;lt;wrn&amp;gt; at_monitor: No heap space for incoming notification: %CESQ: 29,1,3,0
(02:44:38.860) SLM: [04:06:43.771,484] &amp;lt;ESC&amp;gt;[1;33m&amp;lt;wrn&amp;gt; at_monitor: No heap space for incoming notification: %CESQ: 29,1,13,1
...&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then, after some hours (of nothing being output rather than the heap error), the OK/ERROR finally arrives and notifications start coming again;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(05:56:02.744) #XMQTTEVT: 1,-113
(05:56:02.788) ERROR
(05:56:02.788) ERROR
(05:56:02.788) %XTEMP: 21
(05:56:02.788) CPU Temperature: 21 deg
(05:56:02.788) OK
(05:56:02.788) %CESQ: 28,1,7,1
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve looked at the SLM code and can&amp;#39;t&amp;nbsp;see an obvious reason for the pause... but then I don&amp;#39;t really understand it.&amp;nbsp; Also how can I get to see the MQTT error output via UART (eg &amp;quot;NET_ERR&amp;quot;), which might help?&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: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/520407?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 15:14:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b61561a3-b5fc-4bc1-af58-2bf075eee62f</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;I don&amp;#39;t think there is an AT command for that.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/520359?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 12:21:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:37b57abc-57aa-404c-b40b-452699457ceb</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;Hello Hakon,&lt;/p&gt;
&lt;p&gt;I haven&amp;rsquo;t. Is it possible to check that via the SLM AT commands, or should I make changes to the SLM code to output the register on start?&lt;/p&gt;
&lt;p&gt;Many thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/520349?ContentTypeID=1</link><pubDate>Tue, 28 Jan 2025 11:43:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:77d8ba95-10d3-4a97-857c-caf04e203edd</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="9160-DEV"][EDIT] Maybe not - I have seen the reboot again too - perhaps there are two issues!?&amp;nbsp;[/quote]
&lt;p&gt;It resets even after setting&lt;/p&gt;
&lt;div&gt;&lt;span&gt;CONFIG_RESET_ON_FATAL_ERROR&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&gt;&lt;span&gt;Have you checked the RESETREAS register?&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: NRF9160 SLM self reboot cause</title><link>https://devzone.nordicsemi.com/thread/520262?ContentTypeID=1</link><pubDate>Mon, 27 Jan 2025 19:14:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9057d74b-1a3e-4f3e-b39e-9225de3f2e63</guid><dc:creator>9160-DEV</dc:creator><description>&lt;p&gt;Unsure if this is progress, but I have made a change to the prj options and have a different error.&amp;nbsp; I saw in another answer to try&amp;nbsp;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_RESET_ON_FATAL_ERROR&lt;/span&gt;&lt;span&gt;=n&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_THREAD_NAME&lt;/span&gt;&lt;span&gt;=y&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;I have started to see the below error (last 2 runs, after a couple of hours...)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;slm_uart_handler: UART_RX_RDY failure: -35&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;(18:59:47.348) AT%XTEMP?
(18:59:47.348) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.59&amp;quot;,0,0
(18:59:47.348) CPU Temperature: 30 deg
(18:59:47.348) AT#XMQTTPUB=&amp;quot;sensor/255/cpu_temp/C&amp;quot;,&amp;quot;30&amp;quot;,0,0
(18:59:48.355) SLM: [01:50:07.503,997] &amp;lt;ESC&amp;gt;[0m&amp;lt;dbg&amp;gt; slm_at_host: cmd_send: RX
(18:59:48.391) SLM:                                       41 54 25 58 54 45 4d 50  3f                      |AT%XTEMP ?       &amp;lt;ESC&amp;gt;[0m
(18:59:48.391) SLM: [01:50:07.504,791] &amp;lt;ESC&amp;gt;[0m&amp;lt;dbg&amp;gt; slm_at_host: slm_at_send_indicate: TX
(18:59:48.391) SLM:                                       0d 0a 25 58 54 45 4d 50  3a 20 33 30 0d 0a 0d 0a |..%XTEMP : 30....
(18:59:48.391) SLM:                                       4f 4b 0d 0a                                      |OK..             &amp;lt;ESC&amp;gt;[0m
(18:59:48.424) SLM: [01:50:07.504,852] &amp;lt;ESC&amp;gt;[0m&amp;lt;dbg&amp;gt; slm_at_host: cmd_send: RX
(18:59:48.424) SLM:                                      41 54 23 58 4d 51 54 54  0 42 3d 22 73 65 6e |AT#XMQTT PUB=&amp;quot;sen
(18:59:48.424) SLM:                                       73 6f 72 2f 32 35 35 2f   61 74 74 65 72 79 2f |sor/255/ battery/
(18:59:48.424) SLM:                                       56 22 2c 22 31 31 2e 35  22 2c 30 2c 30       |V&amp;quot;,&amp;quot;11.5 9&amp;quot;,0,0  &amp;lt;ESC&amp;gt;[0m
(19:00:17.219) AT%XTEMP?
(19:00:17.219) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:00:47.106) AT%XTEMP?
(19:00:47.106) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:01:16.993) AT%XTEMP?
(19:01:16.993) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:01:46.863) AT%XTEMP?
(19:01:46.863) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:02:16.750) AT%XTEMP?
(19:02:16.750) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:02:17.774) SLM: [01:52:36.916,259] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 59&amp;lt;ESC&amp;gt;[0m
(19:02:46.638) AT%XTEMP?
(19:02:46.638) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:02:47.645) SLM: [01:53:06.796,569] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 59&amp;lt;ESC&amp;gt;[0m
(19:03:16.508) AT%XTEMP?
(19:03:16.508) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:03:17.532) SLM: [01:53:36.674,346] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 21&amp;lt;ESC&amp;gt;[0m
(19:03:17.548) SLM: [01:53:36.674,407] &amp;lt;ESC&amp;gt;[1;33m&amp;lt;wrn&amp;gt; slm_uart_handler: Disabling UART RX: No event space.&amp;lt;ESC&amp;gt;[0m
(19:03:17.564) SLM: [01:53:36.679,992] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 38&amp;lt;ESC&amp;gt;[0m
(19:03:46.395) AT%XTEMP?
(19:03:46.395) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:03:47.419) SLM: [01:54:06.564,178] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 59&amp;lt;ESC&amp;gt;[0m
(19:04:16.282) AT%XTEMP?
(19:04:16.282) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:04:17.306) SLM: [01:54:36.447,021] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 59&amp;lt;ESC&amp;gt;[0m
(19:04:46.169) AT%XTEMP?
(19:04:46.169) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.56&amp;quot;,0,0
(19:04:47.193) SLM: [01:55:06.335,906] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 59&amp;lt;ESC&amp;gt;[0m
(19:05:16.056) AT%XTEMP?
(19:05:16.056) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.59&amp;quot;,0,0
(19:05:17.064) SLM: [01:55:36.217,376] &amp;lt;ESC&amp;gt;[1;31m&amp;lt;err&amp;gt; slm_uart_handler: UART_RX_RDY failure: -35, dropped: 41&amp;lt;ESC&amp;gt;[0m
(19:05:45.943) AT%XTEMP?
(19:05:45.943) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.66&amp;quot;,0,0
(19:06:15.814) AT%XTEMP?
(19:06:15.830) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:06:45.701) AT%XTEMP?
(19:06:45.701) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.63&amp;quot;,0,0
(19:07:15.604) AT%XTEMP?
(19:07:15.604) AT#XMQTTPUB=&amp;quot;sensor/255/battery/V&amp;quot;,&amp;quot;11.56&amp;quot;,0,0&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is that progress... ?!&amp;nbsp; Any ideas? Thanks!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[EDIT] Maybe not - I have seen the reboot again too - perhaps there are two issues!?&amp;nbsp; &lt;span class="emoticon" data-url="https://devzone.nordicsemi.com/cfs-file/__key/system/emoji/1f61e.svg" title="Disappointed"&gt;&amp;#x1f61e;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>