<?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>BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/37494/ble-dtm-mode-commands</link><description>Hi Sir 
 I&amp;#39;d want to send DTM command by hard code, but I don&amp;#39;t know where is the command spec for reference ? 
 Has any one could show me where is the spec ? and give me a example how to generate the command, Thanks.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 20 Sep 2018 11:22:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/37494/ble-dtm-mode-commands" /><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/149615?ContentTypeID=1</link><pubDate>Thu, 20 Sep 2018 11:22:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d4d5402-9777-4ada-b70d-e3b1f14618a2</guid><dc:creator>H&amp;#229;kon Alseth</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 send the command through UART (ie: with the whole DTM example), you can send the bytes as described in this thread (ignore the .patch file):&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/5994/direct-test-mode-tx-power-commands"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/5994/direct-test-mode-tx-power-commands&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;if you want to call dtm_cmd() directly, you should do something like this:&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;dtm_cmd(&lt;/span&gt;&lt;/span&gt;LE_TRANSMITTER_TEST, new_tx_power ,SET_TX_POWER,&amp;nbsp;DTM_PKT_VENDORSPECIFIC);&lt;/div&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/149379?ContentTypeID=1</link><pubDate>Wed, 19 Sep 2018 09:39:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e5eb0c08-34a4-4688-a97c-f16d816728fe</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Hi Sir&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please give me the vendor dtm command spec, I&amp;#39;d want send dtm command by cli,&lt;/p&gt;
&lt;p&gt;we don&amp;#39;t want to use radio_test,&amp;nbsp;Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/149112?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 18:47:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9001aa7b-1037-4e3b-a3ea-07ea16fc1f88</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I haven&amp;#39;t tried backporting the example to SDK 15.0, but you could try and see if it works. If it does not work, I&amp;#39;d recommend using a newer SDK version for testing with.&lt;/p&gt;
&lt;p&gt;Regarding your DTM issue; I am not familliar with the specific example that you&amp;#39;re running. if you do not require the DTM protocol, I&amp;#39;d recommend that you call the radio_test functions instead.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/148978?ContentTypeID=1</link><pubDate>Mon, 17 Sep 2018 09:42:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b4a20c31-731c-4a54-8fea-558d9672561c</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;The other question, Can I copy sdk 15.1 radio_test example to sdk 15.0 ? is it&amp;nbsp;workable ?&lt;/p&gt;
&lt;p&gt;I hit a issue,&amp;nbsp;No got&amp;nbsp;Tx power after input &amp;quot;start_tx_carrier&amp;quot; cli command....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/148834?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 13:04:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5cf1fcb8-8d47-4c1b-a93c-2034da78959c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;There is a vendor specific API for this, but the easiest way is to set the default output power to your wanted output power in ble_dtm.c and recompile.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/148700?ContentTypeID=1</link><pubDate>Fri, 14 Sep 2018 02:22:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c07f9429-8e3b-4d02-8a95-f9acf382e64a</guid><dc:creator>Justin_Yeh</dc:creator><description>&lt;p&gt;Could you give me a example how to adjust the Tx power ? Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE DTM mode commands</title><link>https://devzone.nordicsemi.com/thread/144256?ContentTypeID=1</link><pubDate>Wed, 15 Aug 2018 07:22:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f3788b5e-142f-44a1-88af-6643ac809d9f</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The DTM is specified on the bluetooth core specification (&lt;a href="https://www.bluetooth.com/specifications/bluetooth-core-specification"&gt;available from this site&lt;/a&gt;) in Vol 6, Part F.&lt;/p&gt;
&lt;p&gt;I&amp;#39;d recommend having a look at the direct_test_mode example in nRF5 SDK, just to see how the command flow is.&lt;/p&gt;
&lt;p&gt;In addition, you can have a look at the python scripts that implements DTM from bluetooth v4.0 in nAN-34:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.appnotes/dita/appnotes/pdflinks/nan_34.html"&gt;nAN34 - Setting up production test using DTM&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>