Page 1 of 1

Is ESP-ADF Windows only?

Posted: Sat Mar 07, 2020 4:36 am
by Digital Larry
I followed the ESP-IDF instructions to install 2.3 on Windows 10.
Reading further, it seems I need to use ESP-IDF 3.3 minimum with ESP-ADF.
Also, I could not find any Windows installer for ESP-ADF.

Maybe it's not a big deal as I have an Ubuntu system here, it's just very noisy and slow compared to my Windows PC.
I could perhaps also use the Ubuntu subsystem of Windows 10.

By the way, I have the Ai-Thinker ESP32-A1S Audio Kit and am intending to use it with Faust to develop musical sound effects, see:

https://faust.grame.fr/doc/tutorials/#d ... with-faust

Thanks,

DL

Re: Is ESP-ADF Windows only?

Posted: Sat Mar 07, 2020 9:07 am
by ESP_igrr
Hi DL,

The "2.3" is the version of the installer; this installer can be used to install the tools for ESP-IDF v4.0 and above.

For the installation instructions of IDF 3.3, please check the respective version of the getting started guides:
https://docs.espressif.com/projects/esp ... index.html

Re: Is ESP-ADF Windows only?

Posted: Sat Mar 07, 2020 2:25 pm
by Digital Larry
OK, thanks. I realize that ESP-ADF installation is just (apparently) a git checkout so that worked. The folder names are a bit different than shown in the documentation but I'm taking my own notes in order to fill in the gaps.

DL