<?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>UART module nRF52</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/19332/uart-module-nrf52</link><description>Hi all, I am trying to use the UART hardware module inside the nRF52 DK. I am very new programming with Nordic chips and C, my previous experience is programming Arduino and Atmel chips. 
 Can I use prinft() function to put out data from the uC programming</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 02 Feb 2017 14:58:40 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/19332/uart-module-nrf52" /><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74994?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2017 14:58:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1cfce94-8d35-453f-b94e-abd6ffff5501</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Hi Sigurd, I want to use a simple uart interface to send/receive information from a PC. I am using the nRF52 DK and SDK 12.2 and softdevice $132.
at the moment I am pushing out information from the nRF52 using NRF_LOG_INFO(), and I want receive incomming data.
Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74992?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2017 08:17:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8b96ccb-d883-4bd9-9145-06e7c4506b4c</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Which of the uart examples? ble_app_uart or uart? What device do you want to send information from? PC, µC or phone? What SDK version are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74993?ContentTypeID=1</link><pubDate>Thu, 02 Feb 2017 00:21:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef5ad0a0-8163-49d3-a7a1-7e88d4739cb8</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Sigurd I know the question is solved, but can you give me any suggestion to receive information via uart to a nRF52? I was trying porting the uart example but I did not have luck&lt;/p&gt;
&lt;p&gt;thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74995?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 16:44:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:174dbec8-d367-4580-9967-f69614aceba9</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Thanks Sigurd!
it is solved now. I changed the nRF_LOG_default_level to &amp;quot;info&amp;quot; and now it works pretty nice&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74987?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 16:39:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad2864ea-a128-4571-9402-7d8a7e90a9b6</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Hi Sigurd. I enabled  NRF_LOG_ENABLED 1 and NRF_LOG_BACKEND_SERIAL_USES_UART 1 on sdk_config.h but I can&amp;#39;t see anything on my terminal. I am using experimental_ble_blinky example on nRF52 DK my settings: &lt;a href="https://s30.postimg.org/j95fkfr8h/nrf52.png"&gt;s30.postimg.org/.../nrf52.png&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74991?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 15:57:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2bb1b280-38f1-4240-a1d1-f105ab837afc</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use NRF_LOG_INFO() just like you use the printf(). E.g. &lt;code&gt;NRF_LOG_INFO(&amp;quot;Hello World\r\n&amp;quot;);&lt;/code&gt;. Remember to enable the NRF_LOG in sdk_config.h. See &lt;a href="https://devzone.nordicsemi.com/question/105110/uart-debug-logger/?answer=105129#post-id-105129"&gt;this&lt;/a&gt; answer, and &lt;a href="https://devzone.nordicsemi.com/question/107568/nrf_log_debug-doesnt-produce-output/#107582"&gt;this&lt;/a&gt; answer on how to use the configuration wizard.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74990?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 14:57:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9c8b0f6-7e80-40b2-b71e-242010eab1da</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Do you know if there are something like printf() like arduino to put out data via serial? or how to receive serial incoming data&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74989?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 14:53:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4b6aa9f7-73d5-426e-933b-76673b3a405c</guid><dc:creator>Arepa</dc:creator><description>&lt;p&gt;Hi Mango. I have two devices one like central and other like peripheral, when the peripheral get the data from the central I want to send what I got to a PC using termite, but I dont know how to do this basic thing. I see the example codes they use nRF_LOG_Info but I think it is just for debugging not for transmit information&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART module nRF52</title><link>https://devzone.nordicsemi.com/thread/74988?ContentTypeID=1</link><pubDate>Tue, 31 Jan 2017 07:25:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6377abc2-6fd3-4935-b212-013c9d7e01f2</guid><dc:creator>MANGO</dc:creator><description>&lt;p&gt;Hi, Arepa. When using the &lt;code&gt;NRF_LOG_INFO&lt;/code&gt;, have you used the J-Link RTT Logger?&lt;/p&gt;
&lt;p&gt;Or the console view in the Keil MDK5?&lt;/p&gt;
&lt;p&gt;-Best Regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>