<?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 DK - Unable to establish connection with nRF Cloud</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/73051/nrf9160-dk---unable-to-establish-connection-with-nrf-cloud</link><description>Hello, I lived in Taiwan and I followed nRF9160 DK Getting Started and met a problem at establishing connection with nRF Cloud with my board. 
 The previous steps are all successful but my LED3 light on and LED4 off in the end even if I reset several</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sun, 11 Apr 2021 13:33:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/73051/nrf9160-dk---unable-to-establish-connection-with-nrf-cloud" /><item><title>RE: nRF9160 DK - Unable to establish connection with nRF Cloud</title><link>https://devzone.nordicsemi.com/thread/304143?ContentTypeID=1</link><pubDate>Sun, 11 Apr 2021 13:33:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:691f9f9c-83e0-4b9e-8897-f194c42cd860</guid><dc:creator>sunrise shen</dc:creator><description>&lt;p&gt;Thank you for your help and reply.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m very sorry for the delay to reply because I am a little busy recently.&lt;/p&gt;
&lt;p&gt;And I finally found why&amp;#39;s wrong. It&amp;#39;s because I didn&amp;#39;t type &amp;quot;nrf-&amp;quot; before my&amp;nbsp;&lt;span&gt;digit IMEI when I downloaded the Device Certificates.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Finally, it&amp;#39;s my pleasure to receive your help that guild me in a direction to find my problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regard,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Sunrise&lt;/span&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: nRF9160 DK - Unable to establish connection with nRF Cloud</title><link>https://devzone.nordicsemi.com/thread/301071?ContentTypeID=1</link><pubDate>Sun, 21 Mar 2021 12:39:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:22ea75be-e5ba-465e-8929-0619a33d3922</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello Sunrise,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;According to the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html"&gt;Asset Tracker documentation&lt;/a&gt;:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;LED 3 blinking: The device is connecting to the LTE network.

LED 3 ON: The device is connected to the LTE network.

LED 4 blinking: The device is connecting to nRF Connect for Cloud.

LED 3 and LED 4 blinking: The MQTT connection has been established and the user association procedure with nRF Connect for Cloud has been initiated.

LED 4 ON: The device is connected and ready for sensor data transfer.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;From the log output, I see you get&amp;nbsp;&lt;a href="https://github.com/eblot/newlib/blob/2a63fa0fd26ffb6603f69d9e369e944fe449c246/newlib/libc/machine/cris/sys/errno.h#L163"&gt;&lt;span&gt;#&lt;/span&gt;&lt;span&gt;define&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;EKEYREVOKED&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;128&lt;/span&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;/* Key has been revoked */&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;2021-03-21T09:33:47.811Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.001,373] [0m&amp;lt;dbg&amp;gt; nrf_cloud_transport.nct_mqtt_evt_handler: MQTT_EVT_DISCONNECT: result = -128[0m
2021-03-21T09:33:47.823Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.011,383] [0m&amp;lt;dbg&amp;gt; nrf_cloud_fsm.drop_event_handler: Dropping FSM transition 9, current state 1[0m
2021-03-21T09:33:48.331Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.521,392] [0m&amp;lt;dbg&amp;gt; nrf_cloud.nrf_cloud_run: Socket error: POLLNVAL[0m
2021-03-21T09:33:48.338Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.528,747] [0m&amp;lt;dbg&amp;gt; nrf_cloud.nrf_cloud_run: The cloud socket was unexpectedly closed.[0m
2021-03-21T09:33:48.355Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.537,780] [0m&amp;lt;inf&amp;gt; asset_tracker: CLOUD_EVT_DISCONNECTED: 2[0m
2021-03-21T09:33:48.357Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.544,494] [0m&amp;lt;inf&amp;gt; asset_tracker: Cloud connection closed.[0m
2021-03-21T09:33:48.360Z DEBUG modem &amp;lt;&amp;lt; [00:00:16.551,086] [0m&amp;lt;inf&amp;gt; asset_tracker: This can occur during initial nRF Cloud provisioning.[0m&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;There seems to be an issue with your certificates.&amp;nbsp;Have you already added the device to nRF Cloud?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>