espressif/adc_mic

0.1.0

uploaded 4 days ago
ADC mic input driver for ESP32 Series socs

readme

[![Component Registry](https://components.espressif.com/components/espressif/adc_mic/badge.svg)](https://components.espressif.com/components/espressif/adc_mic)

# Component: ADC Mic

The **ADC MIC** can collect analog microphone data through the ADC.

Currently supported features:
* Supports single-channel/multi-channel ADC audio sampling.
* Compliant with the esp_codec_dev architecture.

## Add component to your project

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

```
idf.py add-dependency "espressif/adc_mic=*"
```

## Known Issues

* In IDF versions lower than ``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.

Links

Supports all targets

License: Apache-2.0

To add this component to your project, run:

idf.py add-dependency "espressif/adc_mic^0.1.0"

or download archive

Stats

  • Archive size
    Archive size ~ 11.60 KB
  • Downloaded in total
    Downloaded in total 2 times
  • Downloaded this version
    This version: 2 times

Badge

espressif/adc_mic version: 0.1.0
|