<?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>Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122105/auracast-test-with-the-nrf5340-audio-development-kit</link><description>Hi. 
 I&amp;#39;m evaluating the LE Audio Auracast using some nRF5340 Audio Development Kits. 
 I programmed a board as the source and a board as a target and I successfully played music on the speaker connected to the Line-out of the target board. 
 At this</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 16 Jun 2025 11:04:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122105/auracast-test-with-the-nrf5340-audio-development-kit" /><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/539365?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 11:04:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ebd2c7e0-7c2c-4b7f-9ff0-fac8bf4bc1ac</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;If you fail to connect with BIS headset, please push button 5&amp;nbsp; during reset for erasing the bonding information. There could be a chance that your device is already paired.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/539364?ContentTypeID=1</link><pubDate>Mon, 16 Jun 2025 11:01:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cee68a81-2bd0-4a09-a281-41c987bb61fb</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, I&amp;#39;ve discussed the issue with out audio team.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is a more general guide on how to use Samsung S24 as broadcast assistant to work with our broadcast source and sink.&amp;nbsp;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;Study material:&amp;nbsp;&lt;br /&gt; To know better about how Auracast works, we could take a look at&lt;br /&gt;&lt;a title="https://www.bluetooth.com/bluetooth-resources/overview-of-auracast-broadcast-audio/" href="https://www.bluetooth.com/bluetooth-resources/overview-of-auracast-broadcast-audio/" rel="noopener noreferrer" target="_blank"&gt;https://www.bluetooth.com/bluetooth-resources/overview-of-auracast-broadcast-audio/&lt;/a&gt;&lt;br /&gt;&lt;a title="https://www.bluetooth.com/wp-content/uploads/2025/01/introduction-to-le-audio-2.0.pdf" href="https://www.bluetooth.com/wp-content/uploads/2025/01/Introduction-to-LE-Audio-2.0.pdf" rel="noopener noreferrer" target="_blank"&gt;https://www.bluetooth.com/wp-content/uploads/2025/01/Introduction-to-LE-Audio-2.0.pdf&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Setup the DKs
&lt;ol&gt;
&lt;li&gt;Prepare at least two DKs, (three would be great, check the nrf5340 audio doc for setting the channel properly)&lt;/li&gt;
&lt;li&gt;Setup the &lt;strong&gt;broadcast source (broadcaster)&lt;/strong&gt;&lt;br /&gt; Add following configs into &lt;code&gt;prj.conf&lt;/code&gt;, and then build and program the broadcaster.&lt;br /&gt; &lt;code&gt;CONFIG_TRANSPORT_BIS=y&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_PREF_SAMPLE_RATE_16KHZ=y&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_BITRATE_BROADCAST_SRC=32000&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_MAX_TRANSPORT_LATENCY_MS=10&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_PRESENTATION_DELAY_US=40000&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_DEVICE_NAME=&amp;quot;16_2_1_broadcaster&amp;quot;&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_BROADCAST_NAME=&amp;quot;16_2_1_broadcaster&amp;quot;&lt;/code&gt;&lt;br /&gt; This is using the mandatory support preset defined in BAP, could be a good start for testing with headset from other vendors.&lt;br /&gt; Once if it works, then we can move to higher quality preset&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Setup the &lt;strong&gt;broadcast sink (BIS headset)&lt;/strong&gt;&lt;br /&gt; Add following configs into &lt;code&gt;prj.conf&lt;/code&gt;, and then build and program the BIS headset.&lt;br /&gt; &lt;code&gt;CONFIG_TRANSPORT_BIS=y&lt;/code&gt;&lt;br /&gt;&lt;code&gt; CONFIG_BT_AUDIO_SCAN_DELEGATOR=y&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Setup the phone and then play the demo&lt;br /&gt; &lt;em&gt;Caution: Since now the phone won&amp;#39;t show LE audio device which without the ASCS UUID, but that is not mandatory for broadcast sink device. The workaround is to enable the &amp;quot;developer option&amp;quot; and &amp;quot;show unsupported Bluetooth LE devices in Bluetooth settings&amp;quot;&lt;/em&gt;&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538703?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 16:33:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d3c2b01-a8d1-4241-89b4-f83da5570437</guid><dc:creator>Giampiero</dc:creator><description>&lt;p&gt;I stop at the first step (&lt;span&gt;1,Connect the nRF5340BIS headset with the phone): my phone doesn&amp;#39;t detect the start5340AudioDK programmed as source (green central LED). It can detect the target start5340AudioDK ( blue&amp;nbsp;central LED), but the connection (pairing) fails.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538697?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 15:49:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:46f3cc7c-3d50-4fa6-81f1-b649665948cb</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello, our audio team pointed out a similar issue with Qualcomm in this DevZone ticket&amp;nbsp;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/121973/nrf5340-auracast-issue"&gt;nRF5340 Auracast issue&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Could you have a look and see if this is a similar issue on your side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538613?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 09:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7925bf8d-416e-4806-b4c5-8d756179d27f</guid><dc:creator>Giampiero</dc:creator><description>&lt;p&gt;nRF Connect SDK v2.9.1&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538611?ContentTypeID=1</link><pubDate>Tue, 10 Jun 2025 09:05:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4c4986f7-04da-466e-a9fa-b4981478f0b5</guid><dc:creator>&amp;#216;yvind</dc:creator><description>[quote user="Giampiero"]On the box I read &amp;quot;nRF5340-Audio-DK Rev. 1.0.1.[/quote]
&lt;p&gt;This is the Audio Development Kit.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user="oys"]What version of the nRF Connect SDK are you running?&amp;nbsp;[/quote]
&lt;p&gt;What &lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/"&gt;version of the&amp;nbsp;&lt;/a&gt;&lt;span&gt;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-1-nrf-connect-sdk-introduction/"&gt;&amp;nbsp;software development kit (SDK)&lt;/a&gt;&amp;nbsp;are you using to build the audio applications? We will need more information on how you compile the project with the specific tag. i.e. build logs&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Please note that we have a &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main//samples/bluetooth/nrf_auraconfig/README.rst"&gt;more flexible and lightweight method of setting up a Broadcaster/Auracaster using the&amp;nbsp;nRF Auraconfig&amp;nbsp;sample.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538419?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 12:48:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cab88d9c-4443-4f5c-8db1-e42632f58ae5</guid><dc:creator>Giampiero</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;&amp;Oslash;yvind.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;On the box I read &amp;quot;nRF5340-Audio-DK Rev. 1.0.1.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;The Qualcomm chipset supports&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/Senza-titolo.jpg" /&gt; LE Audio and Auracast. I&amp;#39;m sure about it because my S24Ultra shows the LE Audio option in the BlueTooth devices management screen and the Auracast icon.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Auracast test with the nRF5340 Audio Development Kit</title><link>https://devzone.nordicsemi.com/thread/538411?ContentTypeID=1</link><pubDate>Fri, 06 Jun 2025 12:12:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a77a960a-b0e9-4d3d-ba36-9d79d4c0efd6</guid><dc:creator>&amp;#216;yvind</dc:creator><description>&lt;p&gt;Hello&amp;nbsp;Giampiero.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What version of the nRF Connect SDK are you running?&amp;nbsp;&lt;/p&gt;
[quote user=""]connect a wireless headphone based on a Qualcomm chipset[/quote]
&lt;p&gt;Does this headset support BLE Audio?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Øyvind&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>