<?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>AT commands on nRF9160 DK Asset Tracker Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/44171/at-commands-on-nrf9160-dk-asset-tracker-example</link><description>I followed http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker 
 to perform &amp;quot;Testing&amp;quot;. I successfully completed steps 1 thru 14, but not step 15: send AT commands from the terminal, and observe</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Mar 2019 11:19:24 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/44171/at-commands-on-nrf9160-dk-asset-tracker-example" /><item><title>RE: AT commands on nRF9160 DK Asset Tracker Example</title><link>https://devzone.nordicsemi.com/thread/173686?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2019 11:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:792b5bcc-533a-4e15-87b2-2e8964796ed4</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker"&gt;Your documentation&lt;/a&gt; was using the tag v0.3.99, which is a newer SW than the one I am using. I noticed that in the v0.3.0 documentation, &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/0.3.0/nrf/samples/nrf9160/asset_tracker/README.html"&gt;step 15 &lt;/a&gt;is missing. Most likely, you are running the v0.3.0 FW on your board &amp;amp; therefore you cannot send AT commands yet.&amp;nbsp;I would wait until the stable v0.3.99 tag is released &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/releases"&gt;here&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AT commands on nRF9160 DK Asset Tracker Example</title><link>https://devzone.nordicsemi.com/thread/173681?ContentTypeID=1</link><pubDate>Fri, 01 Mar 2019 11:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:465a49e7-b03c-435a-b131-dc987f9cf148</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;Looking at the code difference between the at_client example &amp;amp; the asset_tracker example, it seems the at commands functionality from the at_client example (i.e. at_host_init() &amp;amp; at_host_process()) has not been added to the asset_tracker example. Therefore, it seems as of now that this step cannot be tested.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AT commands on nRF9160 DK Asset Tracker Example</title><link>https://devzone.nordicsemi.com/thread/173331?ContentTypeID=1</link><pubDate>Wed, 27 Feb 2019 22:19:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d2669b1-2146-4de3-a9e4-4b7e1e08ddda</guid><dc:creator>iotlight</dc:creator><description>&lt;p&gt;I followed your testing guideline &amp;quot;here&amp;quot; which is same as the link&amp;nbsp;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker"&gt;http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker&lt;/a&gt;&amp;nbsp;I posted in this question.&lt;/p&gt;
&lt;p&gt;I can successfully completed from steps 1 thru 14 including connect to the nRFCloud&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Asset-Tracker-RF-Cloud-Connect.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;I also followed your instruction to connect to the Tera Term and LTE Link Monitor as the testing guideline suggested in step 2.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/Asset-Tracker-COMs-connected.JPG" /&gt;&lt;/p&gt;
&lt;p&gt;However, I don&amp;#39;t know how to perform &amp;quot;step 15:&amp;nbsp;&lt;span&gt;Optionally send AT commands from the terminal, and observe that the reponse is received. &amp;quot; as suggested in the testing guideline.&amp;nbsp; Please guide me if this step 15 can be tested.&amp;nbsp; Thanks.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: AT commands on nRF9160 DK Asset Tracker Example</title><link>https://devzone.nordicsemi.com/thread/173300?ContentTypeID=1</link><pubDate>Wed, 27 Feb 2019 16:16:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a41c45eb-3715-4ca6-be10-51155c24c00a</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;The asset tracker example does not include the AT module for sending &amp;amp; receiving AT commands. Could you please follow the testing guideline &lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/asset_tracker/README.html#asset-tracker"&gt;here&lt;/a&gt;? In step 6, you can use a tool such as tera term to see the logging of the nRF91 DK. Make sure to open up three terminal windows &amp;amp; connect to each of the three COM ports. In the example below, this would be COM 103, COM 104 &amp;amp; COM 105:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-815b976309be4afeb48604e8718d573b/pastedimage1551284263866v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Are you able to connect to the nRF Cloud?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>