I have a ICS43434 I2S Digital Microphone (look here https://www.tindie.com/products/onehorse/ics43434-i2s-digital-microphone/) and wired it as described:
On the Teensy 3.2, pin 11 goes to the breakout board CLK (clock), pin 12 goes to the breakout board WS (word select), and pin 13 is the serial data out.
If I use the example "PeakMeterMono" and set the input to I2S
AudioInputI2S i2s1;
AudioAnalyzePeak peak1;
AudioConnection patchCord1(i2s1, peak1);
or other examples (SpectrumAnalyzerBasic, FFT), I got no values from the microphone.
Is the wiring correct?
Is there any example, that's using the ICS43434 Microphone?
On the Teensy 3.2, pin 11 goes to the breakout board CLK (clock), pin 12 goes to the breakout board WS (word select), and pin 13 is the serial data out.
If I use the example "PeakMeterMono" and set the input to I2S
AudioInputI2S i2s1;
AudioAnalyzePeak peak1;
AudioConnection patchCord1(i2s1, peak1);
or other examples (SpectrumAnalyzerBasic, FFT), I got no values from the microphone.
Is the wiring correct?
Is there any example, that's using the ICS43434 Microphone?