We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Configure properly your toolchain https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/get-started/macos-setup.html
Download the toolchain: Mac: https://dl.espressif.com/dl/xtensa-lx106-elf-gcc8_4_0-esp-2020r3-macos.tar.gz Win: tbd Place it e.g: $HOME/esp/p/xtensa-lx106-elf
Download the ESP SDK: https://docs.espressif.com/projects/esp8266-rtos-sdk/en/latest/ Place it e.g: $HOME/esp/IDF
Get your IDF Paths:
export IDF_PATH=$HOME/esp/esp-idf export IDF_TOOL_PATH=$HOME/esp/xtensa-lx106-elf/bin:$IDF_PATH/tools
Get requirements: python -m pip install --user -r $IDF_PATH/requirements.txt
python -m pip install --user -r $IDF_PATH/requirements.txt
Getting Started