<?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>Debug nRF9160 designs from master branch of nRF Connect SDK with SES</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/57303/debug-nrf9160-designs-from-master-branch-of-nrf-connect-sdk-with-ses</link><description>Hello there! 
 So far we were using v1.1.0 branch of nRF Connect SDK. However, we would like to experiment with the AWS IoT library so we were forced to move to the latest master branch of the nRF Connect SDK. Here is how I moved to the master branch</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Feb 2020 14:39:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/57303/debug-nrf9160-designs-from-master-branch-of-nrf-connect-sdk-with-ses" /><item><title>RE: Debug nRF9160 designs from master branch of nRF Connect SDK with SES</title><link>https://devzone.nordicsemi.com/thread/232376?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 14:39:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81426517-c1fb-4bea-8fde-2fe514e87855</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;You can use the &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/cloud_client"&gt;Cloud Client example&lt;/a&gt; in nrf/samples/nrf9160, just change the CONFIG_CLOUD_BACKEND to use the AWS IoT library.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug nRF9160 designs from master branch of nRF Connect SDK with SES</title><link>https://devzone.nordicsemi.com/thread/232343?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 13:31:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:653b6f8f-1134-475c-aa98-94d1e4f430e1</guid><dc:creator>bojan</dc:creator><description>&lt;p&gt;I figured out how to use printk() or printf() function in master branch. It is necessary to include&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;sys/printk.h&amp;gt;&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I can also confirm that LTE Monitor app can be used for debugging.&lt;/p&gt;
&lt;p&gt;I will now see how can I benefit from AWS IoT library. One more question before I close this topic:&lt;/p&gt;
&lt;p&gt;Which existing sample can I use to experiment with AWS IoT library (communicate with AWS IoT Cloud over MQTT)? Is mqtt_simple example appropriate for that?&lt;/p&gt;
&lt;p&gt;Sincerely,&lt;/p&gt;
&lt;p&gt;Bojan.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug nRF9160 designs from master branch of nRF Connect SDK with SES</title><link>https://devzone.nordicsemi.com/thread/232320?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 12:52:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:826081a9-1c8e-4b37-94c9-382f3be52951</guid><dc:creator>bojan</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/members/heidi"&gt;Heidi&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Thanks for the update. No worries, we can survive and use LTE Monitor terminal for debugging. &lt;strong&gt;Please confirm that we can build from SES and debug using LTE Monitor terminal in master branch.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;I tried to re-generate Hello World project from &lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect-sdk-tutorial"&gt;nRF Connect SDK tutorial&lt;/a&gt; within master branch and here is what I get:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;1&amp;gt; Compiling ‘main.c’
1&amp;gt; ../src/main.c:2:10: fatal error: misc/printk.h: No such file or directory
1&amp;gt; compilation terminated.
Build failed&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;What changed in master branch that stops us to use &lt;em&gt;misc/printk.h&lt;/em&gt;?&lt;/p&gt;
&lt;p&gt;More imortant,&lt;strong&gt; is there any way we can benefit from AWS IoT library from within v1.1.0 branch?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Sincerley,&lt;/p&gt;
&lt;p&gt;Bojan.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Debug nRF9160 designs from master branch of nRF Connect SDK with SES</title><link>https://devzone.nordicsemi.com/thread/232304?ContentTypeID=1</link><pubDate>Mon, 03 Feb 2020 12:17:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef73839-09bb-4699-92ab-d5a83f6724b8</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;There has been a reported bug using the debug function&amp;nbsp;with SES on the master branch. So until this is fixed you won&amp;#39;t be able to debug using SES while on the NCS master branch, unfortunately.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>