Statistics: Posted by handoi — Fri Oct 02, 2020 4:03 pm
Statistics: Posted by Deous — Thu Mar 19, 2020 7:32 am
Code:
Install Git For Windows
Install Python 3.x (ESP-IDF makes a note that their may be issues with 3.x and to use 2.7)
Install CMake For Windows
When the installer asks for Install Options, select ‘Add CMake to the system PATH for the current user’.
Download Ninja
Extract the executable file to the bin folder within CMake.
As CMake is now in the PATH environment variable, you won’t have to add another PATH.
Download the Toolchain
ESP-IDF https://dl.espressif.com/dl/xtensa-esp32-elf-gcc8_2_0-esp-2019r2-win32.zip
ESP8266 https://dl.espressif.com/dl/xtensa-lx106-elf-win32-1.22.0-100-ge567ec7-5.2.0.zip
Create a folder called esp32 (or esp8266)
Extract xtensa-esp32-elf (or xtensa-lx106-elf) folder into it.
Download the SDK
Open PowerShell and navigate to the esp32/esp8266 folder.
Run
git clone --recursive https://github.com/espressif/esp-idf.git
git clone --recursive https://github.com/espressif/ESP8266_RTOS_SDK.git
The folder structure will look like this
esp32 esp8266
|-- esp-idf |-- ESP8266_RTOS_SDK
└-- xtensa-esp32-elf └-- xtensa-lx106-elf
Install the Python dependencies
pip install -r "path\to\esp32\esp-idf\requirements.txt"
Statistics: Posted by mriksman — Mon Mar 16, 2020 1:25 pm
Statistics: Posted by Deous — Mon Mar 16, 2020 11:28 am
Statistics: Posted by mriksman — Mon Mar 16, 2020 5:38 am
Statistics: Posted by Deous — Mon Mar 16, 2020 4:47 am
Statistics: Posted by mriksman — Sun Mar 15, 2020 1:07 pm
Statistics: Posted by mriksman — Fri Mar 13, 2020 11:41 pm
Statistics: Posted by Deous — Fri Mar 13, 2020 11:31 pm
Statistics: Posted by Deous — Tue Mar 03, 2020 11:33 pm
Statistics: Posted by Deous — Fri Feb 15, 2019 12:56 am