I have an AZ-Delivery ESP-DevKitC-V4 board with an ESP32-Wroom-32 chip on it but cannot find an exact match in the Arduino V2.0.1 IDE's 'Board Manager'. Of course, there are close ones but with such a variety available I'm not sure that I might be expecting something that is not there. For instance, the -DA must be similar but the -32 doesn't have it's switchable antennae. Thanks for any assistance that may be offered – Joe.
Your topic was MOVED to its current forum category which is more appropriate than the original as it has nothing to do with Installation and Troubleshooting of the IDE
According to to the tutorial you must select "ESP Dev Module" I leave you the tutorial in case you don't have it.
ESP-32 Dev Kit C V4_EN.pdf (787.2 KB)
Thanks very much Gonpezzi as that is just what I was looking for. Years ago I used to program the old PICs but I guess I've got rusty since. Cheers - Joe.
Not at al.
Do not forget to mark as solved for the good functioning of the forum.
I wonder if I might ask you another question or two. On compiling the 'Blink' test program, an error message is thrown up about which, due to its accompanying verbosity, I am rather confused. Briefly it says that a 'cmd' file is not found in the %PATH% and then follows with a long, long string of file addresses the purpose of which I find difficult to fathom. Finally, I don't seem to be able to find the 'resolved' button you mention. Thanks again - Joe.
Show the code you used. There is no "cmd" statement or even in a comment in the blink.ino example.
Please copy the full error message using the cunningly named "Copy error message" button in the IDE and post it here in code tags
cmd.exe is the Windows Command Shell - sounds like it is not on the default %PATH%
e.g. click on Start and enter cmd - the Windows Command Prompt should open
what is your operating system?
I don't know what to answer you, in my opinion it is an incorrect installation of the board management libraries in the IDE, you can try to reinstall them.
Or your version of the IDE (V2.0.1, not very stable for me), another bug has appeared, I use 1.8.13 and I have no problem uploading the sketches.
I have tried several other boards (Arduino, STM32 Nucleo, etc.) without any trouble. Thanks again and here are my quite long 'error' messages.
Using board 'esp32' from platform in folder: C:\Users\ximac\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5
Using core 'esp32' from platform in folder: C:\Users\ximac\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.5
cmd /c if exist "C:\Users\ximac\OneDrive\Documents\Arduino\Blink_STM32\Blink_STM32\partitions.csv" COPY /y "C:\Users\ximac\OneDrive\Documents\Arduino\Blink_STM32\Blink_STM32\partitions.csv" "C:\Users\ximac\AppData\Local\Temp\arduino-sketch-B94BEED36653698568CFB7BC8CC69E2A\partitions.csv"
exec: "cmd": executable file not found in %PATH%
Compilation error: exec: "cmd": executable file not found in %PATH%
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.