<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114? in LPC Microcontrollers</title>
    <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826046#M33020</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I am not sure what SCH is but if you mean schematic files for the microphone,&amp;nbsp;&lt;A href="https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/downloads"&gt;this is the best I could find.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My testings process using project i2s_interrupt_transfer is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect the LPC54114 board through J7 to the computer&lt;/LI&gt;&lt;LI&gt;Connect&amp;nbsp;&lt;A href="https://learn.adafruit.com/adafruit-i2s-stereo-decoder-uda1334a/downloads"&gt;UDA1334A I2S Stereo DAC breakout&lt;/A&gt;&amp;nbsp;to pins 16 - CLK, 18 - WS, 20 - D on J1.&lt;/LI&gt;&lt;LI&gt;Hear sound from the function StartSoundPlayback()&lt;/LI&gt;&lt;LI&gt;Connect the I2S microphone to pins 10 - D, 12 - WS, 14 - CLK on J1&lt;/LI&gt;&lt;LI&gt;Replace StartSoundPlayback() with&amp;nbsp;StartDigitalLoopback()&lt;/LI&gt;&lt;LI&gt;Can't hear anything&lt;/LI&gt;&lt;LI&gt;I try to reconnect the microphone to pins 10 - D, 12 - WS on J1, 9 - CLK on J2&lt;/LI&gt;&lt;LI&gt;Can't hear anything&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="i2s_playback.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64593i80384282BA91073B/image-size/large?v=v2&amp;amp;px=999" role="button" title="i2s_playback.PNG" alt="i2s_playback.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added PRINTF statements to TxCallback and RxCallback in i2s_interrupt_transfer.c. TxCallback PRINTF executes many times, RxCallback PRINTF never executes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Jun 2018 07:30:33 GMT</pubDate>
    <dc:creator>jan4</dc:creator>
    <dc:date>2018-06-29T07:30:33Z</dc:date>
    <item>
      <title>How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826044#M33018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to enable an Adafruit I2S microphone (SPH0645) on my LPC54114 board. I've been trying to use the i2s_interrupt_transfer example and the usb audio device example to try and read input from the microphone but I have not been successful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use an I2S audio breakout board and just plug it in the board (pins 16,18,20 on J1), audio output works, so I assumed that this would similarly work for the microphone (pins 10,12,14) but this does not appear to be the case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not really editing any code, so it's more of a question of how to edit to code rather than fixing it (unless it's broken to begin with).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any tips?&lt;/P&gt;&lt;P&gt;Thank you very much&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;N.B. the microphone works, I tested it on Arduino MKRZero.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jun 2018 14:32:25 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826044#M33018</guid>
      <dc:creator>jan4</dc:creator>
      <dc:date>2018-06-27T14:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826045#M33019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Polivka,&lt;BR /&gt;Thank you for your interest in NXP Semiconductor products and for the opportunity to serve you.&lt;BR /&gt;Before answering your question, I was wondering if you can share the SCH of your own boards and introduce the testing process in details, it can help me to figure it out.&lt;BR /&gt;I'm looking forward to your reply.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 03:25:32 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826045#M33019</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-06-29T03:25:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826046#M33020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good morning,&lt;/P&gt;&lt;P&gt;I am not sure what SCH is but if you mean schematic files for the microphone,&amp;nbsp;&lt;A href="https://learn.adafruit.com/adafruit-i2s-mems-microphone-breakout/downloads"&gt;this is the best I could find.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;My testings process using project i2s_interrupt_transfer is:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Connect the LPC54114 board through J7 to the computer&lt;/LI&gt;&lt;LI&gt;Connect&amp;nbsp;&lt;A href="https://learn.adafruit.com/adafruit-i2s-stereo-decoder-uda1334a/downloads"&gt;UDA1334A I2S Stereo DAC breakout&lt;/A&gt;&amp;nbsp;to pins 16 - CLK, 18 - WS, 20 - D on J1.&lt;/LI&gt;&lt;LI&gt;Hear sound from the function StartSoundPlayback()&lt;/LI&gt;&lt;LI&gt;Connect the I2S microphone to pins 10 - D, 12 - WS, 14 - CLK on J1&lt;/LI&gt;&lt;LI&gt;Replace StartSoundPlayback() with&amp;nbsp;StartDigitalLoopback()&lt;/LI&gt;&lt;LI&gt;Can't hear anything&lt;/LI&gt;&lt;LI&gt;I try to reconnect the microphone to pins 10 - D, 12 - WS on J1, 9 - CLK on J2&lt;/LI&gt;&lt;LI&gt;Can't hear anything&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="i2s_playback.PNG"&gt;&lt;img src="https://community.nxp.com/t5/image/serverpage/image-id/64593i80384282BA91073B/image-size/large?v=v2&amp;amp;px=999" role="button" title="i2s_playback.PNG" alt="i2s_playback.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also added PRINTF statements to TxCallback and RxCallback in i2s_interrupt_transfer.c. TxCallback PRINTF executes many times, RxCallback PRINTF never executes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Jun 2018 07:30:33 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826046#M33020</guid>
      <dc:creator>jan4</dc:creator>
      <dc:date>2018-06-29T07:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826047#M33021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Polivka,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Connect the I2S microphone to pin 9 - CLK on J2, others keep same, please give a try.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 08:23:18 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826047#M33021</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-07-02T08:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826048#M33022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;yea, that's the second configuration I tried, see number 7 in the test procedure.&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jul 2018 10:17:30 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826048#M33022</guid>
      <dc:creator>jan4</dc:creator>
      <dc:date>2018-07-02T10:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to enable microphone Adafruit I2S SPH0645 on LPC54114?</title>
      <link>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826049#M33023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jan Polivka,&lt;BR /&gt;Thanks for your reply.&lt;BR /&gt;Okay, I think I may miss some important information, however, I'm not sure, so I was wondering if you can share the picture of the testing platform.&lt;BR /&gt;Have a great day,&lt;BR /&gt;TIC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-----------------------------------------------------------------------------------------------------------------------&lt;BR /&gt;Note: If this post answers your question, please click the Correct Answer button. Thank you!&lt;BR /&gt;-----------------------------------------------------------------------------------------------------------------------&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2018 02:27:57 GMT</pubDate>
      <guid>https://community.nxp.com/t5/LPC-Microcontrollers/How-to-enable-microphone-Adafruit-I2S-SPH0645-on-LPC54114/m-p/826049#M33023</guid>
      <dc:creator>jeremyzhou</dc:creator>
      <dc:date>2018-07-03T02:27:57Z</dc:date>
    </item>
  </channel>
</rss>

