Skip to content

Latest commit

 

History

History
39 lines (22 loc) · 1.5 KB

README.md

File metadata and controls

39 lines (22 loc) · 1.5 KB

My Espressif Systems Repository

My Espressif Systems Repository which contains multiple solutions for the ESP8266, ESP32 & the ESP32-C3 microcontrollers.

CC BY-NC-SA 4.0

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

CC BY-NC-SA 4.0

Credits: @alexandrospanag

ESP32 & ESP8266 Drivers Download:

https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all#windows-710

Various compilers/IDE(s) were used in order to create different solutions

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.