<?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 Audio DK Transparency mode and external PDM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109505/nrf5340-audio-dk-transparency-mode-and-external-pdm</link><description>Hello guys, 
 I need to evaluate a couple of mics and some are digital and I2S mics. Im using the nRF5340 Audio DK, on which I can successively run the Audio App and the Walkie Talkie demo. The problem with the walkie talkie is the compression within</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 Mar 2024 13:31:25 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109505/nrf5340-audio-dk-transparency-mode-and-external-pdm" /><item><title>RE: nRF5340 Audio DK Transparency mode and external PDM</title><link>https://devzone.nordicsemi.com/thread/476163?ContentTypeID=1</link><pubDate>Wed, 27 Mar 2024 13:31:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa1409d6-94d6-4365-bae8-6230804a4a5d</guid><dc:creator>Joao Colombari</dc:creator><description>&lt;p&gt;Hello, Amanda,&lt;/p&gt;
&lt;p&gt;Thanks for the tip. I was able to configure the inputs and to route them to the output with&amp;nbsp;cs47l63_reg_conf header file. There is also the Cirrus Logic windows software that helps a lot on finding the registers you need to configure and routing the audio path.&lt;/p&gt;
&lt;p&gt;I ran these changes within the Audio Application and got good results, so then I created a new application using only the files needed to communicate with and configure the CS74L63. I am facing some trouble with C compiler that some guys had a few years ago here in DevZone.&lt;/p&gt;
&lt;p&gt;For the former problem, I&amp;#39;ll wait for your reply and probably close this issue. For the second I&amp;#39;ll open a new one.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Happy easter for you guys,&amp;nbsp;&lt;br /&gt;Jo&amp;atilde;o.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Audio DK Transparency mode and external PDM</title><link>https://devzone.nordicsemi.com/thread/475459?ContentTypeID=1</link><pubDate>Fri, 22 Mar 2024 19:31:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aea31909-49c8-4937-a891-b422d7b041c0</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user="Joao Colombari"]1 - Can I configure the audio app to use P15 header as input instead of &amp;nbsp;VM3011 mic?&amp;nbsp;[/quote]
&lt;p&gt;The team needs more time to investigate the solution. Next week is the Easter holiday in Norway, and the&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;codec expert will return from vacation after Easter.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&amp;nbsp;It&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;might need to wait a little bit, or you can try to cut the trace and forward it to your PDM.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
[quote user="Joao Colombari"]2 - Can I use AUX interface as inputs?[/quote]
&lt;p&gt;You can reference the following code:&lt;/p&gt;
&lt;p&gt;&lt;a title="https://github.com/nrfconnect/sdk-nrf/blob/22fe3fcae951ece109b634f24d2d40fa07c563b1/applications/nrf5340_audio/src/modules/hw_codec.c#l314" href="https://github.com/nrfconnect/sdk-nrf/blob/22fe3fcae951ece109b634f24d2d40fa07c563b1/applications/nrf5340_audio/src/modules/hw_codec.c#L314" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/blob/22fe3fcae951ece109b634f24d2d40fa07c563b1/applications/nrf5340_audio/src/modules/hw_codec.c#L314&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/22fe3fcae951ece109b634f24d2d40fa07c563b1/applications/nrf5340_audio/src/modules/hw_codec.c#L316"&gt;Line 316&lt;/a&gt; will use PDM as the audio interface; &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/22fe3fcae951ece109b634f24d2d40fa07c563b1/applications/nrf5340_audio/src/modules/hw_codec.c#L322"&gt;Line 322&lt;/a&gt;&amp;nbsp;will choose Line-In as the audio interface.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Audio DK Transparency mode and external PDM</title><link>https://devzone.nordicsemi.com/thread/475141?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2024 13:44:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a9092fb-7f0c-40b9-8c88-366fc6dbf2e0</guid><dc:creator>Joao Colombari</dc:creator><description>&lt;p&gt;Hello, Amanda,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I will take a look at the WAV repo.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have seen the Mic post and taken a good look at the HW connections on the DK, so its pretty clear that the line in is going to work only as a test input for analog amplified and buffered mics.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Nevertheless, i&amp;#39;ve found P15 header (PDM2 referred with label HW_CODEC_PDM_2) and P11 header (Auxilary On-board HW CODEC interface which connects to HW_CODEC_AUX_i2S and I2C labels).&lt;/p&gt;
&lt;p&gt;1 - Can I configure the audio app to use P15 header as input instead of &amp;nbsp;VM3011 mic?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2 - Can I use AUX interface as inputs?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for the quick reply,&lt;br /&gt;Best regards!!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 Audio DK Transparency mode and external PDM</title><link>https://devzone.nordicsemi.com/thread/475131?ContentTypeID=1</link><pubDate>Thu, 21 Mar 2024 13:20:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a457f3e9-217c-4f74-a59f-cd0757e9ad09</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
[quote user=""]&lt;p&gt;I want to record and play&amp;nbsp;in the same board, as a transparency mode.&lt;/p&gt;
&lt;p&gt;Is there any repo that&amp;#39;s already implemented this with the Audio DK?&amp;nbsp;&lt;/p&gt;[/quote]
&lt;p&gt;This is the PR &lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/13299"&gt;https://github.com/nrfconnect/sdk-nrf/pull/13299&lt;/a&gt;, but this is not merged into NCS for some reason.&amp;nbsp;However, this can be a start.&amp;nbsp;&lt;/p&gt;
[quote user=""]Can I use this port as a digital mic in??[/quote]
&lt;p&gt;Check &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/99815/nrf5340-audio-dk-walkie-talkie-demo---line-in-instead-of-mic/426100"&gt;this post&lt;/a&gt;.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>