Page 1 of 1

Developping using ESP-IDF

Posted: Sat Oct 03, 2020 9:02 am
by luca80
Hi to all! This is my first post here! :)

I have some questions about the ESP-IDF enviroment. I want to develop a project using the ESP-IDF and the eclipse IDE.
The problem is that I have some difficults to integrate some external code (like libs) into this enviroment and sometimes the eclipse IDE give me some strange errors..
There is a solution to develop a professional project using the ESP-IDF? For solution I refer to a toolchain, an IDE and possibly some good reference that show how correct integrate some code into the ESP-IDF.
For example, i'm not able to integrate and run an example for a ILI9488 controller and a LCD.
It's really so difficult to work with the ESP-IDF?

Re: Developping using ESP-IDF

Posted: Wed Oct 07, 2020 7:05 am
by username
I would ditch using Eclipse for ESP-IDF.
Give PlatformIO a try using ESP-IDF.

Re: Developping using ESP-IDF

Posted: Wed Oct 07, 2020 4:35 pm
by jaimea
I use ESP-IDF with visual studio code, in Linux - pretty good combo.

Re: Developping using ESP-IDF

Posted: Thu Oct 08, 2020 1:57 am
by Aussie Susan
Second the use of PlatformIO.
Sometimes you may need to wait after Espressif releases a new version of the framework but otherwise is it all very straight forward.
Susan