<?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>nrf52832 Adafruit feather board - DEBUG via serial issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52243/nrf52832-adafruit-feather-board---debug-via-serial-issue</link><description>Hello. Got such a problem. I use nrf52832 Adafruit Feather board. While working with BLE examples (Softdevice and app.), debug via serial works fine. Can see all the text info via terminal. But when I use ESB examples (proprietary RF), also can see some</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 17 Sep 2019 12:42:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52243/nrf52832-adafruit-feather-board---debug-via-serial-issue" /><item><title>RE: nrf52832 Adafruit feather board - DEBUG via serial issue</title><link>https://devzone.nordicsemi.com/thread/210131?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 12:42:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14449909-2987-4d9e-b263-d4261e6f9531</guid><dc:creator>Ivan</dc:creator><description>&lt;p&gt;Great! &lt;br /&gt;Thanx.&lt;br /&gt;I &amp;#39;ve make proper changes in sdk_config.h Everything is working fine now!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 Adafruit feather board - DEBUG via serial issue</title><link>https://devzone.nordicsemi.com/thread/210117?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 12:19:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1d67441-0e62-4f44-85bb-e46fc744e841</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The logger module is not enabled in the ESB examples. You can enable it in the logging in your sdk_config.h file.&lt;/p&gt;
&lt;p&gt;For example, this is the required settings in esb_prx_pca10040 example for logging on UART:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;e&amp;gt; NRF_LOG_BACKEND_UART_ENABLED - nrf_log_backend_uart - Log UART backend
//==========================================================
#ifndef NRF_LOG_BACKEND_UART_ENABLED
#define NRF_LOG_BACKEND_UART_ENABLED 1
#endif

// &amp;lt;e&amp;gt; NRF_LOG_ENABLED - nrf_log - Logger
//==========================================================
#ifndef NRF_LOG_ENABLED
#define NRF_LOG_ENABLED 1
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Since all the log outputs in the example are done using NRF_LOG_DEBUG, you also need to change the log level (or change the logging macro to NRF_LOG_INFO) to see any log output:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// &amp;lt;o&amp;gt; NRF_LOG_DEFAULT_LEVEL  - Default Severity level
 
// &amp;lt;0=&amp;gt; Off 
// &amp;lt;1=&amp;gt; Error 
// &amp;lt;2=&amp;gt; Warning 
// &amp;lt;3=&amp;gt; Info 
// &amp;lt;4=&amp;gt; Debug 

#ifndef NRF_LOG_DEFAULT_LEVEL
#define NRF_LOG_DEFAULT_LEVEL 4
#endif&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 Adafruit feather board - DEBUG via serial issue</title><link>https://devzone.nordicsemi.com/thread/210080?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 11:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6539d301-1b26-47e5-84f7-293ee9f15d4d</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;You mean the NRF_LOG_... output?&lt;/p&gt;
&lt;p&gt;These have a choice (&lt;strong&gt;sdk_config.h&lt;/strong&gt; setting) to output either to UART or to RTT.&lt;/p&gt;
&lt;p&gt;Perhaps the ESB example is set to RTT ... ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>