<?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>Use External host with NRF5340dk as le audio controller</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116306/use-external-host-with-nrf5340dk-as-le-audio-controller</link><description>Hi, I have been trying to use my esp host mcu with nrf5340dk as a controller.I am using the hci_uart application with CONFIG_BT_LL_ACS_NRF53 =y to include le audio support as a controller. The issue is that I am getting an unknown hci command error on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Nov 2024 11:59:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116306/use-external-host-with-nrf5340dk-as-le-audio-controller" /><item><title>RE: Use External host with NRF5340dk as le audio controller</title><link>https://devzone.nordicsemi.com/thread/510671?ContentTypeID=1</link><pubDate>Fri, 15 Nov 2024 11:59:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:084b51f9-f3e5-4738-8df7-1e68580dabac</guid><dc:creator>Abhinav152</dc:creator><description>&lt;p&gt;Hi Kenneth,&lt;br /&gt;Thanks for suggesting the code&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;#if defined(CONFIG_BT_CTLR_ISO_TX_BUFFERS)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_read_buffer_size_v2 = 1;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_read_iso_tx_sync = 1;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_iso_transmit_test = 1;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;#endif&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;This helps in finding the file name hci_internal.c which has all commands under different flags. So enabling those flags will make nrf5340dk&amp;nbsp; usable to iso commands as well.&lt;/p&gt;
&lt;p&gt;file path :&amp;nbsp;nrf/subsys/bluetooth/controller&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Abhinav&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use External host with NRF5340dk as le audio controller</title><link>https://devzone.nordicsemi.com/thread/510240?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 09:00:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ef8e36bd-b5ea-4373-8b64-d05e5fdc0dbe</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Searching a bit in the source code I could at least find this define that seems relevant here:&lt;br /&gt;&lt;br /&gt;#if defined(CONFIG_BT_CTLR_ISO_TX_BUFFERS)&lt;br /&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_read_buffer_size_v2 = 1;&lt;br /&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_read_iso_tx_sync = 1;&lt;br /&gt;&amp;nbsp; &amp;nbsp; cmds-&amp;gt;hci_le_iso_transmit_test = 1;&lt;br /&gt;#endif&lt;br /&gt;&lt;br /&gt;Kenneth&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use External host with NRF5340dk as le audio controller</title><link>https://devzone.nordicsemi.com/thread/510213?ContentTypeID=1</link><pubDate>Wed, 13 Nov 2024 03:55:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e48dc120-c9e3-4f87-bbe1-8bb6e4b83f5a</guid><dc:creator>Abhinav152</dc:creator><description>&lt;p&gt;Thanks for the quick response. I am finding out which kconfig options are needed to set for the controller in that build.&lt;/p&gt;
&lt;p&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/pastedimage1731470054488v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I am trying to send hci_le_read_buffer_size[v2] command to nrf5340dk&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Use External host with NRF5340dk as le audio controller</title><link>https://devzone.nordicsemi.com/thread/510090?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 11:55:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b77dd9b2-0a9e-488f-87c2-7be0e26a032a</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Not tested this in any way, but if I were to try this, I would have tried:&lt;/p&gt;
&lt;p&gt;First&amp;nbsp;build the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/index.html"&gt;audio application&lt;/a&gt;, and then find which kconfig options are set for the controller in that build.&lt;/p&gt;
&lt;p&gt;Then you also apply those configurations when you build the &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/hci_uart/README.html"&gt;hci_uart&lt;/a&gt; (I suspect you need more than just&amp;nbsp;CONFIG_BT_LL_ACS_NRF53=y).&lt;/p&gt;
&lt;p&gt;If you still have problems, then I suggest you try to find exactly which hci command that is unknown.&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>