The ADC MIC can collect analog microphone data through the ADC.
Currently supported features:
Please use the component manager command add-dependency
to add the adc_mic
to your project's dependency, during the CMake
step the component will be downloaded automatically
Plaintext
idf.py add-dependency "espressif/adc_mic=*"
5.2
, the internal ring buffer does not automatically clear old data when full. Please ensure old data is cleared in time or manually refresh the buffer.d09966201afeab0135aa741e8ad6ed5a1ed09b6a
idf.py add-dependency "espressif/adc_mic^0.1.0"