Replies: 5 comments 8 replies
-
I guess the easiest would be to use Arduino as component: This will give you the missing SPI and Wire functionality. |
Beta Was this translation helpful? Give feedback.
-
hm alright, when I follow these steps for using Arduino as an ESP-IDF component: which mentions compatibilty with ESP-IDF 4.4, I get this error:
So I gues the real compatibility is with v5.1 only... I have the latest v5.3 installed via updating the ESP-IDF platform from within PlatformIO. Perhaps there's another way to add the missing functionality? Or utilize what's already there in either ESP-IDF or arduino-audio-tools... |
Beta Was this translation helpful? Give feedback.
-
Incidentally, I'm getting similar errors when using Arduino in PlatformIO, compiling this FFT Real test:
|
Beta Was this translation helpful? Give feedback.
-
Just google the topic: e.g. I found this for the Wire library |
Beta Was this translation helpful? Give feedback.
-
I could not reproduce any of your issues. The following platformio.ini was working w/o giving any errors [env:esp32dev] |
Beta Was this translation helpful? Give feedback.
-
Hello - I am already very happy that arduino-audio-tools can be used as ESP-IDF component; I was wondering whether it would be possible to do the same with this library.
What I've tried myself already is copy the if-else logic from the arduino-audio-tools CMakeLists.txt:
which results in this build error:
I'm not in a big hurry for this functionality seen as I can do a lot of relevant work for now within the Arduino framework.
It sure seems that it would be a great alternative to using ESP-ADF!
Beta Was this translation helpful? Give feedback.
All reactions