atomic14/esp32_wireless_microphone

Compiling errors with ESP32S3

jachik opened this issue · 0 comments

jachik commented

Hi, thank you for this project.

I'm new to ESP32-programming and I have tried your project with an ESP32S3. I'm getting some compilation errors regarding ADC and I2S like "I2S_MODE_ADC_BUILT_IN was not declared in this scope". When I change the board to am ESP32S2 version the code is getting compiled without any errors. I'm I right, that the ADC I2S-mode ist no longer supported by an ESP32S3?

Is there another posibility to use an analog microphone with the ESP32S3 and your code?

Thanks