Install ESP8266 Core For Arduino IDE
Install ESP8266 Core For Arduino IDE
Written by Pavel
Updated over a week ago
Then, open the Arduino IDE, then select in the menu: File -> Preferences
(Arduino -> Preferences for Mac).
Click on Additional Boards Manager URLs button and add this link:
http://arduino.esp8266.com/stable/package_esp8266com_index.json
In the Arduino IDE open: Tools -> Board -> Boards Manager .
Search for esp8266 , and install it:
Troubleshooting
In case you see Error downloading http://downloads.arduino.cc/packages/package_index.json
like this:
You need to find folder Arduino15 or .Arduino15 and remove all files inside with package
word in name.
Configure Arduino IDE to connect with NodeMCU 1.0 ESP8266 (ESP-12E Module).
IMPORTANT LINKS
-Instructables Link (all necessary documents)
https://www.instructables.com/id/How-...
-Command-
setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
-Drivers Link-
CP2102
https://www.silabs.com/products/devel...
CH340 Drivers
https://github.com/HobbyComponents/CH...