<?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>Configuring nRF5340 Audio uincast client in nRF5340 DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120164/configuring-nrf5340-audio-uincast-client-in-nrf5340-dk</link><description>Hi, 
 I try to develop a Bluetooth speaker using the nRF 5340 DK since i do not have a separate audio Dk for this. I am using the sample code Audio unicast client for this . I have downloaded the sample code and build the code , no errors are found .</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Mar 2025 09:42:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120164/configuring-nrf5340-audio-uincast-client-in-nrf5340-dk" /><item><title>RE: Configuring nRF5340 Audio uincast client in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/529469?ContentTypeID=1</link><pubDate>Fri, 28 Mar 2025 09:42:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:313437e5-4ef4-4269-8cea-ce99d5305a09</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;DK as a gateway should be possible if you&amp;#39;re using USB as the audiosource, but there are no support for headset. You will also not be able to get any audio out without adding extra phsyical components. The rest of the project should be possible to do, but I&amp;#39;m fairly limited w.r.t being able to give you more support that what is mentioned in the documentation.&lt;/p&gt;
&lt;p&gt;I recommend you to also have a look at the zephyr LE Audio samples, since they support the nRF5340DK (for instance &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/bap_unicast_server/README.html"&gt;bap_unicast server&lt;/a&gt;)&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring nRF5340 Audio uincast client in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/529231?ContentTypeID=1</link><pubDate>Thu, 27 Mar 2025 09:11:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffc857d6-bd03-4b79-b795-70aeb58943ff</guid><dc:creator>Sivakumar128</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;I have changed from unicast client to unicast server since my objective is to use the nRF5340 DK as a headset/Speaker. Keeping the nRF5340 as a server and the mobile as a client. I have used the same sample mentioned for the Audio DK. I have build the Application using the VS code . After Flashing it to the Development Kit and I try to connect it with the mobile phone. The devices get paired but not remains in a connected state , But i want the device should be connected till the end of my audio plays. I have taken a log and find out that&amp;nbsp;&lt;strong&gt;[00:05:46.677,642] &amp;lt;wrn&amp;gt; bt_att: Unhandled ATT code 0x1d .&amp;nbsp;&lt;/strong&gt;Whenever i try to connect with the nRF connect App, After connecting the log is look like this. Here by attaching the log&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;*** Booting nRF Connect SDK v2.9.0-7787b2649840 ***&lt;br /&gt;*** Using Zephyr OS v3.7.99-1f8f3dc29142 ***&lt;br /&gt;[00:00:00.474,548] &amp;lt;inf&amp;gt; bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)&lt;br /&gt;[00:00:00.474,578] &amp;lt;inf&amp;gt; bt_hci_core: HW Variant: nRF53x (0x0003)&lt;br /&gt;[00:00:00.474,609] &amp;lt;inf&amp;gt; bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 3.7 Build 99&lt;br /&gt;[00:00:00.476,776] &amp;lt;inf&amp;gt; bt_hci_core: Identity: E7:2F:C3:16:F1:5F (random)&lt;br /&gt;[00:00:00.476,806] &amp;lt;inf&amp;gt; bt_hci_core: HCI: version 5.4 (0x0d) revision 0x0000, manufacturer 0x0059&lt;br /&gt;[00:00:00.476,837] &amp;lt;inf&amp;gt; bt_hci_core: LMP: version 5.4 (0x0d) subver 0xffff&lt;br /&gt;Bluetooth initialized&lt;br /&gt;Location successfully set&lt;br /&gt;Supported contexts successfully set&lt;br /&gt;Available contexts successfully set&lt;br /&gt;Advertising successfully started&lt;br /&gt;Connected: 57:B8:4E:9C:49:8B (random)&lt;br /&gt;[00:00:08.251,495] &amp;lt;wrn&amp;gt; bt_att: Unhandled ATT code 0x1d&lt;br /&gt;Disconnected: 57:B8:4E:9C:49:8B (random), reason 0x13&lt;br /&gt;Advertising successfully started&lt;br /&gt;Connected: 78:AC:37:D3:14:AE (random)&lt;br /&gt;[00:00:55.101,013] &amp;lt;wrn&amp;gt; bt_att: Unhandled ATT code 0x1d&lt;br /&gt;Disconnected: 78:AC:37:D3:14:AE (random), reason 0x13&lt;br /&gt;Advertising successfully started&lt;br /&gt;Connected: 78:AC:37:D3:14:AE (random)&lt;br /&gt;[00:05:46.677,642] &amp;lt;wrn&amp;gt; bt_att: Unhandled ATT code 0x1d&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring nRF5340 Audio uincast client in nRF5340 DK</title><link>https://devzone.nordicsemi.com/thread/529077?ContentTypeID=1</link><pubDate>Wed, 26 Mar 2025 13:33:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8cb84c3a-eb45-4c23-908e-c9411bedaea9</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The nRF Audio sample has some requirements which you can see here&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/requirements.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/requirements.html&lt;/a&gt;. LE Audio is not supported on the nRF5340DK, and you need the Audio DK or a custom board with the nRF5340 that has the same features as the audio DK.&lt;/p&gt;
[quote user=""]But when i flash the code to the nRF 5340 DK and tried to connect it with my mobile, the device is not visible in the device list.[/quote]
&lt;p&gt;How did you build it? I.e for what build target? The device is most likely not visible since it is not advertising because it never started. Could you check the device logs and see if the firmware is running?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;br /&gt;Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>