<?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>using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109962/using-nrf9160-slm</link><description>Hi Team, 
 
 Can you please provide your inputs here. 
 1. Is the nRF9160 SLM supports NIDD(non-ip data delivery)? If yes, can you please provide the AT commands to configure NIDD. 
 2. Is the nRF9160 SLM MQTT supports TLS? 
 3. We have tried nRF9160</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 03 May 2024 13:39:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109962/using-nrf9160-slm" /><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481816?ContentTypeID=1</link><pubDate>Fri, 03 May 2024 13:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2842c7ca-fc1d-493b-91e9-40672d0c8743</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;p&gt;1)Yes, 2) No.&lt;/p&gt;
&lt;p&gt;The buffer will be clean up and reused by next publish action.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481283?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 12:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9544323b-e2c4-4fb9-8012-52f9d098983f</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can you please respond, I am awaiting for your comments.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. &lt;span&gt;CONFIG_SLM_MQTTC_MESSAGE_BUFFER_LEN&lt;/span&gt;&lt;span&gt;=512.&amp;nbsp;&lt;/span&gt;For example if we want to publish 4KB of data, can we publish 512 bytes 8(4KB/512) times as below? I mean connect one time and publish 8 consecutive packets?&lt;/p&gt;
&lt;table width="512"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="4" width="256"&gt;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;AT#XMQTTCON=1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,\&amp;quot;192.168.0.102\&amp;quot;,1883&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;1. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;2. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;7. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;8. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;AT#XMQTTCON=0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. OR Do we need to config, connect, publish and disconnect for every 512 bytes as below?&lt;/p&gt;
&lt;table width="512"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td colspan="4" width="256"&gt;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;td width="64"&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;AT#XMQTTCON=1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,\&amp;quot;192.168.0.102\&amp;quot;,1883&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;1. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;AT#XMQTTCON=0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="4"&gt;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;AT#XMQTTCON=1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,\&amp;quot;192.168.0.102\&amp;quot;,1883&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;2. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;AT#XMQTTCON=0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;.&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="4"&gt;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;AT#XMQTTCON=1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,\&amp;quot;192.168.0.102\&amp;quot;,1883&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;7. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;AT#XMQTTCON=0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="4"&gt;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="5"&gt;AT#XMQTTCON=1,&amp;quot;&amp;quot;,&amp;quot;&amp;quot;,\&amp;quot;192.168.0.102\&amp;quot;,1883&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="8"&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;8. Hi How are you&amp;hellip;......(512 bytes)&amp;quot;,1,0&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td colspan="2"&gt;AT#XMQTTCON=0&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sravan Rikka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481209?ContentTypeID=1</link><pubDate>Tue, 30 Apr 2024 07:36:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c843c46a-aa77-48ef-aa52-ad2c9c260393</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;No, the maximum limitation is nRF9160 RAM size, which is 256KB. You can always allocate a biggerbuffer that is not used by the application at build time as long as region `RAM&amp;#39; is not overflowed.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481037?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 10:09:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1aca9980-fa62-4ee0-a9c2-72de9681f884</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. If I want to increase buffer size as&amp;nbsp;&lt;span&gt;CONFIG_SLM_MQTTC_MESSAGE_BUFFER_LEN&lt;/span&gt;&lt;span&gt;=65535. Can I increase to 65535, is there any limitation? What is the maximum allowed buffer size?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2. In data mode maximum&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/slm_data_mode.html#config-slm-datamode-buf-size"&gt;CONFIG_SLM_DATAMODE_BUF_SIZE&lt;/a&gt;=4096, Is it possible to increase this buffer size to 65535? Is there any limitation? What is the maximum allowed buffer size?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sravan Rikka&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481034?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 09:54:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b17fa20e-a522-4fa4-ad95-b7ac72cecd86</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;1. Yes, with default SLM.&lt;/p&gt;
&lt;p&gt;2.No. I assume you mean command &amp;quot;&lt;span&gt;#XTCPSEND[=&amp;lt;data&amp;gt;]&lt;/span&gt;&amp;quot; by saying &amp;quot;TCP mode&amp;quot;.&lt;/p&gt;
&lt;p&gt;See document:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/TCPUDP_AT_commands.html#tcp-send-data-xtcpsend"&gt;TCP and UDP AT commands — nRF Connect SDK 2.6.0 documentation (nordicsemi.com)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;The&amp;nbsp;&lt;code&gt;&lt;span&gt;&amp;lt;data&amp;gt;&lt;/span&gt;&lt;/code&gt;&amp;nbsp;parameter is a string that contains the data to be sent. The maximum size of the data is 1024 bytes. When the parameter is not specified, SLM enters&amp;nbsp;&lt;code&gt;&lt;span&gt;slm_data_mode&lt;/span&gt;&lt;/code&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;In normal mode, the maximum data size you can send is decided by SLM_MAX_PAYLOAD_SIZE=1024.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;In data mode, the maximum data size you can send is&amp;nbsp;controlled by&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/slm_data_mode.html#config-slm-datamode-buf-size"&gt;&lt;span&gt;CONFIG_SLM_DATAMODE_BUF_SIZE&lt;/span&gt;&lt;/a&gt;, which is 4096 bytes.&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/481016?ContentTypeID=1</link><pubDate>Mon, 29 Apr 2024 09:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:477597e8-e2aa-40a6-ac8c-145e762a4b7c</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;1. It is clear that we can publish only 512 bytes in one call using MQTT. If we want to publish 2048 bytes, we have to make 4 MQTT calls, am I correct?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. In TCP mode also we can transfer 512 bytes maximum in a TCP call?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/480838?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 08:51:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eab9d71-3fb2-4dbe-bee4-0c9c1aa4dad9</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;p&gt;I did further check with the SLM codes, and figure the smallest limitation is actually not 4K from UART buffer, but&amp;nbsp;&lt;span&gt;CONFIG_SLM_MQTTC_MESSAGE_BUFFER_LEN, which is 512 bytes.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;1. 64KB is still quite big.&amp;nbsp;Yes, you can fragment and reassembly 64KB data into small pieces on application layer and send through MQTT.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. It is possible, you need to modify the current SLM&amp;nbsp;and do more exploration.&amp;nbsp;At least the following configurations need to pay attention. No AT command can simply do such modification.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SLM_DATAMODE_BUF_SIZE&lt;/span&gt;&lt;span&gt;=4096&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;CONFIG_SLM_MQTTC_MESSAGE_BUFFER_LEN&lt;/span&gt;&lt;span&gt;=512&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;3. For the current SLM implementation, you can only send 512 byte size message.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/480613?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 08:57:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84908217-c82b-42ba-a53a-c84d6f6dbfca</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Hi Charlie,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I am not sending 256MB but want to understand how nRF9160 behaves or limitations when I send more data like 256MB.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;As per my application, I want to send 64KB of data. Can you please answer now? for my below queries.&lt;/p&gt;
&lt;p&gt;1. If we want to publish 64KB of data, do we need to publish multiples of 4KB? or Can I send 64KB in single publish?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;64B/4KB=16 times we have to publish 4KB data?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 1 Hi How are you........ (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 2 Hi How are you........ (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 3 Hi How are you.......... (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 15 Hi How are you....... (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 16 Hi How are you....... (Assume it is 4KB)&amp;quot;&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;2. is there any possibility to modify the message size&amp;nbsp;more than 4KB? If yes, can you please tell the the AT command?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. Only 4KB of data can be published per call? If I want publish16KB, then I have to do 4 calls?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please provide your comments.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Sravan Rikka&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/480606?ContentTypeID=1</link><pubDate>Thu, 25 Apr 2024 08:18:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bbe329a-e9b0-4e6c-bfee-7c796b88a067</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;p&gt;Just wonder could you explain more about your application? Why you need to send 256MB data with MQTT through Cellular IoT network?&lt;/p&gt;
&lt;p&gt;This is not a usual choice. Here are some of the reasons.&lt;/p&gt;
&lt;p&gt;1. Cellular IoT like NB-IoT/LTE-M are very slow compared with&amp;nbsp;other LTE technologies like 4G, 5G. It is designed for simple IoT sensor data transmission.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. MQTT is also designed for message transmission, so MQTT/TCP over Cellular IoT will make&amp;nbsp;the data transmission even more slow.&lt;/p&gt;
&lt;p&gt;3. 256MB is a very big file in IoT world. If you use the most common LTE-M relase13 Uplink peak rate &lt;span&gt;1 Mbit/s, it will take more than half one hour. It is no surprise it will take more time when retransmission happens on different layers LTE-M/IP/TCP/MQTT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I suggest you read about the white paper &amp;lt;&lt;a href="https://infocenter.nordicsemi.com/pdf/nwp_044.pdf"&gt;Best practices for cellular IoT development&lt;/a&gt;&amp;gt; before you decide to move forward.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;You can also&amp;nbsp;try to contact with our local sales and FAE team about your project to get more onsite help.&amp;nbsp;&lt;a href="https://www.nordicsemi.com/About-us/Contact-Us"&gt;Contact us - nordicsemi.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/480151?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 09:24:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:137e45e5-5528-47d8-b98e-65ad4345e290</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Can you please respond for below queries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. If we want to publish 256MB of data, do we need to publish multiples of 4KB?&lt;/p&gt;
&lt;p&gt;256MB/4KB=65536 times we have to publish 4KB data?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;span&gt;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 1 Hi How are you........ (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 2 Hi How are you........ (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 3 Hi How are you.......... (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; .&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 65535 Hi How are you....... (Assume it is 4KB)&amp;quot;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot; 65536 Hi How are you....... (Assume it is 4KB)&amp;quot;&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;2. is there any possibility to modify the message size&amp;nbsp;more than 4KB? If yes, can you please tell the the AT command?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/480144?ContentTypeID=1</link><pubDate>Tue, 23 Apr 2024 09:11:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:326b5d84-06c0-4a39-afd2-de9ff1d493b2</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;1. No, the message size&amp;nbsp;is limited to 4KB with Serial LTE Modem default configuration.&lt;/p&gt;
&lt;p&gt;2. I am traveling so not able to do a test, but I do have some suggestion for you to check. First, you have to make sure the LTE connection is built before using MQTT, this can be checked with &amp;quot;AT+CEREG?&amp;quot; or use &amp;quot;AT+CEREG=5&amp;quot; to enable notification before &amp;quot;AT+CFUN=1&amp;quot;. Second, I think it is not necessary to add &amp;quot;\&amp;quot; before &amp;quot;, just use the commands as the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands.html#id9"&gt;examples&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;3. If it enabled correctly, it will work.&lt;/p&gt;
&lt;p&gt;I will give it a try later and update you the log.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/479722?ContentTypeID=1</link><pubDate>Fri, 19 Apr 2024 13:16:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22418740-1681-4bea-b402-ea7d0246ade7</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;1. I didn&amp;#39;t get it clearly. I want to publish 256MB of data to Mosquito broker. Can I send 256MB using this publish command AT#XMQTTPUB=\&amp;quot;sravan/mqtttopic\&amp;quot;,&amp;quot;Hi How are you ------------------------(256MB of data)&amp;quot;,1,0.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;2. No, I mean&amp;nbsp;AT#XMQTTCFG? itself giving ERROR. Please see below screenshot. For your information, I can able to make call using TCP commands but MQTT read command itself is not working, I mean giving ERROR response. Do I need to configure anything to enable the MQTT feature?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1134.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3. How do I need to know that MQTT is enabled in that SLM nRF9160?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/479675?ContentTypeID=1</link><pubDate>Fri, 19 Apr 2024 11:05:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92eb00b6-bd4b-409d-a3cd-71dd741a9abf</guid><dc:creator>Charlie</dc:creator><description>[quote user="sravan.rikka"]1. We are using mosquito broker then can I publish 256MB of data using&amp;nbsp;&lt;span&gt;MQTT&amp;nbsp; AT command? Will the&amp;nbsp;nRF9160&amp;nbsp;sends out 256MB of data in single shot?&lt;/span&gt;[/quote]
&lt;p&gt;According to&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101645/mqtt-publish-max-size/435465"&gt;RE: MQTT Publish Max size&lt;/a&gt;,&amp;nbsp;&lt;br /&gt;&lt;em&gt;For MQTT publishing, MQTT messages can be divided into several TCP packages, so the limitation is mainly how much data datamode can receive before sending the MQTT message out, and it is 4KB(decided by datamode ring buffer size&amp;nbsp;UART_DATA_SIZE&amp;nbsp;4096)&lt;/em&gt;&lt;em&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;so you cannot. On MQTT protocol level, it sends in a single shot. On TCP protocol level, it fragments big MQTT message in to small TCP packets to send out.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
[quote user="sravan.rikka"]2. Please see the screenshot of Desktop-&amp;gt;Serial Terminal app.[/quote]
&lt;p&gt;There is no command with format &amp;quot;&lt;span&gt;AT+XMQTTCON?&lt;/span&gt;&amp;quot; in &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands.html"&gt;MQTT client AT commands — nRF Connect SDK 2.6.0 documentation (nordicsemi.com)&lt;/a&gt;. Do you mean &amp;quot;AT#XMQTTCON?&amp;quot;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/479633?ContentTypeID=1</link><pubDate>Fri, 19 Apr 2024 08:43:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a5f4236-936f-45bc-975f-90c01c743ee1</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;1. We are using mosquito broker then can I publish 256MB of data using&amp;nbsp;&lt;span&gt;MQTT&amp;nbsp; AT command? Will the&amp;nbsp;nRF9160&amp;nbsp;sends out 256MB of data in single shot?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;2. Please see the screenshot of Desktop-&amp;gt;Serial Terminal app.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2768.mqtt.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/show-log.txt"&gt;devzone.nordicsemi.com/.../show-log.txt&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/479522?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 16:22:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a353002-2ec7-49f0-8415-a2a01f31ab3a</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;p&gt;1. See&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/101645/mqtt-publish-max-size/435465"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/101645/mqtt-publish-max-size/435465&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;2. See&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/README.html"&gt;Serial LTE modem — nRF Connect SDK 2.6.0 documentation (nordicsemi.com)&lt;/a&gt;. SLM support two type of AT commands.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Modem-specific AT commands -&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands_nrf91x1/REF/at_commands/intro_nrf91x1.html"&gt;nRF91x1 AT Commands Reference Guide&lt;/a&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/intro_nrf9160.html"&gt;nRF9160 AT Commands Reference Guide&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Proprietary AT commands -&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/applications/serial_lte_modem/doc/AT_commands.html#slm-at-commands"&gt;&lt;span&gt;SLM-specific AT commands&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;About the MQTTCFG error, could you test with the nRF Connect for Desktop-&amp;gt;Serial Terminal app and show me the log?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/479381?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 09:48:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff0fc75a-3d02-4c46-a282-18a819e0c49b</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Thank you for the clarification.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. What is the maximum payload we can send using MQTT?&lt;/p&gt;
&lt;p&gt;2. Under &amp;quot;nrf9160_at_commands_v2.4&amp;quot; doc I couldn&amp;#39;t find the MQTT related AT commands, where can I get it?&lt;/p&gt;
&lt;p&gt;I got it at below path.&lt;/p&gt;
&lt;p&gt;&lt;a id="" href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/doc/MQTT_AT_commands.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;And tried communicating with MQTT commands.&lt;/p&gt;
&lt;p&gt;When I send&amp;nbsp;AT#XMQTTCFG=\&amp;quot;sravan/clientid\&amp;quot;,60,0 , got ERROR response. Then thought to test read command then tried AT#XMQTTCFG? and got ERROR response. Why nRF9160 is giving error response for read command as well? am I missing anything.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478933?ContentTypeID=1</link><pubDate>Tue, 16 Apr 2024 10:43:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8256c634-f52b-4218-aaaa-b59a2034c6e1</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;You can disable the external flash in device tree or simply remove it, but the source codes already self explained how external flash is used, I wonder why&amp;nbsp;you need to confirm.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478719?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 10:45:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:17984991-1604-4e98-9e9a-aefef38128a9</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Thank you very much for the clarifications.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. In case of op=1 or op=2, after upgrading how do I need to confirm that it is upgraded in internal Flash only.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478711?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 10:36:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a96f3275-b26a-4914-b5ed-d68940b51769</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Yes, you are correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478691?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 09:26:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cc4040a6-54c5-4ac3-92ba-eecef986e906</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Thank you for the quick response.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;4. In case of op=1 or op=2, after upgrade we have to reset the nrF9160 MCU to reflect the upgrades, am I correct?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478687?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 09:21:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:29fccd73-f656-4cc3-acc6-fa2e1ed74249</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;1&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for application update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;2&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for modem delta update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code&gt;&lt;span&gt;3&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for full modem update. Can only be used when the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code&gt;&lt;span&gt;overlay-full_fota.conf&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;configuration file is used.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;1. For op=1, you are correct.&lt;/p&gt;
&lt;p&gt;2. For op=2, you are half correct. It only does Modem delta upgrades, no SLM application firmware upgrade. You can refer to this page about modem delta upgrade:&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/libraries/dfu/dfu_target.html#modem-delta-upgrades"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/libraries/dfu/dfu_target.html#modem-delta-upgrades&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;3. For op=3, you are wrong. It only does&amp;nbsp;&lt;span&gt;full modem update, no SLM application firmware upgrade.&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/libraries/dfu/dfu_target.html#full-modem-upgrades"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/libraries/dfu/dfu_target.html#full-modem-upgrades&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. Yes, you are correct.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5.&amp;nbsp;The full modem firmware data will be downloaded and stored in external flash first, then loaded from external flash to internal modem&amp;#39;s flash.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478544?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 12:36:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a3efa759-f0b7-4a04-aa89-78429dcfea50</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Radio Firmware means mfw.&lt;/p&gt;
&lt;p&gt;Can you please answer to below 5 queries.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;1. When we select op=1, it will upgrade the SLM application firmware only, am I correct?&lt;/p&gt;
&lt;p&gt;2. When&amp;nbsp;&lt;span&gt;we select op=2, it will upgrade the mfw firmware only, am I correct?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3. When&amp;nbsp;we select op=3, it will upgrade both SLM application firmware and mfw firmware, am I correct?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;4. When we select op=1 o op=2, the firmware upgrade will happen in internal Flash, am I correct?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;5.&amp;nbsp;When we select op=3, the firmware upgrade will happen in external Flash, am I correct?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478525?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 10:52:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99d2e992-a9b7-449c-8c23-fc7f52241874</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Sravan,&lt;/p&gt;
&lt;p&gt;I am not sure which kind of&amp;nbsp;&lt;span&gt;Radio Firmware you mean here. Do you mean MFW(modem firmware) running in net core?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If yes, you can update&amp;nbsp;either application firmware or MFW&amp;nbsp;according to your needs separately. For examples, if&amp;nbsp;critical bugs fix or new features are added.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;op=0 do not support resume. All the ops actions can be checked in SLM source code, or you can simply do some tests to make sure they work as you expect.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/25f99408c28f9a212571024be0cb815256474c54/applications/serial_lte_modem/src/slm_at_fota.c#L296"&gt;https://github.com/nrfconnect/sdk-nrf/blob/25f99408c28f9a212571024be0cb815256474c54/applications/serial_lte_modem/src/slm_at_fota.c#L296&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Feel free to check with me if you have any new questions.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478427?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 05:45:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49d20376-cd50-4fc6-a04b-81576c825635</guid><dc:creator>sravan.rikka</dc:creator><description>&lt;p&gt;Thank you for the clarification. now, NIDD is clear to me.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;3. We have SLM application firmware and Radio Firmware, both we have to upgrade right?&lt;/p&gt;
&lt;p&gt;&lt;span class="n"&gt;AT&lt;/span&gt;&lt;span class="c1"&gt;#XFOTA=&amp;lt;op&amp;gt;[,&amp;lt;file_url&amp;gt;[,&amp;lt;sec_tag&amp;gt;[,&amp;lt;pdn_id&amp;gt;]]]&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;0&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Stop FOTA (during download only). Can be used as a way to pause and resume the download, by issuing the same FOTA start command to resume.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;1&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for application update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;2&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for modem delta update.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;code class="docutils literal notranslate"&gt;&lt;span class="pre"&gt;3&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;- Start FOTA for full modem update. Can only be used when the&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;code class="file docutils literal notranslate"&gt;&lt;span class="pre"&gt;overlay-full_fota.conf&lt;/span&gt;&lt;/code&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;configuration file is used.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;When we select op=1, it will upgrade the SLM application firmware only, am I correct?&lt;/p&gt;
&lt;p&gt;When&amp;nbsp;&lt;span&gt;we select op=2, it will upgrade the Radio firmware only, am I correct?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When&amp;nbsp;we select op=3, it will upgrade both SLM application firmware and Radio firmware, am I correct?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: using nRF9160 SLM</title><link>https://devzone.nordicsemi.com/thread/478350?ContentTypeID=1</link><pubDate>Thu, 11 Apr 2024 13:48:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:21b3a8f9-e44e-4633-9a2b-5b8be229eee2</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Here you can find the latest AT Commands document&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/packet_domain/cgdcont_set.html"&gt;https://docs.nordicsemi.com/bundle/ref_at_commands/page/REF/at_commands/packet_domain/cgdcont_set.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Yes, your understanding is correct.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>