<?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>Can&amp;#39;t read from PCA10000?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/7458/can-t-read-from-pca10000</link><description>MasterEmulator Version 2.1.12.6,
PCA10000 Version 1.0,
MEFW nRF51822 version 0.9.0, 
 The log file shows the following; 
 12;18:17:38.4681 [] - - Start of script: (2015-06-05 08:17:38) - - 
13;18:17:38.4701 [] 
&amp;lt;reportfile:&amp;quot;C:\ProgramData\Nordic</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 09 Jun 2015 00:46:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/7458/can-t-read-from-pca10000" /><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26568?ContentTypeID=1</link><pubDate>Tue, 09 Jun 2015 00:46:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7baab5d3-880c-4a17-ad2b-785fbd190e1b</guid><dc:creator>mark plunkett</dc:creator><description>&lt;p&gt;Hey guys thanks for the fast response, Stian&amp;#39;s response worked, have a custom application based of the nRFUart example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26567?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 14:56:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:712842b9-dda1-4205-8018-96ccb01e7f73</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;Aah, my bad.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26566?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 14:04:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:374afb44-9f53-4251-9330-44a1f0c91860</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;Agree, but I can&amp;#39;t see that he is referring to Master Control Panel anywhere. I tried in MCP with the old MEFW and the baudrate was set to 115200 automatically.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26565?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 13:57:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05f0ace3-6af3-40f9-b348-997d711a39bd</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;I can see that this will help if he is using a custom application, using this API, but not how this will affect Master Control Panel&amp;#39;s behaviour.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26564?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 13:51:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee9c2bda-0ab7-4c74-ab8f-931de1de2a45</guid><dc:creator>Stian R&amp;#248;ed Hafskjold</dc:creator><description>&lt;p&gt;There is a function in the master emulator library you can use: &lt;code&gt;MasterEmulator.SerialPortBaudRate&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Go in to the API documentation located in the &lt;code&gt;Nordic Semiconductor\Master Emulator\2.1.12.6\Documentation&lt;/code&gt; folder and look up &amp;quot;MasterEmulator class&amp;quot; -&amp;gt; &amp;quot;MasterEmulator Properties&amp;quot; -&amp;gt; &amp;quot;SerialPortBaudRate Property&amp;quot; to see how it is used.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't read from PCA10000?</title><link>https://devzone.nordicsemi.com/thread/26563?ContentTypeID=1</link><pubDate>Fri, 05 Jun 2015 09:43:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8a6099c0-a738-44d7-b32f-4d1f2de525e4</guid><dc:creator>wlgrd</dc:creator><description>&lt;p&gt;The earlier veraions of PCA10000 doesn&amp;#39;t have chips that officially support 1MBaud, and your latest version of MCP is trying to communicate with a much faster baud rate that your board is configured for. So, what is the version number of your pca10000, or better, what is the revision of the chip mounted?&lt;/p&gt;
&lt;p&gt;If you upgrade to the nrf51 dongle you&amp;#39;ll be able to run with a higher baud rate for sure.&lt;/p&gt;
&lt;p&gt;In your latest installation, you should be able to find the MEFW firmware hex file (somewhere in the installation folder). You can try flashing that with nrfgo studio, but I cannot guarantee that it will work.&lt;/p&gt;
&lt;p&gt;I didn&amp;#39;t see this before, under file-&amp;gt;settings-&amp;gt;Serial port. Maybe try changing it?&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/8171.Untitled.png" alt="image description" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>