<?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>Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43560/radio-test-example-using-seggerrtt</link><description>Hi, 
 I have to prepare my devices for certification and I am hoping to use the radio test example as suggest by most people here on the devzone to be the most convenient way of setting up the devices for continuous transmission in single frequency mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Feb 2019 12:56:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43560/radio-test-example-using-seggerrtt" /><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170628?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 12:56:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a68cb434-ee8c-4995-b767-7f995e11d296</guid><dc:creator>anasimtiaz</dc:creator><description>&lt;p&gt;Thanks. I am going to try the ratio tx and rx examples now.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170627?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 12:55:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ac65b2b2-a7e5-4b8b-a610-46d7e055a707</guid><dc:creator>anasimtiaz</dc:creator><description>&lt;p&gt;Thanks for the replies. I am moving towards the idea of initiating the tests wirelessly ... but it seems like using RTT is definitely a possibility as pointed out by @twihtronics&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170622?ContentTypeID=1</link><pubDate>Tue, 12 Feb 2019 12:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de3b448c-3092-4d68-a077-b1322e144dc6</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you want to avoid RTT altogether you can also look at how to initiate the tests wirelessly. If you e.g. look at the radio receiver and radio transmitter examples, you could probably quite easily make the DUT power up into RX, wait for a packet, and based on what button of whatnot is transmitted from a TX (e.g. DK), the DUT could switch mode into whichever mode/state is wanted.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Another alternative is to make do with any pins you have laid out. You could emulate a button by asserting pins, even if they have been connected to things in the layout will&amp;nbsp;let you control the FW or at least set up one test mode after startup.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170398?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 14:14:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f113f77e-3440-4b1d-ae86-bbe0417bc21a</guid><dc:creator>twihtronics</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/6398/test-nrf51822-through-swd-interface-after-programming-through-rtt/22307#22307"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/6398/test-nrf51822-through-swd-interface-after-programming-through-rtt/22307#22307&lt;/a&gt;&amp;nbsp;... here to be the same.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170396?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 14:10:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d79e2b57-5064-4cb7-aa41-60b2e3d2f03a</guid><dc:creator>twihtronics</dc:creator><description>&lt;p&gt;if you look at segger_rtt.h you will notice there is a&amp;nbsp;SEGGER_RTT_Read function. So you probably don&amp;#39;t need a full blown CLI just use&amp;nbsp;SEGGER_RTT_Read and&amp;nbsp;SEGGER_RTT_Write functions and keep it simple&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Test Example using SeggerRTT?</title><link>https://devzone.nordicsemi.com/thread/170394?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 14:07:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5f602f1-f9b7-4261-92ef-8d305fb64d51</guid><dc:creator>twihtronics</dc:creator><description>&lt;p&gt;maybe looking at the CLI examples might be a start. Not sure though but basically you would need to modify the standard radio test firmware to now read and write commands from the RTT channel instead of uart. You probably can just use CLI as a bases and slim it down. Also look at receiving data from RTT channel. That would be much simpler than implementing a full CLI. You just need to read and write from RTT.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>