How do I use the ADC mode for i2s is esp-idf v5.2.2?
Posted: Sat Jun 08, 2024 6:27 pm
The docs mention that I2S0 can be routed directly to the internal analog-to-digital converter (ADC) and digital-to-analog converter (DAC). In other words, ADC and DAC peripherals can read or write continuously via I2S0 DMA. As they are not actual communication modes, the I2S driver does not implement them. The driver does not implement the LCD mode either.
I want to record audio using the ADC and i2s. This used to be possible in the earlier versions of the idf used to have a way to enable ADC mode and I have found examples that do this using an older version of the idf and it seems fairly straightforward here.
I am new to esp-idf, can someone show me how I would implement this, or steps that I can take to do this. Thanks
I want to record audio using the ADC and i2s. This used to be possible in the earlier versions of the idf used to have a way to enable ADC mode and I have found examples that do this using an older version of the idf and it seems fairly straightforward here.
I am new to esp-idf, can someone show me how I would implement this, or steps that I can take to do this. Thanks