<?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>Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/70169/cannot-connect-to-nordic-cloud-using-custom-pcb</link><description>Dear community, Dear Nordic engineers, 
 For some reason I cannot connect my custom board to the nordic cloud. Previously I have followed the described procedures with the nRF91-DK and I successfully connected to the Nordic cloud with the asset tracker</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 07 Jan 2021 17:03:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/70169/cannot-connect-to-nordic-cloud-using-custom-pcb" /><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/288025?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 17:03:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4470806c-7ab6-4b32-8f8a-426d9a544e67</guid><dc:creator>kerimkilic</dc:creator><description>&lt;p&gt;It is working now, thanks very much for your help Didrik! I can receive the simulated sensor data from the asset tracker on the dashboard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287992?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 14:54:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:104955d1-0ca5-401f-afe3-26288d15f945</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Yes, you will have to add that line yourself.&lt;/p&gt;
&lt;p&gt;E.g.&lt;/p&gt;
&lt;p&gt;CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX=&amp;quot;abc-&amp;quot;&lt;/p&gt;
&lt;p&gt;Remember that if you use that solution, you must get new certificates to the device, with a matching device ID.&lt;/p&gt;
&lt;p&gt;With the prefix above, the device ID would be &amp;quot;abc-&amp;lt;IMEI&amp;gt;&amp;quot;, where &amp;lt;IMEI&amp;gt; is the IMEI of the device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287983?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 14:41:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adc8d094-f1f7-48d4-bdc1-129a16748a5b</guid><dc:creator>kerimkilic</dc:creator><description>&lt;p&gt;I&amp;#39;m currently looking at the prj.conf file but it does not seem to have that line you describe there ncs\v1.4.1\nrf\applications\asset_tracker\prj.conf&lt;/p&gt;
&lt;p&gt;Should I add that line there myself? or am I looking at the wrong file to begin with?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287965?ContentTypeID=1</link><pubDate>Thu, 07 Jan 2021 13:31:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0a8c3700-8f62-4baf-8656-4188e6718f4b</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;The easiest way is to set CONFIG_NRF_CLOUD_CLIENT_ID_PREFIX to something else than &amp;quot;nrf-&amp;quot; in the prj.conf file, but you would then have to get new certificates with device ID &amp;lt;prefix&amp;gt;&amp;lt;IMEI&amp;gt;.&lt;/p&gt;
&lt;p&gt;If not, you must #define NRF_CLOUD_CLIENT_ID as the device ID above line 37 in nrf/subsys/net/lib/nrf_cloud/src/nrf_transport.c&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287789?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 16:33:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e29f89d-85f1-439d-bc95-26064cb8a369</guid><dc:creator>kerimkilic</dc:creator><description>&lt;p&gt;How and where can I change the device ID? Do I need to do this in the code of the asset tracker?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287786?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 16:28:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:641a9eaf-45d3-4e24-a841-ba207d6cfc8a</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;You need to make sure that the device uses the same device ID.&lt;/p&gt;
&lt;p&gt;Currently, the device is probably using nrf-&amp;lt;IMEI&amp;gt; as it&amp;#39;s device ID, which doesn&amp;#39;t match the certificates it uses.&lt;/p&gt;
&lt;p&gt;It will therefore not be allowed to connect to the MQTT broker.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287706?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 11:59:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1084363f-aeaf-4888-94e1-c45b16036a78</guid><dc:creator>kerimkilic</dc:creator><description>&lt;p&gt;Hi Didrik,&lt;/p&gt;
&lt;p&gt;I have generated a new certificate on the nordic cloud with device ID kerim-nowi-node and I set a pin for it. As far as I understand we cannot use nrf- prefix on the device ID because this is reserved for Nordic DK and Nordic Thingy. After generating the certificate I proceeded to upload it on the module using the LTE-Link Monitor. If that is what you mean by Device ID.&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Kerim&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot connect to Nordic Cloud using custom PCB</title><link>https://devzone.nordicsemi.com/thread/287703?ContentTypeID=1</link><pubDate>Wed, 06 Jan 2021 11:49:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5384f4d7-ac64-4ebc-a491-432a6dae5c39</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What certificates have you provided to the device?&lt;/p&gt;
&lt;p&gt;What device ID did you use?&lt;/p&gt;
&lt;p&gt;What device ID does the device use?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>