Using ESP-IDF within Arduino-esp32
Posted: Sun Aug 20, 2017 12:03 am
Hi, I'm new to Arduino and ESP32.
My understanding is that ESP32 Arduino is a simplified way of programming the ESP32 and ESP-IDF is much more complete and offers more control but at the cost of more complexity (more lines of code).
Is there a way or a syntax where I can write most of my stuff using Arduino-esp32 library within the Arduino IDE and when I require more control or some extra features, I can use ESP-IDF?
Thank you!
My understanding is that ESP32 Arduino is a simplified way of programming the ESP32 and ESP-IDF is much more complete and offers more control but at the cost of more complexity (more lines of code).
Is there a way or a syntax where I can write most of my stuff using Arduino-esp32 library within the Arduino IDE and when I require more control or some extra features, I can use ESP-IDF?
Thank you!