<?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>Can I make speaker by using &amp;#39;USBD AUDIO&amp;#39; library?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/102128/can-i-make-speaker-by-using-usbd-audio-library</link><description>I used that library called USBD_AUDIO in version above the 16 
 and I could see that digital audio communication operate well. but when i use the analog audio input from PC and use adc cable to nrf52840, then it doesn&amp;#39;t work anymore. so i have 2 question</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 01 Sep 2023 12:37:01 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/102128/can-i-make-speaker-by-using-usbd-audio-library" /><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/444104?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2023 12:37:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa4e3729-95e2-4817-93b0-9366935ce371</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="heavyjo"]Thanks for answer[/quote]
&lt;p&gt;No problem at all, I am happy to help! :)&amp;nbsp;&lt;/p&gt;
[quote user="heavyjo"]&lt;span&gt;But ble part is not a problem. And it looks unreasonable, I have to write the code with the above structure.&lt;/span&gt;&lt;br /&gt;The problem is between (analog to digital converter) and nrf52840 on my diagram.&lt;br /&gt;it doesn&amp;#39;t work.&amp;nbsp;in this case,&amp;nbsp;&lt;span&gt;function called app_usbd_event_queue_process,&amp;nbsp;p_event_item is always null.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;so app_usbd_event_execute is not called anymore.&lt;br /&gt;&lt;br /&gt;When i tested that, i used usbd_audio example.&lt;br /&gt;what&amp;#39;s my missing part?&lt;/span&gt;[/quote]
&lt;p&gt;As I understood it you previously you have said that you successfully tested the USBD input:&lt;/p&gt;
[quote user="heavyjo"]Additional when i used usbd_audio example (...\examples\peripheral\usbd_audio), it was work.&lt;br /&gt;The logic below is an example that I checked first. it was worked.[/quote]
&lt;p&gt;What was the difference between the inputs when the usbd_audio application worked as expected and when it did not?&lt;br /&gt;Do you have an alternate USB source that you could use to test this application again, so that we can isolate if the issue is with the nRF&amp;#39;s setup or the analogue to digital converter you are using?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/444009?ContentTypeID=1</link><pubDate>Fri, 01 Sep 2023 07:55:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75211400-af81-4393-97d7-5f937d776d88</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;&lt;span&gt;Thanks for answer&lt;br /&gt;&lt;br /&gt;This, along with the diagram, tells me that you will just be receiving USB audio on the nRF52840, and then output it somewhere else, presumably over BLE, is this correct?&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&amp;gt;&amp;gt; YES.&amp;nbsp;&lt;br /&gt;&lt;span&gt;But ble part is not a problem. And it looks unreasonable, I have to write the code with the above structure.&lt;/span&gt;&lt;br /&gt;The problem is between (analog to digital converter) and nrf52840 on my diagram.&lt;br /&gt;it doesn&amp;#39;t work.&amp;nbsp;in this case,&amp;nbsp;&lt;span&gt;function called app_usbd_event_queue_process,&amp;nbsp;p_event_item is always null.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;so app_usbd_event_execute is not called anymore.&lt;br /&gt;&lt;br /&gt;When i tested that, i used usbd_audio example.&lt;br /&gt;what&amp;#39;s my missing part?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/443928?ContentTypeID=1</link><pubDate>Thu, 31 Aug 2023 13:08:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dc8f8c09-0500-4420-8287-3ffd8e2b4e22</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello again,&lt;br /&gt;&lt;br /&gt;Thank you for your extreme patience with this. I have been out of office for some time, but now I am back.&lt;/p&gt;
[quote user="heavyjo"]I&amp;#39;m sorry to keep giving you an unclear explanation.[/quote]
&lt;p&gt;No need to apologize - I will just ask whenever something is unclear :)&amp;nbsp;&lt;br /&gt;Thank you for providing the diagram, this makes things much more clear.&lt;/p&gt;
[quote user="heavyjo"]*And the above adc converter supports digital signal output of 48 kHz, 16 bits.[/quote]
&lt;p&gt;This, along with the diagram, tells me that you will just be receiving USB audio on the nRF52840, and then output it somewhere else, presumably over BLE, is this correct? Your diagram only mentions &amp;#39;data -&amp;gt; client&amp;#39;, could you confirm that this is intended to be transferred over BLE?&lt;br /&gt;If so, you will just need to merge the usbd_audio application that you currently have working into one of the BLE applications to do the transfer. For this, I recommend the BLE Nordic UART service application, since this just acts as a generic service that lets you transfer byte arrays across the BLE link.&lt;br /&gt;&lt;br /&gt;One last consideration will then be the throughput that your audio stream requires for the BLE connection.&lt;br /&gt;Do you intend for the audio to be played back in real time, or just to be transferred to the client?&lt;br /&gt;In case of the latter you should be able to use BLE just fine - it will just take a lot of time - but in case of the former you will quickly run into issues with the throughput of your link.&lt;br /&gt;&lt;br /&gt;Essentially, regular BLE communication is not dimensioned to be used for live playback of audio streams - &lt;a href="https://infocenter.nordicsemi.com/topic/sds_s140/SDS/s1xx/ble_data_throughput/ble_data_throughput.html"&gt;its throughput is not high enough&lt;/a&gt;&amp;nbsp;for this, and the innate lossless feature of the BLE protocol also causes issues for live audio playback when packets are dropped and needs to be retransmitted.&lt;br /&gt;This is why the BT SIG recently came out with &lt;a href="https://www.bluetooth.com/learn-about-bluetooth/feature-enhancements/le-audio/"&gt;the LE Audio specification, which is the future of wireless audio playback&lt;/a&gt;.&lt;br /&gt;Unfortunately, &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/nrf5340_audio/README.html#synchronization-module-flow"&gt;we only support development of LE Audio on the nRF5340 devices&lt;/a&gt;, but I have seen some third-party vendors offer solutions to run LE Audio on nRF52840 devices as well, such as Packetcraft - if this is interesting to you.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/440291?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2023 11:20:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a6c39885-f7ce-4415-b6a0-d98000cb47b6</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;&lt;span&gt;I&amp;#39;m sorry to keep giving you an unclear explanation.&lt;br /&gt;The logic below is the logic I am asking.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;img style="height:194px;max-height:194px;max-width:524px;" alt=" " height="147" src="https://devzone.nordicsemi.com/resized-image/__size/1048x388/__key/communityserver-discussions-components-files/4/pastedimage1691492739040v1.png" width="523" /&gt;&lt;br /&gt;&lt;span&gt;Is your intention to use the USB-C &amp;lt;-&amp;gt; 3.5 mm jack cable to transfer an analogue signal to a nRF52840 SoC,&lt;/span&gt;&lt;br /&gt;&lt;span&gt;-&amp;gt; no. I must use digital source on nRF52840.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;so that using 3.5mm &amp;lt;-&amp;gt; USB-C jack to transfer digital audio signal to nRF52840 SOC.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;But as you watched in my questions, it doesn&amp;#39;t worked.&lt;br /&gt;&lt;br /&gt;*And the above adc converter supports digital signal output of 48 kHz, 16 bits.&lt;br /&gt;&lt;br /&gt;Additional when i used usbd_audio example (...\examples\peripheral\usbd_audio), it was work.&lt;br /&gt;The logic below is an example that I checked first. it was worked.&lt;br /&gt;&lt;br /&gt;&lt;img style="max-height:100px;max-width:267px;" alt=" " height="100" src="https://devzone.nordicsemi.com/resized-image/__size/534x200/__key/communityserver-discussions-components-files/4/pastedimage1691493540696v2.png" width="266" /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/440279?ContentTypeID=1</link><pubDate>Tue, 08 Aug 2023 10:34:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79c49ea1-db5f-470d-9bda-2c3e4bbfc2df</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I will be handling this support request while Simon is out of office.&lt;br /&gt;&lt;br /&gt;Like my colleague Simon I too am unfortunately not sure I have understood your intended configuration fully.&lt;br /&gt;Is your intention to use the USB-C &amp;lt;-&amp;gt; 3.5 mm jack cable to transfer an analogue signal to a nRF52840 SoC, which then should relay this to another device (speaker or otherwise) over audio USBD?&lt;br /&gt;Please correct me if any part of this understanding is incorrect.&lt;br /&gt;&lt;br /&gt;If my understanding is correct you could indeed use the nRF52840&amp;#39;s SAADC to sample the received analogue signal, and output this signal over the USBD interface, but you would have to make sure that the quality of the output is good enough for your application.&lt;br /&gt;For instance, the bit depth for digital PCM streams are typically 16- or 24- bit, while the SAADC on the nRF52840 only has 10.5 ENOB, so you will see a pretty stark degradation of the audio quality with this approach, since the SAADC on the nRF52840 is not made for the audio sampling use-case, and we do not recommend using it for high quality audio sampling.&lt;br /&gt;&lt;br /&gt;Additionally, if my understanding of the intentions are correct then you will essentially be using the nRF52840 as a ADC (since I dont see any mentions of wireless activity, or usage of other peripherals), and so I am not sure if the nRF52840 SoC would be a good fit for your application.&lt;br /&gt;What else will your application be doing during the regular operation?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/439799?ContentTypeID=1</link><pubDate>Fri, 04 Aug 2023 02:42:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:be5e5182-5940-4480-98d8-532a48a2daeb</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;1. GOAL : make the nRF be the brain. - that means use digital audio source and control it.&lt;br /&gt;&lt;br /&gt;2. Sub GOAL : verificate that it is possible that nRF52840 communicated with ADC cable&amp;#39;s output.&lt;br /&gt;&lt;br /&gt;3. Reason : Want to use host(mobile, pc)&amp;#39;s digital and analog output at the same time. and want that nRF52840 communicated with host&amp;#39;s digital output. but, when host use digital audio output. then, they can&amp;#39;t use analog output.&lt;br /&gt;So&amp;nbsp;i make host use analog audio output. then make output distribute with y jack. and make output that be distributed convert to digitial output with ADC cable.&lt;br /&gt;&lt;br /&gt;4. Result : failed. nRF52840 can&amp;#39;t take the&amp;nbsp;&lt;span&gt;DRV_SOF&amp;nbsp;event.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;EXAMPLE THAT I USED :&amp;nbsp;&lt;span&gt;...\examples\peripheral\usbd_audio - DIGITAL audio commuication&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;* ADC cable :&amp;nbsp;Analog to Digtal converter cable.&lt;br /&gt;- USED cable Link :&amp;nbsp; &lt;br /&gt;&lt;a href="https://www.amazon.com/Female-Adapter-Headphone-Compatible-Samsung/dp/B08Y7YXHSB/ref=sr_1_4?keywords=usb%2Bc%2Bto%2Baux&amp;amp;qid=1691116810&amp;amp;sr=8-4&amp;amp;th=1"&gt;www.amazon.com/.../ref=sr_1_4&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/439606?ContentTypeID=1</link><pubDate>Thu, 03 Aug 2023 06:58:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56236307-bc97-4f2f-89ed-038eebaf2399</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sorry, but this block diagram doesn&amp;#39;t add much clarity I&amp;#39;m afraid. As&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;I am not sure I understand your intentions correctly, please &lt;i&gt;elaborate thoroughly &lt;/i&gt;on exactly what it is you would like to implement. For example, what is this &amp;quot;ADC cable&amp;quot; you mention, and what protocols are you transferring&amp;nbsp;the audio to/from the mobile and nRF52 device with?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Is the end goal here to make the nRF52840 be the &amp;quot;brain&amp;quot; or wireless radio chip of a speaker?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Best regards,&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Simon&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/439396?ContentTypeID=1</link><pubDate>Wed, 02 Aug 2023 05:09:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa7622f8-530d-421a-a7c3-d6958ef80b3f</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;&lt;span&gt;- it seems to just output an analog signal to a &amp;quot;black box&amp;quot; that is supposed to output two digital signals, is that right?&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;No.&amp;nbsp;Sorry to mistake. I thought that diagram make you confused.&lt;br /&gt;Here is the diagram that make sure your understand.&lt;br /&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1690951816635v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/439227?ContentTypeID=1</link><pubDate>Tue, 01 Aug 2023 11:00:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb8fd723-e5df-4793-8549-f083f424362e</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Thank you for your description. I&amp;#39;d recommend that you check out the USB audio class module and the specification documentation to better understand how to use this. Yes, I think it&amp;#39;s possible to do something like what you&amp;#39;re explaining, but I don&amp;#39;t really understand the block diagram you uploaded, since it seems to just output an analog signal to a &amp;quot;black box&amp;quot; that is supposed to output two digital signals, is that right?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/2055.pastedimage1690198907176v1.png" /&gt;&lt;/p&gt;
&lt;p&gt;Will the mobile also in this scenario use the USBD audio class, or will it be converted to this class in the &amp;quot;black box&amp;quot;?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/438670?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2023 06:43:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9eccf5d1-b659-4149-b013-0d88f985338d</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;wanted&lt;br /&gt;&lt;br /&gt;1. I want to take digital audio input on nRF,&lt;br /&gt;2. also I wanna heard audio signal from the host(PC, mobile).&lt;br /&gt;&lt;br /&gt;-&amp;gt; So I thought that SAADC peripheral example is not suited for my case.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;are there any advise for my case?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/438655?ContentTypeID=1</link><pubDate>Fri, 28 Jul 2023 02:07:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f0e8a30-1858-4d77-b501-5491aee218a6</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;&lt;span&gt;I wanted to connect to the nRF by digitally converting one side to ADC with an analog 1:2 connection because when I get the DIGITAL signal from my PC, it&amp;#39;s only 1:1 connection.&lt;/span&gt;&lt;br /&gt;&lt;span&gt;&lt;/span&gt;&lt;br /&gt;&lt;span&gt;Do you have any recommendations in this case?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/438322?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2023 14:02:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5014c640-b8c7-4d5e-8b82-a13041f96abc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Due to the summer vacation period we are currently understaffed, so delayed replies must be expected. I am sorry about any inconvenience this might cause.&lt;/p&gt;
&lt;p&gt;Are you still using a USB cable from this ADC device to the nRF52840 device at this point?&lt;/p&gt;
&lt;p&gt;If you are to transmit just analog data to the nRF52840, I think it&amp;#39;s easier to just do that to the &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fpin.html"&gt;analog pins&lt;/a&gt;&amp;nbsp;on the nRF52840 and use the onboard&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fsaadc.html"&gt; SAADC peripheral &lt;/a&gt;to convert it into digital data on the nRF end.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/437852?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 11:44:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7713fd8-94ad-4562-bc29-367a248e60b1</guid><dc:creator>heavyjo</dc:creator><description>&lt;p&gt;1. yes i used sample of yours.&amp;nbsp; ...\examples\peripheral\usbd_audio&lt;br /&gt;&lt;span&gt;but there were some code changes to test.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;2. when i saw the memory that temp_buffer is located. it&amp;nbsp;didn&amp;#39;t be&amp;nbsp;changed.&lt;br /&gt;&lt;br /&gt;and there is&amp;nbsp; other 2 reasons that i thought that is not work.&lt;/p&gt;
&lt;p&gt;in using one cable,&lt;br /&gt;in function called app_usbd_event_queue_process,&amp;nbsp;p_event_item is always null.&lt;br /&gt;so app_usbd_event_execute is not called anymall.&lt;br /&gt;&lt;br /&gt;in using other cable,&lt;br /&gt;DRV_SOF event is not called anymore in&amp;nbsp;app_usbd_event_execute.&lt;br /&gt;&lt;br /&gt;3. here is the test structure.&lt;br /&gt;&lt;br /&gt;it is a orignal one.&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/pastedimage1690198923697v2.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;it is test&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/pastedimage1690198907176v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can I make speaker by using 'USBD AUDIO' library?</title><link>https://devzone.nordicsemi.com/thread/437838?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2023 11:16:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4a74693a-2570-42a7-9e00-ce02856f2872</guid><dc:creator>Sigurd Hellesvik</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I see that this is your first case.&lt;br /&gt;So I should mention that for new projects we recommend the &lt;a href="https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nrf-connect-sdk-and-nrf5-sdk-statement"&gt;nRF Connect SDK&lt;/a&gt; instead of the nRF5 SDK.&lt;/p&gt;
[quote user=""]and I could see that digital audio communication operate well.&amp;nbsp;[/quote]
&lt;p&gt;Did you use one of our samples for this, or something custom?&lt;/p&gt;
[quote user=""]then it doesn&amp;#39;t work anymore.[/quote]
&lt;p&gt;Can you describe&amp;nbsp; how you see this?&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Sigurd Hellesvik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>