My Espressif Systems Repository which contains multiple solutions for the ESP8266, ESP32 & the ESP32-C3 microcontrollers.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Credits: @alexandrospanag
https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#windows-710
Compiler/IDE | Download Link |
---|---|
ARDUINO-IDE | Download Link |
ESP-IDF | Download Link |
VSCode with PlatformIO | Download Link |
In order to identify the Espressif Boards in the Arduino IDE and install them, Go to File -> Preferences -> Additional board manager URLS and copy paste:
http://arduino.esp8266.com/stable/package_esp8266com_index.json https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
Then press OK.