<?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>where is the source code to enter dtm?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118076/where-is-the-source-code-to-enter-dtm</link><description>Hi, 
 From https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html , it writes &amp;quot; After programming the sample to your development kit, you can test it in three ways..... &amp;quot;. It means after programming image</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 17 Jan 2025 06:10:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118076/where-is-the-source-code-to-enter-dtm" /><item><title>RE: where is the source code to enter dtm?</title><link>https://devzone.nordicsemi.com/thread/518759?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 06:10:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bcbcb5bd-a6bb-43d3-b5a6-50f7894cc9ab</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;The dtm_init only prepares the hardware in a listening mode and the&amp;nbsp;dtm_tr_get waits for the command from the tester (which you already know) then the received DTM command is processed in&amp;nbsp;dtm_tr_process and then the command is sent to the BLE controller using the underlying transport (HCI or serial based on selected configs) in the function&amp;nbsp;hci_cmd().&lt;/p&gt;
&lt;p&gt;If you go for example in dtm_hci.c file and look into hci_cmd-&amp;gt;hci_reset-&amp;gt;dtm_setup_reset-&amp;gt;&amp;nbsp;radio_init&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the above sequence you can see that you application responding to the radio reset command and requesting this to the hci and in radio_init, the radio registers are actually reset to default.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: where is the source code to enter dtm?</title><link>https://devzone.nordicsemi.com/thread/518747?ContentTypeID=1</link><pubDate>Fri, 17 Jan 2025 01:30:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92597142-edfa-4e4f-9c0f-4def09fd5851</guid><dc:creator>panpgg</dc:creator><description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; Thank you for your replay. I know device does not enter DTM by itself, that&amp;#39;s why I want to know the answer.&lt;/p&gt;
&lt;p&gt;From your reply what&amp;#39;s the specfic commands to let device enter dtm? It should not defined by&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;a class="reference external" href="https://www.bluetooth.com/specifications/specs/"&gt;Bluetooth&lt;sup&gt;&amp;reg;&lt;/sup&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;Core Specification&lt;/a&gt;&lt;span&gt;&amp;nbsp;(Vol. 6, Part F).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;And the detail of commands do?(like writing regsters or others)&lt;/p&gt;
&lt;p&gt;plz tell me whre is the source code and I can trace it.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: where is the source code to enter dtm?</title><link>https://devzone.nordicsemi.com/thread/518575?ContentTypeID=1</link><pubDate>Thu, 16 Jan 2025 09:19:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6fbd0bc9-e3f2-4365-9439-aaf874f9978e</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;he device does not enter DTM by itself; instead, it initializes the DTM functionality and waits for external input.&amp;nbsp;it is triggered by sending specific commands over UART to the device.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>