Skip to content
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

Question again if a port for Arduino IDE would be possible/feasible and some hint would be also possible #31

Closed
knopserl opened this issue Jun 6, 2023 · 1 comment

Comments

@knopserl
Copy link

knopserl commented Jun 6, 2023

this is a great project for the WT32-SC01 Plus, many thanks for shaing this!
But I also wanted to use it in the Arduino IDE.
It it feasible and worth to spent the effort to migrate this ESP-IDF based code to an Arduino IDE acceppted code?
I have tried to insert the main.cpp code in the "voide setup() function and an empto loop function (as I have not seen a matching or required loop code) and it does of course not compile because it does not even accept the include files such as #include <spi_flash_mmap.h> ?
Any help possible or to much to change?

@sukesh-ak
Copy link
Owner

I have explained the difference between ESP-IDF and Arduino here #19

ESP32-TUX is built using ESP-IDF framework.

If you want Arduino code to get you started, you can check this sample gist.
https://gist.github.com/sukesh-ak/610508bc84779a26efdcf969bf51a2d1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants