<?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>How to test DTM with nRFgo Studio?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/15280/how-to-test-dtm-with-nrfgo-studio</link><description>I read a document, &amp;quot;Setting up production test using DTM&amp;quot;, &amp;quot;nAN-034 Application Note v1.0&amp;quot;.
And, Figure 3 shows how to setup test environment.
But, I cannot find which S/W need to be downloaded to nRF51DK and tester PC.
My question is written red color</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 22 Jul 2016 07:46:26 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/15280/how-to-test-dtm-with-nrfgo-studio" /><item><title>RE: How to test DTM with nRFgo Studio?</title><link>https://devzone.nordicsemi.com/thread/58373?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 07:46:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b77d1aba-8854-4e90-83f3-b78cc9e35f42</guid><dc:creator>Jake</dc:creator><description>&lt;p&gt;Thank you for your information. Very helpful.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DTM with nRFgo Studio?</title><link>https://devzone.nordicsemi.com/thread/58372?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 06:28:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:776c9e53-38d6-4c30-8693-9abcdc84e198</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;To be honest I&amp;#39;ve never done this in nRFGo studio, only used the script. I think the trick in nRFGo studio is to have two instances running, and program the DUT in one and the lower tester in the other.&lt;/p&gt;
&lt;p&gt;Assuming COM 11 is your DUT and COM 9 is the lower tester&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;To test DUT RX&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Program COM 9 to transmit&lt;/li&gt;
&lt;li&gt;Program COM 11 to receive&lt;/li&gt;
&lt;li&gt;Verify that you are getting the right amount of packets&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;To test DUT TX&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Program COM 11 to transmit&lt;/li&gt;
&lt;li&gt;Program COM 9 to receive&lt;/li&gt;
&lt;li&gt;Verify that you are getting the right amount of packets&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For more flexibility you will probably want to set up a script to do this for you, I recommend looking into the python dtm library.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DTM with nRFgo Studio?</title><link>https://devzone.nordicsemi.com/thread/58374?ContentTypeID=1</link><pubDate>Fri, 22 Jul 2016 03:23:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:94c58818-727d-4c42-8ab6-d91cd6e35b44</guid><dc:creator>Jake</dc:creator><description>&lt;p&gt;Thank you for your andwer.&lt;/p&gt;
&lt;p&gt;If I use setup as &amp;quot;&lt;strong&gt;Figure 2&lt;/strong&gt; Setup with PCB module with SMA connector as Lower Tester&amp;quot;, and run nRFgo studio on &amp;#39;computer&amp;#39;, what is correct choose for &lt;strong&gt;com port&lt;/strong&gt; for Direct Test Mode?&lt;/p&gt;
&lt;p&gt;Please refer below image. What is corrct choose, 1(for DUT) or 2(for nRF DK)?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://drive.google.com/file/d/0B0XLKermH0kHdWpfbV9MS2JnTms/view?usp=sharing"&gt;IMAGE&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards.&lt;/p&gt;
&lt;p&gt;Jake&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to test DTM with nRFgo Studio?</title><link>https://devzone.nordicsemi.com/thread/58371?ContentTypeID=1</link><pubDate>Thu, 21 Jul 2016 09:09:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31a039c0-8950-4fe2-8960-7272c7a028bf</guid><dc:creator>&amp;#216;yvind Karlsen</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Q1: Yes the DUT should be flashed with the DTM example.&lt;/p&gt;
&lt;p&gt;Q2: The DK should also be flashed with the DTM example. The roles of each device is decided by the upper tester, which controls the devices over UART.&lt;/p&gt;
&lt;p&gt;Q3: The tester should run the python script from &lt;a href="https://www.nordicsemi.com/eng/nordic/download_resource/20649/8/94779454"&gt;the zip&lt;/a&gt; that is attached with nAN34. The documentation for the script and DTM library is found in the readme file in the .zip.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Øyvind&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>