I purchased a board labeled ‘ESP32 DEVKITV1’ and tried various board selections in the Ardunio IDE, but got this error while running the simple blink code:
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: “DOIT ESP32 DEVKIT V1, 80MHz, 115200, None”
xtensa-esp32-elf-g++: error: CreateProcess: No such file or directory
exit status 1
Error compiling for board DOIT ESP32 DEVKIT V1.
My ‘DOIT’ boards work fine. The following statement is included in the Boards Manager URL.
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
So how could this be fixed? What other boards have been successfully used with Arduino?
Also wondering if RNT has used the VS Code espressif extension for board uploads?