Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion components/microphone/i2s_audio.rst
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Internal ADC


Known Devices
-------------
--------------

M5Stack Atom Echo
*****************
Expand All @@ -97,6 +97,23 @@ RaspiAudio Muse Luxe
adc_type: external
pdm: false

ICS-43434
*********

`Adafruit I2S MEMS Mic Breakout <https://www.adafruit.com/product/6049>`_

.. 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
--------
Expand Down