<?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>Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23327/cannot-see-any-data-in-serial-software-from-nrf51822</link><description>enter code here Hi guys I have managed to program an example BLE_Serial program into the nrf51822 but I cannot see anything coming out from the TX and RX ? Please guide me on what I might be doing wrong.
I have loaded the s130 v1.0 softdevice and then</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 11 Jul 2017 23:10:06 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23327/cannot-see-any-data-in-serial-software-from-nrf51822" /><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91713?ContentTypeID=1</link><pubDate>Tue, 11 Jul 2017 23:10:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05366f69-c839-4784-af3d-ab5e2117231a</guid><dc:creator>nar0909</dc:creator><description>&lt;p&gt;Thx for clarifying the PINS...appreciate it. =)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91712?ContentTypeID=1</link><pubDate>Mon, 10 Jul 2017 13:52:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8992b460-cb7a-4940-a9a0-930152087d16</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@Naren: Please try to look into the code of the Android library to check which pins are used for TXD and RXD.
If you have a look at the picture from the website I pointed to you can find the pins:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2438.UART.png" alt="image description" /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure which board you are using, please take a photo of your setup and update it to the question.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91710?ContentTypeID=1</link><pubDate>Sat, 08 Jul 2017 08:10:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:07166702-1606-446d-b8a5-b699541d9251</guid><dc:creator>nar0909</dc:creator><description>&lt;p&gt;Also how could you be specific about the P09 and P11 ?? Because I don&amp;#39;t see any code related to the PINS ? And what board does those pins point out to?
I&amp;#39;ve used arduino sketch to upload the application into the nrf51822 using black magic probe ( using roger clarke repos) . The applications work just fine like Central, peripheral and both central/peripheral and collecting HRM value from slave. But I can&amp;#39;t see data coming from the TXD &amp;amp; RXD pins from the nrf51822 when I hook up with a logic analyser?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91711?ContentTypeID=1</link><pubDate>Sat, 08 Jul 2017 07:59:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b85483c-585b-4ab6-b02f-1f99fd447565</guid><dc:creator>nar0909</dc:creator><description>&lt;p&gt;@Hung Bui Thanks for the reply mate but I have tried a few serial examples but they didn&amp;#39;t seem to work for me apparently. I have used an FTDI based mini board with FT232RL micro and it has a TX RX GND VCC (3.3V) and few other pins like RTS TXD RXD 5v and stuff but it should work as it supposed to be as a simple serial interface like sending text to the ble should display data on the serial software. It works fine with the other nrf51822 s110 version I tried but does it make a difference on the s130? And is there anything I&amp;#39;m missing out?
Please help
Many thx&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91709?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 14:22:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4af0473c-3b7f-46ee-9c84-2090aecbbfda</guid><dc:creator>Hung Bui</dc:creator><description>&lt;p&gt;@naren: You should try to test if serial working properly or not.
Maybe start with smth like this:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;  void setup() {
    Serial.begin(9600);

    Serial.println(&amp;quot;HelloWorld&amp;quot;);
    }
  void loop() {}
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Why did you monitor on P3 - RXD and P4 - TXD ? Which board are you testing ? According to &lt;a href="http://redbearlab.com/redbearlab-nrf51822/"&gt;this&lt;/a&gt;, it should be P09 and P11.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91708?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 02:53:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4af5bb4-c977-499b-9f0f-d409f05656ea</guid><dc:creator>nar0909</dc:creator><description>&lt;p&gt;Please consider the above question now...I have edited it accordingly.
I apologise for the gobbledy gook looking code earlier. =)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Cannot see any data in Serial software from nrf51822?</title><link>https://devzone.nordicsemi.com/thread/91707?ContentTypeID=1</link><pubDate>Fri, 07 Jul 2017 02:40:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:099d09eb-5b99-4a57-964e-1de65e005d16</guid><dc:creator>RK</dc:creator><description>&lt;p&gt;Look at your message - do you think anyone can read that jumble? Please edit the question, use the &amp;#39;preformatted text&amp;#39; button to format the code so it actually looks readable and then someone may be able to help you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>