First of all, I want to say that English is not my mother language.
I want to make a project with an ESP32_Devkitc_V4 and connect it with the Arduino IDE with my mac book pro (Big sur) computer. I followed a lot of youtube videos about it, but can't make it work. I already installed the "CP210x" driver (for mac). But my first question is: What type of esp does a need to choose with a board manager? (I already tested the Dev module).
Because a get an error code when I try to upload a sketch:
- "fork/exec /Users/gilstruyf/Documents/Arduino/hardware/espressif/esp32/tools/esptool/esptool: no such file or directory
- Error compiling for board ESP32 Dev Module."
- "Multiple libraries were found for "WiFi.h"
- Used: /Users/gilstruyf/Documents/Arduino/hardware/espressif/esp32/libraries/WiFi
- Not used: /Applications/Arduino.app/Contents/Java/libraries/WiFi
- fork/exec /Users/gilstruyf/Documents/Arduino/hardware/espressif/esp32/tools/esptool/esptool: no such file or directory
- Error compiling for board ESP32 Dev Module."
I followed this instruction:
https://www.youtube.com/watch?v=-P7RD-DWVuA
https://github.com/espressif/arduino-es ... ide/mac.md