-
Notifications
You must be signed in to change notification settings - Fork 685
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
Using ESP-ADF with Arduino (AUD-3517) #19
Comments
I think the better way to use ADF with Arduino is using Arduino for ESP32 as IDF component: https://github.com/espressif/arduino-esp32/blob/master/docs/esp-idf_component.md It means that you can compile examples of the current ADF, and add Arduino features, libraries to ADF application. |
@tuanpmt Thanks for your reply! Yes this the only way it worked with me. |
I am trying to use Arduino as component of ADF - but only get errors - I have successfully used Arduino as component of IDF. I have reloaded in ADF - i can build without Arduino, or can use Arduino as component of IDF, but, not with ADF - any idea? |
From what ive seen on another forum is that ESP has no plan to make ADF compatibly with Arduino, but seems like the guys above^^^ have found a slight work around |
I have faced the same issue at some point while I was updating the version of AFD and Arduino. As far as I remember (I am note sure actually), the problem was that the Arduino version (commit actually) was compatible. So, you have to make sure that ADF, IDF and Arduni-esp32 commits you are using are the same the repos suggest in their sub-modules. If you clone the last commit of each repo, it won't work. |
Thank, HumanHelfawi, I'll look into that when i get time, and will post here if successful letting others know how, or if, i got it to work. |
Hey, @tuanpmt page not found in this comment, link: #19 (comment) Thank you. |
Hi, have u completed successfully? |
Hi,
Is it possible to use ESP-ADF from Arudino IDE with other Arduino libraries? I used to use ESP-IDF from Arduino IDE. However, I could not find any documentation about using ESP-ADF from Arduino.
The text was updated successfully, but these errors were encountered: