Forum Rule: Always post complete source code & details to reproduce any issue!
Results 1 to 2 of 2

Thread: please help with i2s mems mic into audio library

  1. #1

    please help with mic board into audio library

    Hi,

    I want to use a single Adafruit SPH0645 mems mic board into the audio library on my Teensy 4 and managed to get it working, but only with i2s_quad with the following code:

    Code:
    AudioInputI2SQuad         i2s_quad1;
    AudioAnalyzeNoteFrequency notefreq1;
    AudioConnection           patchCord1(i2s_quad1, 0, notefreq1, 0);
    Is it possible to run this mic board also through i2s or i2sslave? Reason is that I am running out of pins and would like to make use of pin A9 for analogReads as A9 is not wired to the mic board. I hope there is some way to free A9 from running MCLK1...?
    Last edited by jpk; 04-26-2020 at 12:59 AM.

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •