<?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>Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76466/configuration-mqtt-simple</link><description>Hello, 
 I&amp;#39;m trying to establish a connection with my own MQTT brocker on MQTT Box. I change the config on the prj.conf and on Kconfig file, like this : 
 
 
 But when i rebuild the solution and run the sample, it seems like it was always the previous</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 23 Jun 2021 08:47:16 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76466/configuration-mqtt-simple" /><item><title>RE: Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/thread/316640?ContentTypeID=1</link><pubDate>Wed, 23 Jun 2021 08:47:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:62ebe7bd-9f7c-4329-8285-c8c75770ef16</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;From the monitor output it&amp;nbsp;looks like your are not subscribing or publishing to the correct topics. Your application is subscribing and publishing to:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;2021-06-22T12:37:09.433Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.178,771] [0m&amp;lt;inf&amp;gt; mqtt_simple: Subscribing to: my/subscribe/topic len 18[0m
2021-06-22T12:37:09.439Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.327,819] [0m&amp;lt;inf&amp;gt; mqtt_simple: SUBACK packet id: 1234[0m
2021-06-22T12:37:09.446Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.477,783] [0m&amp;lt;inf&amp;gt; mqtt_simple: MQTT PUBLISH result=0 len=2[0m
2021-06-22T12:37:09.458Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.477,874] [0m&amp;lt;inf&amp;gt; mqtt_simple: Received: Yo[0m
2021-06-22T12:37:09.459Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.524,078] [0m&amp;lt;inf&amp;gt; mqtt_simple: Publishing: Yo[0m
2021-06-22T12:37:09.472Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.524,078] [0m&amp;lt;inf&amp;gt; mqtt_simple: to topic: my/publish/topic len: 16[0m
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Please verify topics.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/thread/316483?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 12:52:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3985830a-5261-43ee-bce4-49225d69b165</guid><dc:creator>leo_</dc:creator><description>&lt;p&gt;LTE link monitor gives this&amp;nbsp; :&lt;pre class="ui-code" data-mode="text"&gt;2021-06-22T12:33:44.562Z INFO Application data folder: C:\Users\leo\AppData\Roaming\nrfconnect\pc-nrfconnect-linkmonitor
2021-06-22T12:33:44.635Z DEBUG App pc-nrfconnect-linkmonitor v1.1.10 official
2021-06-22T12:33:44.636Z DEBUG App path: C:\Users\leo\.nrfconnect-apps\node_modules\pc-nrfconnect-linkmonitor
2021-06-22T12:33:44.636Z DEBUG nRFConnect 3.6.1 is supported by the app (^3.6.0)
2021-06-22T12:33:44.636Z DEBUG nRFConnect path: C:\Users\leo\AppData\Local\Programs\nrfconnect\resources\app.asar
2021-06-22T12:33:44.636Z DEBUG HomeDir: C:\Users\leo
2021-06-22T12:33:44.636Z DEBUG TmpDir: C:\Users\leo\AppData\Local\Temp
2021-06-22T12:33:44.650Z VERBOSE Could not fetch serial number for serial port at COM3
2021-06-22T12:33:44.650Z VERBOSE Could not fetch serial number for serial port at COM4
2021-06-22T12:33:44.650Z VERBOSE Could not fetch serial number for serial port at COM5
2021-06-22T12:33:44.651Z VERBOSE Could not fetch serial number for serial port at COM6
2021-06-22T12:33:49.273Z INFO Modem port is opened
2021-06-22T12:33:49.280Z DEBUG modem &amp;gt;&amp;gt; AT+CFUN?
2021-06-22T12:33:49.320Z DEBUG modem &amp;lt;&amp;lt; +CFUN: 1
2021-06-22T12:33:49.322Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.343Z DEBUG modem &amp;gt;&amp;gt; AT+CGSN=1
2021-06-22T12:33:49.359Z DEBUG modem &amp;lt;&amp;lt; +CGSN: &amp;quot;352656106125548&amp;quot;
2021-06-22T12:33:49.362Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.367Z DEBUG modem &amp;gt;&amp;gt; AT+CGMI
2021-06-22T12:33:49.384Z DEBUG modem &amp;lt;&amp;lt; Nordic Semiconductor ASA
2021-06-22T12:33:49.387Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.396Z DEBUG modem &amp;gt;&amp;gt; AT+CGMM
2021-06-22T12:33:49.411Z DEBUG modem &amp;lt;&amp;lt; nRF9160-SICA
2021-06-22T12:33:49.414Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.418Z DEBUG modem &amp;gt;&amp;gt; AT+CGMR
2021-06-22T12:33:49.433Z DEBUG modem &amp;lt;&amp;lt; mfw_nrf9160_1.2.3
2021-06-22T12:33:49.435Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.436Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.2.3] SerNr: 352656106125548
2021-06-22T12:33:49.444Z DEBUG modem &amp;gt;&amp;gt; AT+CEMODE?
2021-06-22T12:33:49.461Z DEBUG modem &amp;lt;&amp;lt; +CEMODE: 2
2021-06-22T12:33:49.464Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.478Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND=?
2021-06-22T12:33:49.496Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: (1,2,3,4,5,8,12,13,18,19,20,25,26,28,66)
2021-06-22T12:33:49.502Z DEBUG modem &amp;lt;&amp;lt; 
2021-06-22T12:33:49.504Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.519Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE?
2021-06-22T12:33:49.535Z DEBUG modem &amp;lt;&amp;lt; +CMEE: 0
2021-06-22T12:33:49.537Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.543Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE=1
2021-06-22T12:33:49.560Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.564Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC?
2021-06-22T12:33:49.579Z DEBUG modem &amp;lt;&amp;lt; +CNEC: 0
2021-06-22T12:33:49.582Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.586Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC=24
2021-06-22T12:33:49.600Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.603Z DEBUG modem &amp;gt;&amp;gt; AT+CGEREP?
2021-06-22T12:33:49.616Z DEBUG modem &amp;lt;&amp;lt; +CGEREP: 0,0
2021-06-22T12:33:49.618Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.621Z DEBUG modem &amp;gt;&amp;gt; AT+CGDCONT?
2021-06-22T12:33:49.631Z DEBUG modem &amp;lt;&amp;lt; +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;orange.m2m.spec&amp;quot;,&amp;quot;10.160.64.147&amp;quot;,0,0
2021-06-22T12:33:49.633Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.647Z DEBUG modem &amp;gt;&amp;gt; AT+CGACT?
2021-06-22T12:33:49.653Z DEBUG modem &amp;lt;&amp;lt; +CGACT: 0,1
2021-06-22T12:33:49.655Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.665Z DEBUG modem &amp;gt;&amp;gt; AT+CGEREP=1
2021-06-22T12:33:49.677Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.682Z DEBUG modem &amp;gt;&amp;gt; AT+CIND=1,1,1
2021-06-22T12:33:49.687Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.694Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG=5
2021-06-22T12:33:49.710Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.712Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG?
2021-06-22T12:33:49.730Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 5,1,&amp;quot;08C1&amp;quot;,&amp;quot;00997605&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2021-06-22T12:33:49.735Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.750Z DEBUG modem &amp;gt;&amp;gt; AT+COPS=3,2
2021-06-22T12:33:49.763Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.766Z DEBUG modem &amp;gt;&amp;gt; AT+COPS?
2021-06-22T12:33:49.778Z DEBUG modem &amp;lt;&amp;lt; +COPS: 0,2,&amp;quot;20801&amp;quot;,7
2021-06-22T12:33:49.781Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.798Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND
2021-06-22T12:33:49.813Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: 20
2021-06-22T12:33:49.815Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.821Z DEBUG modem &amp;gt;&amp;gt; AT+CGDCONT?
2021-06-22T12:33:49.840Z DEBUG modem &amp;lt;&amp;lt; +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;orange.m2m.spec&amp;quot;,&amp;quot;10.160.64.147&amp;quot;,0,0
2021-06-22T12:33:49.846Z DEBUG modem &amp;lt;&amp;lt; 
2021-06-22T12:33:49.847Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.862Z DEBUG modem &amp;gt;&amp;gt; AT+CGACT?
2021-06-22T12:33:49.877Z DEBUG modem &amp;lt;&amp;lt; +CGACT: 0,1
2021-06-22T12:33:49.879Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.883Z DEBUG modem &amp;gt;&amp;gt; AT%CESQ=1
2021-06-22T12:33:49.896Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.899Z DEBUG modem &amp;gt;&amp;gt; AT+CESQ
2021-06-22T12:33:49.913Z DEBUG modem &amp;lt;&amp;lt; +CESQ: 99,99,255,255,15,49
2021-06-22T12:33:49.917Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.942Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM=1
2021-06-22T12:33:49.960Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:49.965Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM?
2021-06-22T12:33:49.994Z DEBUG modem &amp;lt;&amp;lt; %XSIM: 1
2021-06-22T12:33:49.998Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:50.019Z DEBUG modem &amp;gt;&amp;gt; AT+CPIN?
2021-06-22T12:33:50.037Z DEBUG modem &amp;lt;&amp;lt; +CPIN: READY
2021-06-22T12:33:50.047Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:50.062Z DEBUG modem &amp;gt;&amp;gt; AT+CPINR=&amp;quot;SIM PIN&amp;quot;
2021-06-22T12:33:50.085Z DEBUG modem &amp;lt;&amp;lt; +CPINR: &amp;quot;SIM PIN&amp;quot;,3
2021-06-22T12:33:50.089Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:50.101Z DEBUG modem &amp;gt;&amp;gt; AT+CIMI
2021-06-22T12:33:50.115Z DEBUG modem &amp;lt;&amp;lt; 208012400427049
2021-06-22T12:33:50.118Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:33:50.119Z INFO IMSIdentity: 208012400427049
2021-06-22T12:33:50.979Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 49,2,14,2
2021-06-22T12:33:56.098Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 46,2,9,1
2021-06-22T12:33:58.097Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:33:58.296Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 41,2,6,0
2021-06-22T12:33:59.007Z DEBUG modem &amp;lt;&amp;lt; [00:00:33.627,288] [0m&amp;lt;inf&amp;gt; mqtt_simple: Publishing: Hello from nRF91 MQTT Simple Sample[0m
2021-06-22T12:33:59.036Z DEBUG modem &amp;lt;&amp;lt; [00:00:33.627,288] [0m&amp;lt;inf&amp;gt; mqtt_simple: to topic: my/publish/topic len: 16[0m
2021-06-22T12:33:59.039Z DEBUG modem &amp;lt;&amp;lt; [00:00:34.002,227] [0m&amp;lt;inf&amp;gt; mqtt_simple: PUBACK packet id: 12081[0m
2021-06-22T12:34:00.497Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 46,2,9,1
2021-06-22T12:34:02.297Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 47,2,14,2
2021-06-22T12:34:04.818Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-22T12:34:34.833Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:34:34.843Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 39,1,5,0
2021-06-22T12:34:35.589Z DEBUG modem &amp;lt;&amp;lt; [00:01:10.209,167] [0m&amp;lt;inf&amp;gt; mqtt_simple: Publishing: Hello from nRF91 MQTT Simple Sample[0m
2021-06-22T12:34:35.596Z DEBUG modem &amp;lt;&amp;lt; [00:01:10.209,167] [0m&amp;lt;inf&amp;gt; mqtt_simple: to topic: my/publish/topic len: 16[0m
2021-06-22T12:34:35.612Z DEBUG modem &amp;lt;&amp;lt; [00:01:10.723,785] [0m&amp;lt;inf&amp;gt; mqtt_simple: PUBACK packet id: 12412[0m
2021-06-22T12:34:35.833Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,9,1
2021-06-22T12:34:41.856Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-22T12:34:48.580Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 48,2,14,2
2021-06-22T12:35:24.421Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 49,2,9,1
2021-06-22T12:35:34.744Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:35:41.378Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-22T12:35:42.340Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 47,2,14,2
2021-06-22T12:36:34.745Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:36:36.345Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,9,1
2021-06-22T12:36:41.458Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-22T12:36:52.710Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 48,2,14,2
2021-06-22T12:36:54.515Z DEBUG modem &amp;lt;&amp;lt; *** Booting Zephyr OS build v2.4.99-ncs2  ***
2021-06-22T12:36:54.521Z DEBUG modem &amp;lt;&amp;lt; Flash regionsDomainPermissions
2021-06-22T12:36:54.523Z DEBUG modem &amp;lt;&amp;lt; 00 00 0x00000 0x08000 Securerwxl
2021-06-22T12:36:54.526Z DEBUG modem &amp;lt;&amp;lt; 01 31 0x08000 0x100000 Non-Securerwxl
2021-06-22T12:36:54.531Z DEBUG modem &amp;lt;&amp;lt; Non-secure callable region 0 placed in flash region 0 with size 32.
2021-06-22T12:36:54.703Z DEBUG modem &amp;lt;&amp;lt; SRAM regionDomainPermissions
2021-06-22T12:36:54.711Z DEBUG modem &amp;lt;&amp;lt; 00 07 0x00000 0x10000 Securerwxl
2021-06-22T12:36:54.712Z DEBUG modem &amp;lt;&amp;lt; 08 31 0x10000 0x40000 Non-Securerwxl
2021-06-22T12:36:54.715Z DEBUG modem &amp;lt;&amp;lt; PeripheralDomainStatus
2021-06-22T12:36:54.717Z DEBUG modem &amp;lt;&amp;lt; 00 NRF_P0               Non-SecureOK
2021-06-22T12:36:54.726Z DEBUG modem &amp;lt;&amp;lt; 01 NRF_CLOCK            Non-SecureOK
2021-06-22T12:36:54.728Z DEBUG modem &amp;lt;&amp;lt; 02 NRF_RTC0             Non-SecureOK
2021-06-22T12:36:54.729Z DEBUG modem &amp;lt;&amp;lt; 03 NRF_RTC1             Non-SecureOK
2021-06-22T12:36:54.731Z DEBUG modem &amp;lt;&amp;lt; 04 NRF_NVMC             Non-SecureOK
2021-06-22T12:36:54.736Z DEBUG modem &amp;lt;&amp;lt; 05 NRF_UARTE1           Non-SecureOK
2021-06-22T12:36:54.742Z DEBUG modem &amp;lt;&amp;lt; 06 NRF_UARTE2           SecureSKIP
2021-06-22T12:36:54.752Z DEBUG modem &amp;lt;&amp;lt; 07 NRF_TWIM2            Non-SecureOK
2021-06-22T12:36:54.754Z DEBUG modem &amp;lt;&amp;lt; 08 NRF_SPIM3            Non-SecureOK
2021-06-22T12:36:54.755Z DEBUG modem &amp;lt;&amp;lt; 09 NRF_TIMER0           Non-SecureOK
2021-06-22T12:36:54.756Z DEBUG modem &amp;lt;&amp;lt; 10 NRF_TIMER1           Non-SecureOK
2021-06-22T12:36:54.763Z DEBUG modem &amp;lt;&amp;lt; 11 NRF_TIMER2           Non-SecureOK
2021-06-22T12:36:54.764Z DEBUG modem &amp;lt;&amp;lt; 12 NRF_SAADC            Non-SecureOK
2021-06-22T12:36:54.766Z DEBUG modem &amp;lt;&amp;lt; 13 NRF_PWM0             Non-SecureOK
2021-06-22T12:36:54.769Z DEBUG modem &amp;lt;&amp;lt; 14 NRF_PWM1             Non-SecureOK
2021-06-22T12:36:54.772Z DEBUG modem &amp;lt;&amp;lt; 15 NRF_PWM2             Non-SecureOK
2021-06-22T12:36:54.779Z DEBUG modem &amp;lt;&amp;lt; 16 NRF_PWM3             Non-SecureOK
2021-06-22T12:36:54.781Z DEBUG modem &amp;lt;&amp;lt; 17 NRF_WDT              Non-SecureOK
2021-06-22T12:36:54.782Z DEBUG modem &amp;lt;&amp;lt; 18 NRF_IPC              Non-SecureOK
2021-06-22T12:36:54.785Z DEBUG modem &amp;lt;&amp;lt; 19 NRF_VMC              Non-SecureOK
2021-06-22T12:36:54.787Z DEBUG modem &amp;lt;&amp;lt; 20 NRF_FPU              Non-SecureOK
2021-06-22T12:36:54.795Z DEBUG modem &amp;lt;&amp;lt; 21 NRF_EGU1             Non-SecureOK
2021-06-22T12:36:54.796Z DEBUG modem &amp;lt;&amp;lt; 22 NRF_EGU2             Non-SecureOK
2021-06-22T12:36:54.797Z DEBUG modem &amp;lt;&amp;lt; 23 NRF_DPPIC            Non-SecureOK
2021-06-22T12:36:54.800Z DEBUG modem &amp;lt;&amp;lt; 24 NRF_REGULATORS       Non-SecureOK
2021-06-22T12:36:54.802Z DEBUG modem &amp;lt;&amp;lt; 25 NRF_GPIOTE1          Non-SecureOK
2021-06-22T12:36:54.804Z DEBUG modem &amp;lt;&amp;lt; SPM: NS image at 0xc000
2021-06-22T12:36:54.811Z DEBUG modem &amp;lt;&amp;lt; SPM: NS MSP at 0x20019720
2021-06-22T12:36:54.812Z DEBUG modem &amp;lt;&amp;lt; SPM: NS reset vector at 0x10009
2021-06-22T12:36:54.814Z DEBUG modem &amp;lt;&amp;lt; SPM: prepare to jump to Non-Secure image.
2021-06-22T12:36:55.018Z DEBUG modem &amp;lt;&amp;lt; *** Booting Zephyr OS build v2.4.99-ncs2  ***
2021-06-22T12:36:56.024Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.205,505] [0m&amp;lt;inf&amp;gt; mqtt_simple: The MQTT simple sample started[0m
2021-06-22T12:36:56.065Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.205,505] [0m&amp;lt;inf&amp;gt; mqtt_simple: Disabling PSM and eDRX[0m
2021-06-22T12:36:56.068Z DEBUG modem &amp;lt;&amp;lt; [00:00:00.213,287] [0m&amp;lt;inf&amp;gt; mqtt_simple: LTE Link Connecting...[0m
2021-06-22T12:37:07.589Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;08C1&amp;quot;,&amp;quot;00997605&amp;quot;,7,0,0,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2021-06-22T12:37:07.701Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:37:08.407Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 1,&amp;quot;08C1&amp;quot;,&amp;quot;00997605&amp;quot;,7,,,&amp;quot;11100000&amp;quot;,&amp;quot;11100000&amp;quot;
2021-06-22T12:37:08.412Z DEBUG modem &amp;gt;&amp;gt; AT+COPS=3,2
2021-06-22T12:37:08.420Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:37:08.422Z DEBUG modem &amp;gt;&amp;gt; AT+COPS?
2021-06-22T12:37:08.428Z DEBUG modem &amp;lt;&amp;lt; +COPS: 0,2,&amp;quot;20801&amp;quot;,7
2021-06-22T12:37:08.429Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:37:08.440Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND
2021-06-22T12:37:08.456Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: 20
2021-06-22T12:37:08.457Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:37:08.463Z DEBUG modem &amp;gt;&amp;gt; AT+CGDCONT?
2021-06-22T12:37:08.478Z DEBUG modem &amp;lt;&amp;lt; +CGDCONT: 0,&amp;quot;IP&amp;quot;,&amp;quot;orange.m2m.spec&amp;quot;,&amp;quot;10.166.188.84&amp;quot;,0,0
2021-06-22T12:37:08.479Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:37:08.490Z DEBUG modem &amp;gt;&amp;gt; AT+CGACT?
2021-06-22T12:37:08.495Z DEBUG modem &amp;lt;&amp;lt; +CGACT: 0,1
2021-06-22T12:37:08.498Z DEBUG modem &amp;lt;&amp;lt; OK
2021-06-22T12:37:09.412Z DEBUG modem &amp;lt;&amp;lt; [00:00:13.594,543] [0m&amp;lt;inf&amp;gt; mqtt_simple: LTE Link Connected![0m
2021-06-22T12:37:09.420Z DEBUG modem &amp;lt;&amp;lt; [00:00:13.833,770] [0m&amp;lt;inf&amp;gt; mqtt_simple: IPv4 Address found 137.135.83.217[0m
2021-06-22T12:37:09.425Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.178,771] [0m&amp;lt;inf&amp;gt; mqtt_simple: MQTT client connected[0m
2021-06-22T12:37:09.433Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.178,771] [0m&amp;lt;inf&amp;gt; mqtt_simple: Subscribing to: my/subscribe/topic len 18[0m
2021-06-22T12:37:09.439Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.327,819] [0m&amp;lt;inf&amp;gt; mqtt_simple: SUBACK packet id: 1234[0m
2021-06-22T12:37:09.446Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.477,783] [0m&amp;lt;inf&amp;gt; mqtt_simple: MQTT PUBLISH result=0 len=2[0m
2021-06-22T12:37:09.458Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.477,874] [0m&amp;lt;inf&amp;gt; mqtt_simple: Received: Yo[0m
2021-06-22T12:37:09.459Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.524,078] [0m&amp;lt;inf&amp;gt; mqtt_simple: Publishing: Yo[0m
2021-06-22T12:37:09.472Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.524,078] [0m&amp;lt;inf&amp;gt; mqtt_simple: to topic: my/publish/topic len: 16[0m
2021-06-22T12:37:09.474Z DEBUG modem &amp;lt;&amp;lt; [00:00:14.647,796] [0m&amp;lt;inf&amp;gt; mqtt_simple: PUBACK packet id: 50269[0m
2021-06-22T12:37:16.200Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
2021-06-22T12:37:30.185Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1
2021-06-22T12:37:31.065Z DEBUG modem &amp;lt;&amp;lt; [00:00:35.245,635] [0m&amp;lt;inf&amp;gt; mqtt_simple: Publishing: Hello from nRF91 MQTT Simple Sample[0m
2021-06-22T12:37:31.078Z DEBUG modem &amp;lt;&amp;lt; [00:00:35.245,666] [0m&amp;lt;inf&amp;gt; mqtt_simple: to topic: my/publish/topic len: 16[0m
2021-06-22T12:37:32.125Z DEBUG modem &amp;lt;&amp;lt; [00:00:36.307,769] [0m&amp;lt;inf&amp;gt; mqtt_simple: PUBACK packet id: 8221[0m
2021-06-22T12:37:37.629Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Yes i tried the MQTT connection on my computer :&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1624365785167v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;No I didn&amp;#39;t configure the TLS function, should we just modify the concerned line in the &amp;lt;prj.conf&amp;gt; file : &lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1624366063100v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;To save the changes made in the prj.conf file, should we just rebuild and run the solution?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/thread/316020?ContentTypeID=1</link><pubDate>Fri, 18 Jun 2021 08:06:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11832794-a22a-4073-99f8-50b07a49a1be</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Please provide full LTE Link Monitor output to verify the connection.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you verified the MQTT connection on your computer? As there is no errors, I can&amp;#39;t see that there is an issue. Try adding&amp;nbsp;&lt;span&gt;CONFIG_&lt;/span&gt;&lt;span&gt;MQTT&lt;/span&gt;&lt;span&gt;_LOG_LEVEL_DBG=y to our project as well. This should give more information on regarding.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Have you verified that your setup is configured for TSL?&amp;nbsp;From MQTT.org:&amp;nbsp;TCP/IP port 8883 is also registered, for using MQTT over SSL. Have you tried with port 1883?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/thread/315891?ContentTypeID=1</link><pubDate>Thu, 17 Jun 2021 13:04:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:584b93ea-997d-46f1-9e9a-8a190a36a4b1</guid><dc:creator>leo_</dc:creator><description>&lt;p&gt;Hello&lt;/p&gt;
&lt;p&gt;Yes the device is connecting to the netword, no problem with that. It&amp;#39;s concern more the configuration&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1623935035539v1.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuration MQTT Simple</title><link>https://devzone.nordicsemi.com/thread/315886?ContentTypeID=1</link><pubDate>Thu, 17 Jun 2021 12:59:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4b11c26-9f8e-4dfa-b444-bdf9b7bd6491</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Have you verified that your device is connecting to the network? CSCON: 0 indicates that it is not connected. Can you please try with another sample. e.g. AT Client to verify the connection?&lt;br /&gt;&lt;br /&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>