<?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 Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71694/getting-started-issues-with-the-nrf9160-not-connecting-to-lte-failed-example-builds</link><description>Hey anyone, 
 Going through the &amp;#39;getting started&amp;#39; process for the nRF 9160 DK I&amp;#39;m having some issues. 
 I&amp;#39;ve followed the steps to install nRF connect etc. suggested in the nordic documentation as well as followed along in the unboxing instructional video</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Mar 2021 21:49:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71694/getting-started-issues-with-the-nrf9160-not-connecting-to-lte-failed-example-builds" /><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/299130?ContentTypeID=1</link><pubDate>Wed, 10 Mar 2021 21:49:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0ce67436-45bf-4ba1-b022-d7ee92fcfab6</guid><dc:creator>AaronS</dc:creator><description>&lt;p&gt;Marte,&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Apologies for not responding sooner, it turns out the issue was that SES needed administrative access to run the cmd commands. opening the nRFconnect app as administrator fixed my issues&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/296562?ContentTypeID=1</link><pubDate>Fri, 26 Feb 2021 13:32:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4f47cf20-b3db-4b96-940d-580ad2c3d490</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great to hear that you&amp;#39;re able to connect to cloud and send data, then we know that your nRF9160 DK works as expected and that there are no problems connecting to the network.&lt;/p&gt;
&lt;p&gt;The reason LTE Link Monitor shows modem off might be because there hasn&amp;#39;t been sent any AT commands to the modem yet. I&amp;#39;m sorry if my previous replies has been confusing regarding this, but LTE Link Monitor doesn&amp;#39;t know the status of the modem unless the device has tried to communicate with it, so if there hasn&amp;#39;t been sent any AT commands after you connected to the nRF9160 DK in LTE Link Monitor, then the program won&amp;#39;t know the status of the modem. You can get the current functional mode of the modem with&amp;nbsp;&lt;em&gt;AT+CFUN?&lt;/em&gt;. This should return&amp;nbsp;&lt;em&gt;+CFUN: 1&amp;nbsp;&lt;/em&gt;if the modem is in normal mode, and this will also let LTE Link Monitor know the status of the modem. You should have Automatic requests turned on for this (can be found in the lower right of the LTE Link Monitor).&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried to reproduce the issue you&amp;#39;re experiencing when building, but so far I&amp;#39;ve been unable to do so. What are you selecting as toolchain version when you open the projects? Have you made any changes to the installation? Could you check&amp;nbsp;what the environment variables are set to in SES? You can do this by going to Tools &amp;gt; Options &amp;gt; nRF Connect. Since you installed NCS with Toolchain Manager, you should have the following:&lt;/p&gt;
&lt;p&gt;GNU ARM Embedded Toolchain Directory = C:\ncs\&amp;lt;ncs_version&amp;gt;\toolchain\opt&lt;/p&gt;
&lt;p&gt;Zephyr Base = &lt;span&gt;C:\ncs\&amp;lt;ncs_version&amp;gt;\zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Also let me know if any of the other fields are something other than&amp;nbsp;&lt;em&gt;None&lt;/em&gt;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/296349?ContentTypeID=1</link><pubDate>Thu, 25 Feb 2021 15:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9858a2b-25f6-4eca-a0fe-658f7503d89f</guid><dc:creator>AaronS</dc:creator><description>&lt;p&gt;The precompiled firmware images you sent work perfectly and I&amp;#39;m able to connect to the cloud and see current data perfectly which seems weird as the LTE Link monitor is showing the same status values in the upper right corner of the UI.&amp;nbsp;&lt;span&gt;I&amp;#39;ve also attached the log file from the LTE Link monitor below as requested.&lt;/span&gt;&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1614267586184v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve attached the log file from the LTE Link monitor below&lt;br /&gt;&lt;br /&gt;However,&lt;br /&gt;&lt;br /&gt;The issues still persist with the IDE not building any sample applications without failing even after trying different IDE versions and shortening the path length to C:/ncs/.&lt;br /&gt;&lt;br /&gt;Although IDE version 1.5.0 seems to make it much farther in the build process before failing than the other IDEs it still ends up failing.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1614267842876v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Here is the log file from the LTE Link monitor while&amp;nbsp;flashed with&amp;nbsp;the asset_tracker image:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2021_2D00_02_2D00_25T15_5F00_34_5F00_25.493Z_2D00_log.txt"&gt;devzone.nordicsemi.com/.../2021_2D00_02_2D00_25T15_5F00_34_5F00_25.493Z_2D00_log.txt&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/295500?ContentTypeID=1</link><pubDate>Mon, 22 Feb 2021 09:19:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3ce5b2ff-b889-4c3a-a615-0ece8a654791</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi Aaron,&lt;/p&gt;
&lt;p&gt;This might be a problem with the path length, as I&amp;#39;ve seen several cases where a too long path might cause problems in Windows. I would recommend reinstalling the SDK under &lt;em&gt;C:/ncs/&lt;/em&gt;&amp;nbsp;instead. You can change the default installation directory in the settings in Toolchain Manager, or you can choose another directory when installing. As I mentioned before, installing it with the Toolchain Manager should install all necessary tools, so you shouldn&amp;#39;t be missing any. Another thing you can try is to update the toolchain by pressing the arrow facing down next to &amp;quot;Open IDE&amp;quot; and selecting &amp;quot;Update toolchain&amp;quot;. Another option is to&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/gs_installing.html#installing-the-ncs-manually"&gt;install the SDK manually.&lt;/a&gt;&amp;nbsp;This does however require more work, but it&amp;#39;s an option if you run into problems during the installation using Toolchain Manager, or for those who prefer to install it manually. I would recommend first trying the two Toolchain Manager options I mentioned, installing it in another location and updating toolchain, before installing it manually.&lt;/p&gt;
&lt;p&gt;Since the modem says powered off in&amp;nbsp;LTE Link Monitor and the terminal window doesn&amp;#39;t print any logs, it&amp;#39;s hard to say why you&amp;#39;re unable to connect. With both Asset Tracker, which is what new nRF9160 DKs are programmed with, and AT Client, you should get some logs when the device starts up.&lt;/p&gt;
&lt;p&gt;Since you&amp;#39;re having problems building applications in SES, I have created some precompiled firmware images you can try to program to your device, so we can try to figure out why you&amp;#39;re unable to connect to nRF Cloud. You can program them with the Programmer application in nRF Connect for Desktop. I&amp;#39;ve attached the AT Client sample and Asset Tracker application. Both of them are from v1.4.0 of NCS since that&amp;#39;s what you said you&amp;#39;ve been using. If you want another version of NCS, please let me know and I&amp;#39;ll share that as well.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/5287.at_5F00_client_5F00_merged.hex"&gt;devzone.nordicsemi.com/.../5287.at_5F00_client_5F00_merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/asset_5F00_tracker_5F00_merged.hex"&gt;devzone.nordicsemi.com/.../asset_5F00_tracker_5F00_merged.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re able to program these to your device and get logs in LTE Link Monitor, please share the logs. You can download the log file from LTE Link Monitor by clicking the &amp;quot;Open log file&amp;quot; button.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x500/__key/communityserver-discussions-components-files/4/2548.open_5F00_log_5F00_lte_5F00_link_5F00_monitor.png" /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/295176?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 15:26:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d7cada47-d4c0-4b0a-ac9a-52e0599ff4cf</guid><dc:creator>AaronS</dc:creator><description>&lt;p&gt;I&amp;#39;ve been opening SES through the toolchain manager via the Open IDE button.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve been using v1.2.3 for the modem firmware however just tried updating the board with v1.2.2 to see if it would make a difference. When trying to build the asset tracker application the build still fails with the following terminal output&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1613661909210v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Also I am using the provided iBasis sim card and it has already been added to my account in the nRF Cloud&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Aaron&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/295145?ContentTypeID=1</link><pubDate>Thu, 18 Feb 2021 14:35:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0fb34c48-f918-46c0-8c62-e1499fc792ea</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If you install it with the Toolchain Manager on Windows 10 it should work out of the box. How did you open SES (SEGGER Embedded Studio)? When you install it with the Toolchain Manager you have to open it there as well, using the &amp;quot;Open IDE&amp;quot; button.&lt;/p&gt;
&lt;p&gt;Could you open the Asset Tracker application in SES and try to build it? Please make sure to select the correct configurations when you open the project, such as the board name, which should be nrf9160dk_nrf9160ns. If you&amp;#39;re able to build it, please flash it to your board and see whether this affects anything.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/500x500/__key/communityserver-discussions-components-files/4/open_5F00_asset_5F00_tracker_5F00_ses.png" /&gt;&lt;/p&gt;
&lt;p&gt;You already mention that you&amp;#39;ve updated the modem firmware, and I assume&amp;nbsp;you updated it to v1.2.3. NCS v1.4.0 has been tested with modem firmware v1.2.2, as you can see&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/releases/release-notes-1.4.0.html#supported-modem-firmware"&gt;here&lt;/a&gt;, but it should work with v1.2.3 as well. You could also update to NCS v1.4.2, which has been tested with modem firmware v1.2.3.&lt;/p&gt;
&lt;p&gt;Are you using the iBasis SIM card provided with the DK or are you using a SIM card from another provider? If the former, have you added the SIM card to your account in nRF Cloud?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/294930?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 16:04:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:90f6962c-4329-45ff-8535-c4678b2129b5</guid><dc:creator>AaronS</dc:creator><description>&lt;p&gt;I installed it via the toolchain manager (idk if it matters but my current OS is windows 10). Also I don&amp;#39;t remember why it stuck out to me when I was installing everything but I believe there was a popup for the segger J-link installation that didn&amp;#39;t seem as seamless as the rest of the process, is it possible that this was installed improperly and could be causing the issues?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The example that I tried to build was the &amp;#39;at.client&amp;#39; project.&lt;/p&gt;
&lt;p&gt;The LTE link Monitor&amp;nbsp;was another thing that was giving me issues. I&amp;#39;ve tried using it previously to&amp;nbsp;see if it could provide any insight into&amp;nbsp;what was wrong however&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- the modem status says power off&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1613577501058v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- the terminal has nothing printed out to it even after I try to reset the device via the onboard reset button&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1613577536439v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;- all of the preset command buttons (ie AT, AT+CFUN?, etc. return a timed out error in the log.&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1613577559019v3.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Aaron&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Getting Started Issues with the nRF9160, not connecting to LTE, Failed example builds</title><link>https://devzone.nordicsemi.com/thread/294832?ContentTypeID=1</link><pubDate>Wed, 17 Feb 2021 12:15:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:186bf291-5061-4dad-ba76-2adfe8c86e6c</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You should be fine with using v1.4.0. The latest official release right now is v1.4.2, and if you want to, you can check out the release notes for v1.4.1 and v1.4.2&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/releases/release-notes-1.4.1.html"&gt;here&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.2/nrf/releases/release-notes-1.4.2.html"&gt;here&lt;/a&gt;&amp;nbsp;to see the changes between the releases. You can also see a list of known issues in v1.4.0&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/known_issues.html?v=v1-4-0"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;How did you install NCS? Did you do it manually, or with either the Toolchain Manager or Getting Started Assistant in nRF Connect for Desktop? Which example did you try to build?&lt;/p&gt;
&lt;p&gt;Could you please download the LTE Link Monitor application in nRF Connect for Desktop and open your nRF9160 DK there? It should print the log from the device, as well as show you the status of the modem and LTE connection in the upper right corner.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>