<?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>nrf52840-DK Evaluation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/40969/nrf52840-dk-evaluation</link><description>Purchased nrf52840-DK boards for evaluation. Tested ESB protocol example successfully using Segger environment. 
 1. I could not find any prints on my host screen after i have added Printf statements in the example to debug and print packet transmitted</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 28 Nov 2018 09:32:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/40969/nrf52840-dk-evaluation" /><item><title>RE: nrf52840-DK Evaluation</title><link>https://devzone.nordicsemi.com/thread/159377?ContentTypeID=1</link><pubDate>Wed, 28 Nov 2018 09:32:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2afcbe45-fcc2-4abd-b5f0-efabf10d79e4</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;1. The SDK comes with a &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.2.0/lib_nrf_log.html?cp=4_0_0_3_26"&gt;Logger module&lt;/a&gt;, which is typically what you would use to print messages. It gives you printf-like string formatting and you can select whether you want to log to RTT or UART by configuring the projects sdk_config.h. Most SDK examples use the logger module, so you can see how it is done. You need to remember to enable logging by setting&amp;nbsp;NRF_LOG_ENABLED in sdk_config.h. You also have to enable a backend. Since you use Segger, you probably want RTT, which you get by setting&amp;nbsp;NRF_LOG_BACKEND_RTT_ENABLED to 1. If you want UART logging, you set&amp;nbsp;NRF_LOG_BACKEND_UART_ENABLED to 1 instead. If you use RTT logging, the logs will be displayed directly in Segger Embedded Studio. Alternatively, when you are not debugging, you can use the J-Link RTT Viewer.&lt;/p&gt;
&lt;p&gt;2. I recommend you start with a example project. There is no reason to do the work of setting up a project from scratch when you can adapt a example project instead, saving time and avoiding issues.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>