<?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>BLE transmission of nRF5340 audio data to the nRF5340-audio DK board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112802/ble-transmission-of-nrf5340-audio-data-to-the-nrf5340-audio-dk-board</link><description>The nRF5340 is a TX board. I processed PDM data in it. How can I process PDM data to an audio file that I can send to the nRF5340 audio DK board?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 19 Jul 2024 13:55:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112802/ble-transmission-of-nrf5340-audio-data-to-the-nrf5340-audio-dk-board" /><item><title>RE: BLE transmission of nRF5340 audio data to the nRF5340-audio DK board</title><link>https://devzone.nordicsemi.com/thread/494837?ContentTypeID=1</link><pubDate>Fri, 19 Jul 2024 13:55:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eefa400b-72c0-46a2-9abc-332067a3d640</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hi PSR,&lt;/p&gt;
&lt;p&gt;In the nRF5340 Audio applications, the PDM data is routed through the HW codec (CS47L63) and the relevant source file to study our implementation is in &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.7.0/applications/nrf5340_audio/src/audio/audio_datapath.c"&gt;audio_datapath.c&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;See the application overview here: &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/firmware_architecture.html"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/doc/firmware_architecture.html&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE transmission of nRF5340 audio data to the nRF5340-audio DK board</title><link>https://devzone.nordicsemi.com/thread/494095?ContentTypeID=1</link><pubDate>Tue, 16 Jul 2024 10:24:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1bf15ca8-6697-4c0d-b1c9-7e8ad6a7d1c9</guid><dc:creator>PSR</dc:creator><description>&lt;p&gt;Hi Naeem,&lt;/p&gt;
&lt;p&gt;I require more than one second of PCM data. Also, how should I go about playing it?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks &amp;amp; Regards,&lt;/p&gt;
&lt;p&gt;PSR.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: BLE transmission of nRF5340 audio data to the nRF5340-audio DK board</title><link>https://devzone.nordicsemi.com/thread/492909?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 09:17:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9e85138-dff8-4253-917c-1df3f5f3de0a</guid><dc:creator>PSR</dc:creator><description>&lt;p&gt;HI Naeem,&lt;/p&gt;
&lt;div class="flex-shrink-0 flex flex-col relative items-end"&gt;
&lt;div&gt;
&lt;div class="pt-0.5 juice:pt-0"&gt;
&lt;div class="gizmo-bot-avatar flex h-6 w-6 items-center justify-center overflow-hidden rounded-full juice:h-8 juice:w-8"&gt;
&lt;div class="relative p-1 rounded-sm flex items-center justify-center bg-token-main-surface-primary text-token-text-primary h-8 w-8"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div class="group/conversation-turn relative flex w-full min-w-0 flex-col agent-turn"&gt;
&lt;div class="flex-col gap-1 md:gap-3"&gt;
&lt;div class="flex flex-grow flex-col max-w-full"&gt;
&lt;div dir="auto" data-message-author-role="assistant" data-message-id="54779348-411d-49fa-bb38-e078301fc528"&gt;
&lt;div&gt;
&lt;div class="markdown prose w-full break-words dark:prose-invert light"&gt;
&lt;p&gt;I am trying to transmit PDM data from the nRF5340 to the nRF5340 Audio DK board and need to listen to the audio on the nRF5340 Audio DK via BLE.&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><item><title>RE: BLE transmission of nRF5340 audio data to the nRF5340-audio DK board</title><link>https://devzone.nordicsemi.com/thread/492906?ContentTypeID=1</link><pubDate>Tue, 09 Jul 2024 09:10:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81db7931-2666-4045-854e-7efdc07e667a</guid><dc:creator>Naeem Maroof</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am not sure what you are asking.&lt;br /&gt;Are you asking how to convert data into a file? I don&amp;#39;t know if we have any sample of doing that, but there are some filing samples:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/services/file_system/index.html"&gt;filing&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>