Page 1 of 1

Porting ESP-Arduino libraries and projects to ESP-IDF?

Posted: Sun Dec 01, 2019 2:17 am
by zliudr
I'm interested in porting projects and/or libraries from ESP-Arduino back to ESP-IDF. Apparently there are lots of people using the Arduino ecosystem (myself included) so there are many resources available. I wonder if it is doable to port such projects/libraries back to ESP-IDF. Any directions will be appreciated.

Oh, one of the projects I would like to port is the ESP-ICSP programmer that uses Arduino IDE and ESP32 to program an ATMEGA processor such as 328P. I want to do this under ESP-IDF so I can incorporate it into my existing project.

Re: Porting ESP-Arduino libraries and projects to ESP-IDF?

Posted: Sun Dec 01, 2019 2:27 am
by chegewara
Did you try arduino as component?

Re: Porting ESP-Arduino libraries and projects to ESP-IDF?

Posted: Sun Dec 01, 2019 3:38 am
by zliudr
No I have not. Is there any direction how to use components? What keywords should I search for if I want to learn about using something as component? Thanks.

Re: Porting ESP-Arduino libraries and projects to ESP-IDF?

Posted: Sun Dec 01, 2019 7:07 am
by chegewara

Re: Porting ESP-Arduino libraries and projects to ESP-IDF?

Posted: Sun Dec 01, 2019 6:10 pm
by zliudr
Thanks chegewara. I'll give it a try.