-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'i2s_pop_sample' was not declared in this scope #2
Comments
Try an older version. 1.0.5 or 1.0.4 of ESP32 library. |
I tried without success 1.0.5, 1.0.4, 1.0.3 |
Did you try to clean your project and restart the visual studio or the Arduino IDE? By the way which one are you using VS or Arduino IDE? |
Arduino IDE |
Try to uninstall the ESP32 board manager and install the 1.0.3 and create a new project add the source code files to it. |
Hello, I ran into the same problem with an ESP32S3 zero, Arduino IDE 2.3.3 and esp32 board manager v3.0.7 (based on esp-idf 5.1). Do not use esp32 v3.1.x, as there's something broken at least in connection with the INMP441. After a considerable amount of time in the google hell of random source code, I could now piece together a solution (at least for me, I don't use LEDMatrix or bluetooth, my usage of this code stops at the output of fftResult):
Maybe this will be of help to some of you. I do not have an in-depth explanation for this besides "new library, new problems", as those gory details are beyond my knowledge / skill. Thank you for your code / repository, @jozsefcsiza ! |
how to solve?
I've tried to use 1.0.6 ESP32 board instead 2.0.6 and the error is
" exit status 1
Error compiling for board ESP32 Dev Module."
The text was updated successfully, but these errors were encountered: