<?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>nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112572/nrf5340-pdm-mic-data-send-over-ble-to-pc-mobile-to-process-the-audio-file</link><description>Hi nRF Team, 
 I would like to know more detailed operation of LE audio profile on nRF5340. 
 My requirement is to continuously process PDM mic ( PCM data ) interfaced to nRF and send that PCM data over BLE to PC/Mobile(any app is available) to process</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 03 Jul 2024 18:44:43 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112572/nrf5340-pdm-mic-data-send-over-ble-to-pc-mobile-to-process-the-audio-file" /><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/492117?ContentTypeID=1</link><pubDate>Wed, 03 Jul 2024 18:44:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4faebd92-aa5e-4fad-bce9-7a8c2a5010c7</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;It is possible to convert PCM data to WAV.&lt;br /&gt;You can read about the similar issue -&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/102864/trouble-extracting-data-using-dmic"&gt;extracting data using dmic&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491808?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 10:45:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:632bca61-165c-4310-8f52-3e835f450922</guid><dc:creator>Virat</dc:creator><description>&lt;p&gt;&lt;span&gt;Hi Dejans,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I am taking the sample code is Dmic sample in that do_PDM_transfer function is there,In this function I added below logic.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;uint16_t *data_ptr = (int *)buffer;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for(int j = 0; j &amp;lt; size/2; j++){&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; printk(&amp;quot;%x &amp;quot;, *data_ptr);&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; data_ptr++;&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img style="max-height:186px;max-width:405px;" alt=" " height="186" src="https://devzone.nordicsemi.com/resized-image/__size/810x372/__key/communityserver-discussions-components-files/4/4555.image-_2800_3_2900_.png" width="405" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;This data can convert to .wave or any other audio format file?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491800?ContentTypeID=1</link><pubDate>Tue, 02 Jul 2024 10:10:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:973448ef-8ee5-4ef4-9cb1-31e9ba220998</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Argus,&lt;/p&gt;
[quote user="dejans"]Where did you take your log from?&lt;br /&gt;Could you specify what kind of file verification you are interested in?[/quote]
&lt;p&gt;Could you provide this information? &lt;br /&gt;&lt;br /&gt;Could you also provide more information about your application? What is your application doing and what do you expect to happen?&lt;/p&gt;
[quote user="Argus"](I am using sample code)[/quote]
&lt;p&gt;Which sample code do you use?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491568?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 11:18:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb7ca073-a1f7-4033-b8c4-04f34f6f1a90</guid><dc:creator>Virat</dc:creator><description>&lt;p&gt;Board Detals: nRF5340-DK&lt;/p&gt;
&lt;p&gt;Version:SDK v2.6.0&lt;/p&gt;
&lt;p&gt;MIC Details:IMP34DT05&lt;/p&gt;
&lt;p&gt;MIC is interfacing with PDM. Getting the below data. How to verify weather data is correct are not.&lt;br /&gt;(I am using sample code)&lt;br /&gt;&lt;br /&gt;f85f f898 f8dc f8e2 f8f4 f905 f8fa f903 f917 f91d f946 f976 f990 f9aa f9be f9dc fa0a fa37 fa6c fa7e fa9e fac1 fad7 fadd fae1 faf1 faf0 fae5 fadd&amp;nbsp;&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Argus.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491532?ContentTypeID=1</link><pubDate>Mon, 01 Jul 2024 09:12:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d63c078b-b77a-4ea7-9c2d-94f8568fbe96</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi Argus,&lt;br /&gt;&lt;br /&gt;Could you provide more information about your board and your application?&lt;/p&gt;
[quote user="Argus"]&lt;p&gt;&lt;span&gt;As we&amp;nbsp; shared LOG information about PDM data is correct ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you please verify the file(PDM_outputdata_280624.txt).&lt;/span&gt;&lt;/p&gt;[/quote]
&lt;p&gt;Where did you take your log from?&lt;br /&gt;Could you specify what kind of file verification you are interested in?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491435?ContentTypeID=1</link><pubDate>Sat, 29 Jun 2024 07:13:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f6acc9a-6e9b-4100-90dc-923add9fa972</guid><dc:creator>Virat</dc:creator><description>&lt;p&gt;&lt;span&gt;As we&amp;nbsp; shared LOG information about PDM data is correct ?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Could you please verify the file(PDM_outputdata_280624.txt).&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Argus.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 PDM Mic data send over BLE to PC/mobile to process the audio file</title><link>https://devzone.nordicsemi.com/thread/491395?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2024 14:57:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f75d8036-6643-4ea8-b1a3-8928c236d5e5</guid><dc:creator>dejans</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Both boards contain nrf5340 SoC which has I2S compatible, digital microphone&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf5340%2Fpdm.html&amp;amp;cp=4_0_0_6_21"&gt;PDM&lt;/a&gt; interface. In comparison to&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf5340_dk/page/UG/dk/intro.html"&gt;nrf5340-dk&lt;/a&gt;,&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ug_nrf5340_audio/page/UG/nrf5340_audio/intro.html"&gt;nrf5340_audio-dk&lt;/a&gt;&amp;nbsp;has been specifically designed for demonstrating the capabilities of&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/applications/nrf5340_audio/index.html"&gt;nrf5340_audio applications&lt;/a&gt;. It is recommended platform for developing of LE Audio products.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Dejan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>