Page 1 of 1

esp-idf or esp-iot-solution?

Posted: Wed Aug 01, 2018 5:15 pm
by 12pastnoon
The getting started guide for ESP-WROVER-KIT instructs to install esp-idf. I see that there is also esp-iot-solution, which includes esp-idf as a submodule. Is it better to get that instead? Getting started guide seems to make no mention of it.

Re: esp-idf or esp-iot-solution?

Posted: Wed Aug 01, 2018 8:36 pm
by ESP_krzychb
The esp-iot-solution provides a range of solutions, functions and drivers intended for IOT applications.
Review these solutions, functions and drivers, if this is what you may need in your projects.

Same with esp-adf, that is focused on using ESP32 for audio applications, or esp-mdf, that provides application examples using mesh networking.

All these repositories use esp-idf as a submodule. If none of your projects fall into the above categories, then get plain esp-idf.

Re: esp-idf or esp-iot-solution?

Posted: Thu Aug 02, 2018 5:32 pm
by 12pastnoon
Thank you for your help!