not able to enable ADC1 with ESP-IDF V3.0
Posted: Thu May 03, 2018 3:14 pm
Hello everyone,
I'am currently working on making adc1 to work with i2s. On the previous versions of ESP-IDF there was a function called "i2s_adc_enable()" in the i2s driver lib. but it seems to have disappeared in the new version (v3.0). I2S can start but i'am unable to get any value from the adc. Do you have any idea on how to start the adc conversion continuously working with i2s??
I tried to upload the example i2s_adc_dac but still didn't get any result from adc conversion.
Have a good day
I'am currently working on making adc1 to work with i2s. On the previous versions of ESP-IDF there was a function called "i2s_adc_enable()" in the i2s driver lib. but it seems to have disappeared in the new version (v3.0). I2S can start but i'am unable to get any value from the adc. Do you have any idea on how to start the adc conversion continuously working with i2s??
I tried to upload the example i2s_adc_dac but still didn't get any result from adc conversion.
Have a good day