<?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 can I enable &amp;quot;DTM over  HCI&amp;quot; in the nRF Kconfig GUI?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127542/how-can-i-enable-dtm-over-hci-in-the-nrf-kconfig-gui</link><description>I am trying to enable the Channel Sounding feature on the nRF54L15 DK by sending HCI commands over a &amp;quot;USB to UART&amp;quot; interface. For this purpose, I created the &amp;quot;hci_uart&amp;quot; sample application from nRF Connect SDK v3.2.4 and enabled the Channel Sounding options</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Mar 2026 01:27:11 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127542/how-can-i-enable-dtm-over-hci-in-the-nrf-kconfig-gui" /><item><title>RE: How can I enable "DTM over  HCI" in the nRF Kconfig GUI?</title><link>https://devzone.nordicsemi.com/thread/564063?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2026 01:27:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:797791a7-2eb4-49f3-afcb-302fa4355663</guid><dc:creator>dio won</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;The second device used in this setup is a Silicon Labs DUT, which also supports raw HCI commands over USB-to-UART.&lt;/p&gt;
&lt;p&gt;In this test, the nRF54L15 DK was configured as the reflector, and the Silicon Labs DUT was configured as the initiator. The two devices were connected via an RF cable. Based on the RFPHY.TS &amp;quot;CS Step Main Mode, Frequency Verification&amp;quot; test case, the corresponding parameters were set and the LE_CS_Test HCI command was issued to enable CS signal exchanges between the devices.&lt;/p&gt;
&lt;p&gt;After completing the CS signal exchange, the LE_CS_Test_End HCI command was sent according to the Core Specification. At this point, the responses from the two DUTs differed:&lt;/p&gt;
&lt;p&gt;- The Silicon Labs DUT responded with 0x00 (Success)&lt;br /&gt;- The nRF54L15 DK responded with 0x0C (Command Disallowed)&lt;/p&gt;
&lt;p&gt;This behavior was consistent even when the roles of the two DUTs were swapped.&lt;br /&gt;&lt;br /&gt;&amp;lt;siliconlabs DUT&amp;gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774486899408v2.png" /&gt;&lt;br /&gt;red :&lt;span&gt;HCI_command_complete_event&lt;/span&gt;&lt;br /&gt;green :&lt;span&gt;HCI_LE_CS_Subevent_Result&lt;br /&gt;&lt;/span&gt; &lt;br /&gt;&amp;lt;nrf54l15 DK&amp;gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774486939793v3.png" /&gt;&lt;br /&gt;&lt;span&gt;red :&lt;/span&gt;&lt;span&gt;HCI_command_complete_event&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;One notable difference between the two DUTs is their behavior after the LE_CS_Test command:&lt;/p&gt;
&lt;p&gt;- The Silicon Labs DUT returns both HCI_Command_Complete and HCI_LE_CS_Subevent_Result events&lt;br /&gt;- The nRF54L15 DK only returns HCI_Command_Complete and does not report any HCI_LE_CS_Subevent_Result events&lt;/p&gt;
&lt;p&gt;According to the Core Specification (Channel Sounding Test MSC: IUT in Reflector Role), after completing the CS subevent exchanges, the DUT is expected to report either HCI_LE_CS_Subevent_Result or HCI_LE_CS_Subevent_Result_Continue events.&lt;/p&gt;
&lt;p&gt;However, in this case, the nRF54L15 DK does not appear to send any CS subevent result events. Therefore, I suspect that this might be the reason why the subsequent LE_CS_Test_End command results in a Command Disallowed (0x0C) error.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774486828969v1.png" /&gt;&lt;/p&gt;
&lt;p data-start="1745" data-end="1857"&gt;Could you please review whether there might be any issues in my HCI_UART application configuration (&lt;code data-start="1845" data-end="1855"&gt;prj.conf&lt;/code&gt;)?&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774498599681v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p data-start="1859" data-end="1997"&gt;Currently, I have configured the following Kconfig options. However, some options do not seem to be enabled due to dependency constraints:&lt;/p&gt;
&lt;ul data-start="1999" data-end="2075"&gt;
&lt;li data-section-id="b1gb3x" data-start="1999" data-end="2036"&gt;&lt;code data-start="2001" data-end="2034"&gt;CONFIG_BT_CTLR_CHANNEL_SOUNDING&lt;/code&gt;&lt;/li&gt;
&lt;li data-section-id="zt5liz" data-start="2037" data-end="2075"&gt;&lt;code data-start="2039" data-end="2073"&gt;CONFIG_BT_CTLR_SDC_CS_STEP_MODE3&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p data-start="2077" data-end="2264"&gt;To enable these, it appears that &lt;code data-start="2110" data-end="2128"&gt;BT_LL_SOFTDEVICE&lt;/code&gt; must be enabled. However, since &lt;code data-start="2161" data-end="2195"&gt;DT_HAS_NORDIC_BT_HCI_SDC_ENABLED&lt;/code&gt; cannot be enabled, these options are forced to &lt;code data-start="2243" data-end="2246"&gt;n&lt;/code&gt; during the build.&lt;/p&gt;
&lt;p data-start="2266" data-end="2378"&gt;I would appreciate it if you could provide guidance on whether this configuration could be related to the issue.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;&lt;span&gt;Best regards&lt;/span&gt;&lt;br /&gt;&lt;span&gt;dio&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I enable "DTM over  HCI" in the nRF Kconfig GUI?</title><link>https://devzone.nordicsemi.com/thread/564035?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2026 12:45:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2859e685-ad75-4aa3-ab60-8bf2ce65ac4d</guid><dc:creator>tesc</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="dio won"]&lt;p&gt;When running on a single nRF54L15 DK board, executing &lt;code&gt;LE_CS_TEST&lt;/code&gt; followed by &lt;code&gt;LE_CS_TEST_END&lt;/code&gt; returns &lt;strong&gt;0x00 (Success)&lt;/strong&gt;.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;cursor:zoom-in;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/7888.pastedimage1774422982035v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;However, when testing with an external DUT (with roles configured as Initiator and Reflector), after performing the Channel Sounding exchange (“ping-pong”), sending &lt;code&gt;LE_CS_TEST_END&lt;/code&gt; results in &lt;strong&gt;0x0C (Command Disallowed)&lt;/strong&gt; on the nRF54L15 DUT.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;cursor:zoom-in;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/3678.pastedimage1774423005615v2.png" /&gt;&lt;/p&gt;[/quote]
&lt;p&gt;I am afraid I don&amp;#39;t quite understand the difference there. Is the first device our DK, but the second device a custom board which also holds an nRF54L15 SoC? What is the setup for connecting to that custom board, and what are the differences in terms of voltage, clock sources, etc?&lt;/p&gt;
&lt;p&gt;Please note that the current state of DTM over HCI in nRF Connect SDK is experimental, which means features might be incomplete. Please refer&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/software_maturity.html"&gt;Software maturity levels&lt;/a&gt; for details on what is meant by experimental status.&lt;/p&gt;
[quote user="dio won"]Could you please advise how to enable Channel Sounding Mode-3 in this setup?[/quote]
&lt;p&gt;There should be a kconfig option&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/kconfig/index.html#CONFIG_BT_CTLR_SDC_CS_STEP_MODE3"&gt;CONFIG_BT_CTLR_SDC_CS_STEP_MODE3&lt;/a&gt;, at least there is one in nRF Connect SDK latest.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Terje&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I enable "DTM over  HCI" in the nRF Kconfig GUI?</title><link>https://devzone.nordicsemi.com/thread/563993?ContentTypeID=1</link><pubDate>Wed, 25 Mar 2026 07:08:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c031d0da-7438-4620-9c8c-a419a08408a4</guid><dc:creator>dio won</dc:creator><description>[quote userid="122502" url="~/f/nordic-q-a/127542/how-can-i-enable-dtm-over-hci-in-the-nrf-kconfig-gui/563829"]Just for me to be able to provide better support. Are you after DTM or CS? From what I&amp;#39;m seeing you are trying to enable the DTM features over HCI which is only supported if you are using the main branch which is not recommended as its our upstream development branch.&amp;nbsp;[/quote]
&lt;p&gt;hi, runar&lt;/p&gt;
&lt;p data-start="39" data-end="285"&gt;I would like to control the DUT to perform Channel Sounding using raw HCI commands.&lt;br data-start="122" data-end="125" /&gt; To achieve this, I built the &lt;strong data-start="154" data-end="166"&gt;hci_uart&lt;/strong&gt; sample application from nRF Connect SDK 3.2.4 and enabled the Channel Sounding-related options in the nRF Kconfig GUI.&lt;/p&gt;
&lt;p data-start="287" data-end="587"&gt;During the build process, I encountered a warning message, which is why I initially raised this question.&lt;br data-start="392" data-end="395" /&gt; However, after flashing the firmware to the board, the DUT operates as expected. The Channel Sounding procedure works correctly when sending the &lt;code data-start="540" data-end="552"&gt;LE_CS_TEST&lt;/code&gt; and &lt;code data-start="557" data-end="573"&gt;LE_CS_TEST_END&lt;/code&gt; HCI commands.&lt;/p&gt;
&lt;p data-start="589" data-end="652"&gt;I have two additional questions regarding the current behavior:&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p data-start="659" data-end="738"&gt;&lt;strong data-start="659" data-end="738"&gt;1. &lt;code data-start="664" data-end="680"&gt;LE_CS_TEST_END&lt;/code&gt; returns 0x0C (Command Disallowed)&amp;nbsp;&lt;/strong&gt;&lt;/p&gt;
&lt;p data-start="740" data-end="863"&gt;When running on a single nRF54L15 DK board, executing &lt;code data-start="794" data-end="806"&gt;LE_CS_TEST&lt;/code&gt; followed by &lt;code data-start="819" data-end="835"&gt;LE_CS_TEST_END&lt;/code&gt; returns &lt;strong data-start="844" data-end="862"&gt;0x00 (Success)&lt;/strong&gt;.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774422982035v1.png" /&gt;&lt;/p&gt;
&lt;p data-start="865" data-end="1108"&gt;However, when testing with an external DUT (with roles configured as Initiator and Reflector), after performing the Channel Sounding exchange (&amp;ldquo;ping-pong&amp;rdquo;), sending &lt;code data-start="1030" data-end="1046"&gt;LE_CS_TEST_END&lt;/code&gt; results in &lt;strong data-start="1058" data-end="1087"&gt;0x0C (Command Disallowed)&lt;/strong&gt; on the nRF54L15 DUT.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774423005615v2.png" /&gt;&lt;/p&gt;
&lt;p data-start="1110" data-end="1199"&gt;In contrast, the external DUT responds with &lt;strong data-start="1154" data-end="1172"&gt;0x00 (Success)&lt;/strong&gt; under the same conditions.&lt;br /&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774423031553v3.png" /&gt;&lt;/p&gt;
&lt;p data-start="1201" data-end="1293"&gt;I would like to understand what could cause this difference in behavior on the nRF54L15 DUT.&lt;/p&gt;
&lt;p&gt;According to the Core Specification, after the LE_CS_Test command, the DUT is expected to send LE_CS_Subevent_Result (and/or LE_CS_Subevent_Result_Continue) events.&lt;/p&gt;
&lt;p&gt;However, in the case of the nRF54L15, these events do not appear to be reported.&lt;br /&gt;As a result, it seems that when the LE_CS_Test_End command is sent, the DUT responds with 0x0C (Command Disallowed).&lt;/p&gt;
&lt;p&gt;Could this behavior be due to the missing CS subevent result events from the DUT?&lt;br /&gt;I would appreciate your thoughts on whether this interpretation is correct.&lt;/p&gt;
&lt;p data-start="589" data-end="652"&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1774425620713v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p data-start="1300" data-end="1363"&gt;&lt;strong data-start="1300" data-end="1363"&gt;&lt;br /&gt;2. How to enable Channel Sounding Mode-3 in nRF Connect SDK&lt;/strong&gt;&lt;/p&gt;
&lt;p data-start="1365" data-end="1548"&gt;I understand that additional configuration may be required to enable Channel Sounding Mode-3.&lt;br data-start="1458" data-end="1461" /&gt; However, I could not find any option in the nRF Kconfig GUI related to enabling Mode-3.&lt;/p&gt;
&lt;p data-start="1550" data-end="1626"&gt;Could you please advise how to enable Channel Sounding Mode-3 in this setup?&lt;/p&gt;
&lt;p data-start="589" data-end="652"&gt;&lt;br /&gt;Thank you in advance.&lt;br /&gt;regards,&lt;br /&gt;dio&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How can I enable "DTM over  HCI" in the nRF Kconfig GUI?</title><link>https://devzone.nordicsemi.com/thread/563829?ContentTypeID=1</link><pubDate>Mon, 23 Mar 2026 07:11:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06277676-d530-4981-9a60-6821bca3be66</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Just for me to be able to provide better support. Are you after DTM or CS? From what I&amp;#39;m seeing you are trying to enable the DTM features over HCI which is only supported if you are using the main branch which is not recommended as its our upstream development branch.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>