From 12bb7822a4c7bdeff193d7b5f3b125d9ad3bc2f2 Mon Sep 17 00:00:00 2001 From: Shivam Maurya <54358380+shvmm@users.noreply.github.com> Date: Thu, 7 Aug 2025 22:19:26 +0530 Subject: [PATCH] add sample code for ICS-43434 --- components/microphone/i2s_audio.rst | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/components/microphone/i2s_audio.rst b/components/microphone/i2s_audio.rst index 541eceb878..066f91fb06 100644 --- a/components/microphone/i2s_audio.rst +++ b/components/microphone/i2s_audio.rst @@ -73,7 +73,7 @@ Internal ADC Known Devices -------------- +-------------- M5Stack Atom Echo ***************** @@ -97,6 +97,23 @@ RaspiAudio Muse Luxe adc_type: external pdm: false +ICS-43434 +********* + +`Adafruit I2S MEMS Mic Breakout `_ + +.. code-block:: yaml + + microphone: + - platform: i2s_audio + i2s_din_pin: GPIOXX + adc_type: external + pdm: false + sample_rate: 48000 + bits_per_sample: 32bit + channel: left + use_apll: true + See also --------