<?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>Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49287/getting-started-with-nrf9160-dk-problem-to-connect-dk-to-nrfcloud</link><description>Hello, 
 
 
 
 
 After following the steps of the tutorial : https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/getting-started-with-nrf9160-dk 
 
 I cannot connect my DK to nRF cloud After following the step &amp;quot;Asset</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jul 2019 12:29:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49287/getting-started-with-nrf9160-dk-problem-to-connect-dk-to-nrfcloud" /><item><title>RE: Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/thread/196255?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 12:29:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c68f001c-167f-490e-a478-4e8acf55ce80</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Good to hear!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Cheers,&amp;nbsp;&lt;br /&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/thread/196217?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 09:44:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a2ebb431-8776-4178-8638-b1cbc16071a2</guid><dc:creator>Jerome.</dc:creator><description>&lt;p&gt;Thanks for your help &lt;span&gt;&amp;Oslash;yvind.&lt;/span&gt;&lt;br /&gt;It works now.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;J&amp;eacute;r&amp;ocirc;me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/thread/196201?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 09:11:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c844629a-6549-442e-8ebd-93838cd68739</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Yes, this was exactly what I needed.&amp;nbsp; (Tip to next time is to use the &lt;strong&gt;Insert --&amp;gt; Insert Code&lt;/strong&gt;)&lt;br /&gt;&lt;br /&gt;You are currently working on the master branch of NCS which can cause issues.&amp;nbsp;I was able to reproduce the issue. My solution was to checkout tag v0.4.0, and this is currently what we suggest customers use v0.4.0 until a new tag is released.&lt;/p&gt;
&lt;p&gt;Before changing to tag v0.4.0, you should remove the untracked files that you have. If these are not important changes, you can use:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;git clean -fd&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;To change to tag v0.4.0, please do the following:&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ncs/nrf
git checkout master
git pull
git checkout v0.4.0
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Then try&amp;nbsp;&amp;quot;&lt;span&gt;&lt;em&gt;Asset Tracker programming to DK&lt;/em&gt;&amp;quot; step one more time.&lt;/span&gt;&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><item><title>RE: Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/thread/196178?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 08:42:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72969b90-ff77-4acd-ad92-ac958b125159</guid><dc:creator>Jerome.</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure you want this result&lt;/p&gt;
&lt;p&gt;Result of command : west status&amp;nbsp;&lt;pre class="ui-code" data-mode="text"&gt;=== status of nrf (nrf):
On branch master
Your branch is up to date with &amp;#39;origin/master&amp;#39;.

Changes not staged for commit:
(use &amp;quot;git add &amp;lt;file&amp;gt;...&amp;quot; to update what will be committed)
(use &amp;quot;git checkout -- &amp;lt;file&amp;gt;...&amp;quot; to discard changes in working directory)

modified: applications/asset_tracker/src/main.c
modified: subsys/spm/spm.c

Untracked files:
(use &amp;quot;git add &amp;lt;file&amp;gt;...&amp;quot; to include in what will be committed)

applications/asset_tracker/build_nrf9160_pca10090ns/
applications/nrf_desktop/build_nrf9160_pca10090/
applications/nrf_desktop/build_nrf9160_pca10090ns/
samples/bluetooth/central_bas/build_nrf9160_pca10090/
samples/bluetooth/central_bas/build_nrf9160_pca10090ns/
samples/bluetooth/throughput/build_nrf9160_pca10090/
samples/debug/ppi_trace/build_nrf9160_pca10090/
samples/nfc/record_text/build_nrf9160_pca10090/
samples/nfc/record_text/build_nrf9160_pca10090ns/
samples/nfc/tag_reader/build_nrf9160_pca10090/
samples/nfc/tag_reader/build_nrf9160_pca10090ns/
samples/nrf9160/Gpio/
samples/nrf9160/NRF9160/
samples/nrf9160/at_client/build_nrf9160_pca10090/
samples/nrf9160/at_client/build_nrf9160_pca10090ns/
samples/nrf9160/gps/build_nrf9160_pca10090/
samples/nrf9160/hello_world/
samples/nrf9160/mqtt_simple/build_nrf9160_pca10090/
samples/nrf9160/mqtt_simple/build_nrf9160_pca10090ns/
samples/nrf9160/secure_services/build_nrf9160_pca10090/
samples/nrf9160/secure_services/build_nrf9160_pca10090ns/
subsys/spm9/

no changes added to commit (use &amp;quot;git add&amp;quot; and/or &amp;quot;git commit -a&amp;quot;)
=== status of fw-nrfconnect-zephyr (zephyr):
HEAD detached at refs/heads/manifest-rev
Changes not staged for commit:
(use &amp;quot;git add &amp;lt;file&amp;gt;...&amp;quot; to update what will be committed)
(use &amp;quot;git checkout -- &amp;lt;file&amp;gt;...&amp;quot; to discard changes in working directory)

modified: include/net/buf.h

no changes added to commit (use &amp;quot;git add&amp;quot; and/or &amp;quot;git commit -a&amp;quot;)
=== status of nffs (modules\fs\nffs):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of segger (modules\debug\segger):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of fw-nrfconnect-mcuboot (mcuboot):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of fw-nrfconnect-mcumgr (modules\lib\mcumgr):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of fw-nrfconnect-tinycbor (modules\lib\tinycbor):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of nrfxlib (nrfxlib):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of cmock (test\cmock):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of unity (test\cmock\vendor\unity):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean
=== status of mbedtls (mbedtls):
HEAD detached at refs/heads/manifest-rev
nothing to commit, working tree clean&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started with nRF9160 DK : Problem to connect DK to nrFcloud</title><link>https://devzone.nordicsemi.com/thread/196164?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2019 08:15:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81136f1e-0192-4817-9f94-c663cf430677</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Can you please give me some information on&amp;nbsp;what version you are using? I.e.&amp;nbsp;in command prompt give the output to the command &amp;quot;west status&amp;quot;&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>