Page 1 of 1

esp-idf vs arduino

Posted: Tue Nov 07, 2017 10:59 pm
by mairswartz
Hi,
I am looking for high level comparisons between esp32 for Arduino and esp-idf. I would like to know which one should I invest time in to study and why. There seems to be a ton of Arduino resources out there so why would I choose the IDF. is it more reliable? are there things I can do with FREERTOS that I can't do with Arduino?

Thanks in advance

Re: esp-idf vs arduino

Posted: Mon Nov 13, 2017 3:31 pm
by sukeshak
If you are looking for hobby use... Arduino is a good option... Arduino has more library support etc...

If you are looking for prototype and production, its better to go with ESP-IDF... but there is nothing wrong in starting with Arduino and then jumping over once ready.

If you are new to these devices Arduino will be much easier as a start.

Re: esp-idf vs arduino

Posted: Mon Nov 13, 2017 6:51 pm
by WiFive
The problem with some Arduino library code is that it has no hardware specific optimizations