<?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 dk UART problem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/35849/nrf52832-dk-uart-problem</link><description>Hi, I just recently bought nrf52832 dk board. I am really new to this. I have prior experience on Arduino only. I started working on nrf52832 dk board with the help of nordic infocenter. I have installed nRFgo Studio, nrf connect, Keil uVision5, nrf command</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 28 Jun 2018 09:25:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/35849/nrf52832-dk-uart-problem" /><item><title>RE: nrf52832 dk UART problem</title><link>https://devzone.nordicsemi.com/thread/138055?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 09:25:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c05e43f-bc21-45ff-a1e6-bd16b5d9ab57</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The baud rate is set in the source code. Look for the uart_init() function in main.c&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;tutorials&lt;/a&gt; site is a good place to start.&lt;/p&gt;
&lt;p&gt;Especially the four posts under &amp;quot;Bluetooth low energy&amp;quot; is useful if you intend to work with BLE. I know they are old, mostly referring to SDK 11. But you can use them to get familiar. Just be aware that the application &amp;quot;Master Control Panel&amp;quot; is depricated. You should use nRF Connect instead. It doesn&amp;#39;t show the same details in advertising packets, but you should manage to get through the tutorials.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;There are quite a few header files required to compile code for the nRF, so I think you should start with the template projects in the SDK:&lt;/p&gt;
&lt;p&gt;SDK\examples\ble_peripheral\template_project, and&lt;/p&gt;
&lt;p&gt;SDK\examples\peripheral\template_project&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;But I recommend that you start with some of the examples with some actual code and modify them in the getting started phase.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t use the softdevice, e.g. the examples in SDK\peripheral, then you can start with the blinky example, which has the necessary files included, and it is pretty clear to see what the code does.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 dk UART problem</title><link>https://devzone.nordicsemi.com/thread/138028?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 08:32:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56b9a923-474a-42bf-9f9d-af5c9fd49c04</guid><dc:creator>Ayush Bansal</dc:creator><description>&lt;p&gt;Thanks for the help.&lt;br /&gt; Yes it is printing &amp;quot;Hello World&amp;quot; at baud rate of 115200. I also figured out that the code written in ble-app UART works on baud rate 38400 in my case. Now it is working. Also I would like to learn programming nrf52832 from basics like how to write code, what are the headers required for the particular code,code which need to be implemented in setup, so is there any document or site where i can learn to code nrf52832?&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Thank You&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52832 dk UART problem</title><link>https://devzone.nordicsemi.com/thread/137998?ContentTypeID=1</link><pubDate>Thu, 28 Jun 2018 06:01:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c974f58-6d18-4ddb-8fc5-e3e243370ba3</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Can you please try to flash the DK with the attached .hex file?&lt;/p&gt;
&lt;p&gt;It should print &amp;quot;Hello World&amp;quot; on the UART every second. Connect open puTTY on &amp;quot;Serial&amp;quot;, select the correct COM port, and with baud rate 115200. You should only need to use the USB cable connected to the DK, and no external HW. If you still only get the&amp;nbsp;▒▒, then maybe you can try a different UART terminal, like &lt;a href="https://www.compuphase.com/software_termite.htm"&gt;Termite&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;When you flash the .hex, you can use nRFgo Studio. Remember to clear the board first (&amp;quot;Erase all&amp;quot;), because the attached application doesn&amp;#39;t require a softdevice.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know whether that works or not, then we know whether the issue is on the application or the Desktop Firmware.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-f8e2a5982c584712ba56e06f5a05afc6/nrf52832_5F00_xxaa.hex"&gt;devzone.nordicsemi.com/.../nrf52832_5F00_xxaa.hex&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Edvin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>