<?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>PCA10000 Tx</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/225/pca10000-tx</link><description>Hi, 
 I referred to the sample code &amp;quot;led_radio_example&amp;quot; and I think I might miss some thing so the program does not work. 
 The sample code indicates to use a terminal program on PC to connect to the PCA10000. I have tried &amp;quot;Putty&amp;quot; but there is no response</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Mar 2014 23:46:29 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/225/pca10000-tx" /><item><title>RE: PCA10000 Tx</title><link>https://devzone.nordicsemi.com/thread/1250?ContentTypeID=1</link><pubDate>Mon, 03 Mar 2014 23:46:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66082247-419b-4774-a336-989d9fc92a50</guid><dc:creator>Thomas</dc:creator><description>&lt;p&gt;I just got stung by this too.&lt;/p&gt;
&lt;p&gt;Turns out I have an earlier version of the PCA10000 board. Check your board to see if you have V1.0 like I do. If so, this fix is easy... once you know anyway.&lt;/p&gt;
&lt;p&gt;Go to &lt;strong&gt;Includes/boards/pca10000.h&lt;/strong&gt;. There is an &lt;strong&gt;#if /#else&lt;/strong&gt; construct for selecting between board versions. Change to &lt;strong&gt;#if 0&lt;/strong&gt; for V1.0 and away you go.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10000 Tx</title><link>https://devzone.nordicsemi.com/thread/1249?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2013 04:47:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c459ba9f-b4bf-44e7-9016-2a71e484b079</guid><dc:creator>Elca</dc:creator><description>&lt;p&gt;In the EK_User_Guide, Page 24, the Development Dongle v2.0 UART lines are connected to pins P0.08 to P0.11 as shown in Table 5. The actual problem is the pins changed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10000 Tx</title><link>https://devzone.nordicsemi.com/thread/1248?ContentTypeID=1</link><pubDate>Fri, 09 Aug 2013 07:12:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:99545f1d-2ce3-4575-970e-f1893fbeac6d</guid><dc:creator>Karolina</dc:creator><description>&lt;p&gt;I have the same problem, but I tried using Docklite and example: uart_example. When I connect board pca10000, and run example for that board, Docklite screen is empty. When pca10000 is connected and used example for pca10001 everything works just fine. Then I tried copying pca10001 main code into pca10000 main code, but the mistake has been retained. Program stops at:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;uart_start();&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;and in there:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;simple_uart_putstring((const uint8_t *)&amp;quot; \n\rStart: &amp;quot;);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;simple_uart_put(ch);&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;also here it stays forever:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;void simple_uart_put(uint8_t cr)
{
  NRF_UART0-&amp;gt;TXD = (uint8_t)cr;

  while (NRF_UART0-&amp;gt;EVENTS_TXDRDY!=1)
  {
    // Wait for TXD data to be sent
  }

  NRF_UART0-&amp;gt;EVENTS_TXDRDY=0;
}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;During this changes (between examples for pca10000 and pca10001) I haven&amp;#39;t connected and disconnected little board, so I think that COM ports haven&amp;#39;t changed).&lt;/p&gt;
&lt;p&gt;Also example: led_radio_example, doesn&amp;#39;t work. I think the main problem is with uart communication at pca10000. First mission is to understand why doesn&amp;#39;t UART work with example for pca10000, but it&amp;#39;s working with pca10001? Also when I connect pca10001 and run matching uart_example everything works just fine.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10000 Tx</title><link>https://devzone.nordicsemi.com/thread/1247?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 11:55:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cfa3337-82d8-4641-9b4e-f09e621328d2</guid><dc:creator>Elca</dc:creator><description>&lt;p&gt;Thanks for reply.
I have tried the sample code &amp;quot;uart_example&amp;quot; with PCA10001 and it works. I suppose the COM ports would be available.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: PCA10000 Tx</title><link>https://devzone.nordicsemi.com/thread/1246?ContentTypeID=1</link><pubDate>Mon, 05 Aug 2013 10:35:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7700c9cd-0174-4cee-b03f-06b885568810</guid><dc:creator>Nuno Lourenco</dc:creator><description>&lt;p&gt;Try checking the COM ports available...
I had a similar problem and it turned out to be a question of drivers!&lt;/p&gt;
&lt;p&gt;Best of luck...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>