<?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 Transmitter Example</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37288/radio-transmitter-example</link><description>1. How should I connect with UART to my board? 
 
 2. How to put the device into RX mode as required by RED EN300328? 
 
 Test the Radio Test Example application by performing the following steps: 
 
 Compile and program the application. 
 Start a terminal</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 13 Aug 2018 13:06:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37288/radio-transmitter-example" /><item><title>RE: Radio Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143973?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 13:06:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:340e70c6-8a38-49a2-b8fb-582c80f093ca</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;In order to use the python PER script linked below, both boards should be&amp;nbsp;loaded with the DTM application. If you load the DK with the exact same hex file as yo udo with your DUT, remember that the UART pins will also change. The nRF52 on the DK will then not have its UART connected to the pins(lines) that go to the interface MCU, which it needs to get commands to/from the PC.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We do not have any documents or similar on basic UART, but this is freely available at a number of sources, e.g.&amp;nbsp;&lt;a href="https://learn.sparkfun.com/tutorials/serial-communication/all"&gt;this by Sparkfun&lt;/a&gt;. There has not been a demand for anything this elaborate from us directly, and there is a lot of assistance to be found through previously answered DevZone queries.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;An attempt to break it down&lt;/p&gt;
&lt;p&gt;Tester (nRF52 on DK), no change needed. just flash it with the pre-compiled DTM application:&lt;/p&gt;
&lt;table style="height:71px;" width="231"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DK-side&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;nRF52 side&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TXD (P0.08)&lt;/td&gt;
&lt;td&gt;RXD (P0.08)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RXD (P0.06)&lt;/td&gt;
&lt;td&gt;TXD(P0.06)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CTS (not needed)&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RTS (not needed)&lt;/td&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;DUT (Custom device):&lt;/p&gt;
&lt;table style="height:151px;" width="233"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;&lt;strong&gt;DK-Side&lt;/strong&gt;&lt;/td&gt;
&lt;td&gt;&lt;strong&gt;nRF52 side&lt;/strong&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TXD (P0.08)&lt;/td&gt;
&lt;td&gt;RXD (whatever you set it to)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RXD (P0.06)&lt;/td&gt;
&lt;td&gt;TXD (whatever you set it to)&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;CTS (not needed)&lt;/td&gt;
&lt;td&gt;Not needed&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;RTS (not needed)&lt;/td&gt;
&lt;td&gt;Not needed&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&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 Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143947?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 12:24:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7f48e239-495b-4efe-a29e-69ac29a4096b</guid><dc:creator>Upright</dc:creator><description>&lt;p&gt;On this system, I should have&lt;/p&gt;
&lt;p&gt;1. EVB- NRF52- should&amp;nbsp;act like mater to send data&lt;/p&gt;
&lt;p&gt;2. My PCB- which should&amp;nbsp;receive the commands&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Should I burn the same FW on both?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a simple document which describes the block diagram&amp;nbsp;and the FW for each part??&lt;/p&gt;
&lt;p&gt;The information&amp;nbsp;is not clear nor setup...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;this test should be done by any customer ..&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143933?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 12:00:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58ee5b86-f879-4777-b301-6c8e9fb4b049</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;No, we do not have an example for how to change UART pins.&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;&lt;a href="http://developer.nordicsemi.com/"&gt;Download SDK v.15.0&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Open project of DTM example for whatever IDE you have available. SES can be downloaded for free through Segger.&lt;/li&gt;
&lt;li&gt;Browse and open &amp;#39;PCA10056.h&amp;#39;, (through &amp;#39;boards.h&amp;#39; if needed) and change code lines 87-90 to whatever GPIO number you want to use&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;#define RX_PIN_NUMBER  8
#define TX_PIN_NUMBER  6
#define CTS_PIN_NUMBER 7
#define RTS_PIN_NUMBER 5&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Build, flash and you are good to go.&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 Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143855?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 07:50:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d0397a0d-bdff-4e06-8df1-57c4f3f92b6f</guid><dc:creator>Upright</dc:creator><description>&lt;p&gt;Do you have an example for it?&lt;/p&gt;
&lt;p&gt;how can I change the pins setup?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143848?ContentTypeID=1</link><pubDate>Mon, 13 Aug 2018 07:30:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:853445fa-2a84-4c03-b6a4-78edd035f814</guid><dc:creator>Andreas</dc:creator><description>&lt;p&gt;Hi Nir,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Do you have available GPIOs in your design at all? If not you might have to refurbish one of your samples for the purpose, cut some traces and solder on some wires, that should be acceptable for this specific test but if so you should confirm with your cert house. You can then redefine the assigned UART pins in pca10040.h and reflash your board.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The current test implementation is&amp;nbsp;designed against the DTM specification and does not support control over the SWD line. You could implement this yourself though, initiating the transmission e.g. by writing TASKS_ENABLE. If then sending a predetermined payload, the receiver could still do the PER calculation, but in this case the test house probably would not be able to use a BLE tester, you would have to make the receiver using a nRF52 DK yourself. If you decide to go with this you should also confirm with the test house if they accept it.&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 Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143779?ContentTypeID=1</link><pubDate>Sat, 11 Aug 2018 04:38:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb5f666a-712c-4381-95a2-5131bec258f6</guid><dc:creator>Upright</dc:creator><description>&lt;p&gt;SO you expect me to connect to this pins how?&lt;/p&gt;
&lt;p&gt;currently, those GPIO&amp;#39;s are in use..&lt;/p&gt;
&lt;p&gt;No TP was prepared in advanced&amp;nbsp;&lt;/p&gt;
&lt;p&gt;there is no any comment on the data sheet which indicates that this need to be prepared in advanced&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The PCB need special design&amp;nbsp;to support this..&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Is there a way to connect to the SWD line ( which is prepared&amp;nbsp;in advance&amp;nbsp;for burning )?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143732?ContentTypeID=1</link><pubDate>Fri, 10 Aug 2018 13:01:50 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffe42a50-a7da-411b-8ceb-efd4c9a0070d</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;DK Documentation can be found &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52_dev_kit.html?cp=2_1_4"&gt;here&lt;/a&gt;. DK HW files can be found &lt;a href="https://www.nordicsemi.com/eng/nordic/Products/nRF52-DK/nRF52-DK-HW/50980"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You should then connect&amp;nbsp;P05-P08 on your PCB to&amp;nbsp;P05-P08 on the DK. You also need to CUT Solder bridge SB9, to not accidentally power the nRF52 on the DK itself, and also connect GND on the DK to GND on your PCB. The SDK examples should be flashed on your PCB only.&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 Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143618?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 15:14:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5ff0be0-c8b8-4e6c-8c66-d2cfc4b19dcd</guid><dc:creator>Upright</dc:creator><description>&lt;p&gt;that means I am using my PCB connected to the DK board?&lt;/p&gt;
&lt;p&gt;Is there a block&amp;nbsp;diagram of the system?&lt;/p&gt;
&lt;p&gt;My current PCB is already connected to the pins P05-P08.&lt;/p&gt;
&lt;p&gt;How should&amp;nbsp;i connect to my PCB????&lt;/p&gt;
&lt;p&gt;where should i burn the project on the SDK or on my PCB or both?&lt;/p&gt;
&lt;p&gt;DTM cannot work with my PCB as far as i know..&lt;/p&gt;
&lt;p&gt;I think you need to add the comment for this on the radio example.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Radio Transmitter Example</title><link>https://devzone.nordicsemi.com/thread/143595?ContentTypeID=1</link><pubDate>Thu, 09 Aug 2018 13:47:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9600b7f1-3d89-48bd-a93b-692ea05de031</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;1. You need a to use something for the Virtual COM port. A nRF52-DK can be used for this, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52_dev_kit/vir_com_port.html?cp=2_1_4_4_1"&gt;this link&lt;/a&gt;.&amp;nbsp;You have to cut SB6 on the DK (to not power the nRF52 on the DK itself), then hook up your board to the UART pins described in &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.nrf52/dita/nrf52/development/nrf52_dev_kit/vir_com_port.html?cp=2_1_4_4_1"&gt;the link&lt;/a&gt;. You can edit the code and configure other pins if that works better with your board.&lt;/p&gt;
&lt;p&gt;2. For simply configuring the radio to operate in receive mode, the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/nrf_radio_test_example.html?cp=4_0_0_4_5_29"&gt;radio test example&lt;/a&gt;&amp;nbsp;For testing received blocking, see &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.appnotes/dita/appnotes/pdflinks/nan_34.html?cp=10_3"&gt;our nAN-34&lt;/a&gt;, which describes how to set up a produciton test using our &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/ble_sdk_app_dtm_serial.html?cp=4_0_0_4_4"&gt;DTM application&lt;/a&gt;. This comes with a script for doing a PER test, needed for the blocking tests.&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></channel></rss>