Page 1 of 1

how to use Arduino IDE sketch in Espressif IDF?

Posted: Sat Oct 22, 2022 5:05 am
by dssman
thanks for help.
Adam

Re: how to use Arduino IDE sketch in Espressif IDF?

Posted: Thu Oct 27, 2022 2:32 am
by mbratch
Arduino and IDF are two different sets of API functions and libraries for ESP32. My opinion is that it's a good exercise porting a simple app from one to the other.

You could though try the "Arduino as component" for ESP-IDF. See example here: blink.