<?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>Unable to connect to nRF Cloud - Error -128</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/121052/unable-to-connect-to-nrf-cloud---error--128</link><description>Hello, 
 I&amp;#39;m trying to run the BLE LTE sample following this guide on an nRF9160 DK. I get the following error: 
 
 [00:00:04.942,413] &amp;lt;inf&amp;gt; nrf_cloud_info: Modem FW: mfw_nrf9160_1.3.7 [00:00:04.942,443] &amp;lt;inf&amp;gt; nrf_cloud_info: Protocol: MQTT [00:00:04</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 05 May 2025 13:15:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/121052/unable-to-connect-to-nrf-cloud---error--128" /><item><title>RE: Unable to connect to nRF Cloud - Error -128</title><link>https://devzone.nordicsemi.com/thread/533925?ContentTypeID=1</link><pubDate>Mon, 05 May 2025 13:15:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffa3f8d3-366f-4449-ad98-41d79e8c7325</guid><dc:creator>Maximilian Deubel</dc:creator><description>&lt;p&gt;Interesting! Having a BLE beacon running on an nRF91+nRF52 setup is a use case I didn&amp;#39;t have on my list yet. I could suggest trying out the Modem Shell sample with BT support: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell/README.html#bt_shell_support"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/cellular/modem_shell/README.html#bt_shell_support&lt;/a&gt; There is some nRF Cloud support included as well (kconfig adjustments might be needed). As for redundancy for nRF91-DK + nRF52-DK, this could be useful considering that the newer nRF9151-DK comes without at BT companion chip.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to connect to nRF Cloud - Error -128</title><link>https://devzone.nordicsemi.com/thread/533411?ContentTypeID=1</link><pubDate>Tue, 29 Apr 2025 13:15:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5df91a90-0506-4a97-989c-467568da26e6</guid><dc:creator>Yun531</dc:creator><description>&lt;p&gt;Hi, thank you for your response.&lt;/p&gt;
&lt;p&gt;For the use case, I have the nRF9160 DK connects to the nRF Cloud via LTE, I&amp;#39;m trying to remote control it by sending commands from the Cloud. Once the nRF9160 DK receives the command, it&amp;#39;ll control the onboard 52840 SOC to do BLE advertising.&lt;/p&gt;
&lt;p&gt;The commands don&amp;#39;t need to happen right away. For example, I&amp;#39;ll have the 52840 SOC on a schedule to advertise every 5 hours for 10 minutes. The commands could be to change the interval to every 10 hours instead.&lt;/p&gt;
&lt;p&gt;I tried to started with the LTE BLE Gateway because it seems like the closest sample to my need. Eventually, I&amp;#39;ll have the nRF9160DK controls the nRF52840 DK instead (via UART) so that I could add the nRF21540 EK shield on the nRF52840DK to amplify the transmit power and range. The setup is kind of redundant, but I&amp;#39;m trying to evaluate the potential of using these SOC and SIP on my own custom board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to connect to nRF Cloud - Error -128</title><link>https://devzone.nordicsemi.com/thread/533401?ContentTypeID=1</link><pubDate>Tue, 29 Apr 2025 12:44:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:113521a8-66be-4954-8037-8de538d4dea9</guid><dc:creator>Maximilian Deubel</dc:creator><description>&lt;p&gt;Hi! It looks like you are on the right track. The latest error is -ECONNREFUSED, indicating that the sample has trouble getting internet. Unfortunately, this sample is no longer maintained and we cannot help you fix it. It&amp;#39;s likely that some code change inside the sample is required. Could you elaborate your use case so we can try to find a sample that is better suited for you?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to connect to nRF Cloud - Error -128</title><link>https://devzone.nordicsemi.com/thread/533258?ContentTypeID=1</link><pubDate>Mon, 28 Apr 2025 19:02:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aae710d0-92f4-4fcf-bb88-922bb23a8975</guid><dc:creator>Yun531</dc:creator><description>&lt;p&gt;Update:&lt;/p&gt;
&lt;p&gt;After I enabled these KConfig options, I was able to get the&lt;span&gt;&amp;nbsp;nRF Cloud MQTT multi-service sample working again:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_MODEM_JWT=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_NRF_CLOUD_CLIENT_ID_SRC_INTERNAL_UUID=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;But when I tried to flash the LTE BLE Gateway sample, I still got the same error (I did flash the nrf52 with HCI_UART first before flash the nrf91 with LTE_BLE_Gateway). The errors:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;[00:00:06.188,903] &amp;lt;inf&amp;gt; nrf_cloud_info: IMEI: &amp;lt;Number&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.305,908] &amp;lt;inf&amp;gt; nrf_cloud_info: UUID:&amp;nbsp;&amp;lt;The ID&amp;gt;&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.306,304] &amp;lt;inf&amp;gt; nrf_cloud_info: Modem FW: mfw_nrf9160_1.3.7&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.306,365] &amp;lt;inf&amp;gt; nrf_cloud_info: Protocol: MQTT&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.306,396] &amp;lt;inf&amp;gt; nrf_cloud_info: Download protocol: HTTPS&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.306,396] &amp;lt;inf&amp;gt; nrf_cloud_info: Sec tag: 16842753&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.306,427] &amp;lt;inf&amp;gt; nrf_cloud_info: Host name: mqtt.nrfcloud.com&lt;/code&gt;&lt;br /&gt;&lt;code&gt;[00:00:06.630,554] &amp;lt;err&amp;gt; nrf_cloud_transport: Could not connect to nRF Cloud MQTT Broker mqtt.nrfcloud.com, port: 45858. err: -111&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Any help would be appreciated! Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>