Starting Problems with XIAO ESP32S3 #1644
Closed
mediaessenz
started this conversation in
General
Replies: 2 comments 3 replies
-
adc_config.flags is only available starting from IDF 5.2, but Arduino is still on 5.1.4 Delete the arduino-audio-tools in the libraries directory and try to reinstall it again. |
Beta Was this translation helpful? Give feedback.
0 replies
-
If I deinstall and install the audio-tools again, I get this error:
I had this error before again, that's why I install it over the console like so:
I did now install it again this way, and the adc_config.flags error is gone. What stands "IDF" for? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have problems to get the compilation of any example, even the simplest working.
I tried using arduino ide (2.3.2) and vsc with the platformio plugin.
Maybe someone can help me to get at least the streams_generator_serial example in the Arduino IDE working?
Under board manager I have installed the esp32 from expressif in version 3.0.4.
Under Libraries I have installed "audio-tools" from Phil Schatzmann in version 0.9.9
After this I choose my board "XIAO_ESP32S3" and the usb port "/dev/cu.usbmodem1201" on my mac.
If I try to compile the example code "streams-generator-serial.ino":
I get this error:
I already spent hours to find the reason of this problem 😢
Beta Was this translation helpful? Give feedback.
All reactions