<?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>Problem: Not connecting to nRF cloud via LTE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44065/problem-not-connecting-to-nrf-cloud-via-lte</link><description>I have a nrf9160dk I followed the steps in the movie www.nordicsemi.com/.../GetStarted I have inserted my own sim that is working in my phone but I do not get LED3 and LED4 to blink. Question 1: what should I do to get it working? 
 I tried the &amp;#39;getting</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 25 Feb 2019 10:19:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44065/problem-not-connecting-to-nrf-cloud-via-lte" /><item><title>RE: Problem: Not connecting to nRF cloud via LTE</title><link>https://devzone.nordicsemi.com/thread/172719?ContentTypeID=1</link><pubDate>Mon, 25 Feb 2019 10:19:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c477b295-94ba-4ab2-a32a-a81435e16c3f</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;You need to follow the installation steps found on &lt;a href="https://chocolatey.org/install"&gt;Chocolatey&amp;#39;s website&lt;/a&gt;.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;First, ensure that you are using an &lt;strong&gt;&lt;em&gt;&lt;a href="http://www.howtogeek.com/194041/how-to-open-the-command-prompt-as-administrator-in-windows-8.1/"&gt;administrative shell&lt;/a&gt;&lt;/em&gt;&lt;/strong&gt; - you can also install as a non-admin, check out &lt;a href="https://chocolatey.org/install#non-administrative-install"&gt;Non-Administrative Installation&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Copy the text specific to your command shell - &lt;a href="https://chocolatey.org/install#install-with-cmdexe"&gt;cmd.exe&lt;/a&gt; or &lt;a href="https://chocolatey.org/install#install-with-powershellexe"&gt;powershell.exe&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Paste the copied text into your shell and press Enter.&lt;/li&gt;
&lt;li&gt;Wait a few seconds for the command to complete.&lt;/li&gt;
&lt;li&gt;If you don&amp;#39;t see any errors, you are ready to use Chocolatey! Type &lt;code&gt;choco&lt;/code&gt; or &lt;code&gt;choco -?&lt;/code&gt; now, or see &lt;a href="https://chocolatey.org/docs/getting-started"&gt;Getting Started&lt;/a&gt; for usage instructions.&lt;/li&gt;
&lt;/ol&gt;
&lt;h4&gt;Install with cmd.exe:&lt;/h4&gt;
&lt;p&gt;Run the following command:&lt;/p&gt;
&lt;p&gt;(copy command text)&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;@&amp;quot;%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe&amp;quot; -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command &amp;quot;iex ((New-Object System.Net.WebClient).DownloadString(&amp;#39;&lt;a href="https://chocolatey.org/install.ps1&amp;#39;))"&gt;&amp;quot;&amp;gt;chocolatey.org/install.ps1&amp;#39;))&amp;quot;&lt;/a&gt; &amp;amp;&amp;amp; SET &amp;quot;PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin&amp;quot;&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Install with PowerShell.exe:&lt;/h4&gt;
&lt;p&gt;With PowerShell, there is an additional step. You must ensure &lt;a href="https://go.microsoft.com/fwlink/?LinkID=135170"&gt;Get-ExecutionPolicy&lt;/a&gt; is not Restricted. We suggest using &lt;code&gt;Bypass&lt;/code&gt; to bypass the policy to get things installed or &lt;code&gt;AllSigned&lt;/code&gt; for quite a bit more security.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Run &lt;code&gt;Get-ExecutionPolicy&lt;/code&gt;. If it returns &lt;code&gt;Restricted&lt;/code&gt;, then run &lt;code&gt;Set-ExecutionPolicy AllSigned&lt;/code&gt; or &lt;code&gt;Set-ExecutionPolicy Bypass -Scope Process&lt;/code&gt;.&lt;/li&gt;
&lt;li&gt;Now run the following command:&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
&lt;li&gt;(copy command text)&lt;/li&gt;
&lt;/ul&gt;
&lt;pre&gt;&lt;code&gt;&lt;span&gt;Set-ExecutionPolicy&lt;/span&gt; Bypass -Scope &lt;span&gt;Process&lt;/span&gt; -Force; iex ((&lt;span&gt;New-Object&lt;/span&gt; System.Net.WebClient).DownloadString(&lt;span&gt;&amp;#39;&lt;a href="https://chocolatey.org/install.ps1&amp;#39;"&gt;chocolatey.org/install.ps1&amp;#39;&lt;/a&gt;&lt;/span&gt;))
&lt;/code&gt;&lt;/pre&gt;
&lt;h4&gt;Additional considerations&lt;/h4&gt;
&lt;p&gt;&lt;strong&gt;NOTE:&lt;/strong&gt; Please inspect &lt;a href="https://chocolatey.org/install.ps1"&gt;https://chocolatey.org/install.ps1&lt;/a&gt; prior to running any of these scripts to ensure safety. We already know it&amp;#39;s safe, but you should verify the security and contents of &lt;strong&gt;&lt;em&gt;any&lt;/em&gt;&lt;/strong&gt; script from the internet you are not familiar with. All of these scripts download a remote PowerShell script and execute it on your machine.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>