arduino install esp8266

1. Arduino download

Official website address: https://www.arduino.cc/en/software
insert image description here
Scroll down and there is an old version recommended 1.8
insert image description here
Click the red circle to run

Two. esp8266 library download

1. Configuration before downloading

Click File -> Preferences,
add the additional developer URL http://arduino.esp8266.com/stable/package_esp8266com_index.json
and restart
insert image description here

2. Download

①Download directly

The direct download is to download on github. The download speed is slow and the download may fail.
Tools->Development Board->Development Board Manager
Search esp8266 to select the version and install it
insert image description here

②Baidu cloud disk download

Cloud disk address: https://pan.baidu.com/s/17ZliYEQp6-5SMpZLt88q4w
Extraction code: 1432

insert image description here
Click on File->Preferences
and then click on the drawn one,
insert image description here
then
staging->packages
, copy the downloaded file into it without decompressing
insert image description here
Tools->Development Board->Development Board Manager,
search for esp8266, select the version and install it

Here I am giving the 2.7.4 version of the installation package, so the version should be 2.7.4

insert image description here

3. Possible problems

insert image description here
Download the file in the wrong URL and add it to packages

Guess you like

Origin blog.csdn.net/qq_62975494/article/details/131050848