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.af9f2435ac94a70ad6d21b164e1d52d23d3c424a
idf.py add-dependency "espressif/adc_mic^0.2.1"