What is the best course/source to learn how to easily transfer from arduino ide and to esp ode?
What is the best course/source to learn how to easily transfer from arduino ide and to esp ode for esp32
Solution:Jump to solution
let the documentation shine https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html#build-your-first-project
2 Replies
Solution
let the documentation shine https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html#build-your-first-project
oh, if you're asking how to migrate the existing source code, then it may not be straight forward. A comprehensive list of APIs and equivalent usage is to be looked at. @Umesh Lokhande might have things to drop here for you.