Install the Arduino IDE
If you haven’t already installed the Arduino IDE, you can download it from the official Arduino website.
Add the ESP8266 Board URL
- Open the Arduino IDE.
- Go to File > Preferences.
- In the Additional Board Manager URLs field, paste the following URL:
http://arduino.esp8266.com/stable/package_esp8266com_index.json - Click OK to save your changes.
Install the ESP8266 Board Package
- Go to Tools > Board > Boards Manager.
- In the search bar, type “ESP8266”.
- When the ESP8266 by ESP8266 Community package appears, click Install.
- Once installed, you’ll see a list of ESP8266-compatible boards under Tools > Board.
Select Your Board and Port
- Connect your ESP8266 board to your computer via USB.
- Go to Tools > Board and select your specific ESP8266 board model (e.g., NodeMCU 1.0, ESP-01).
- Next, go to Tools > Port and select the port where your ESP8266 is connected.
ESP8266
12 Nov. 2024
|
Last Updated: 03 Dec. 2025
|
jaimedcsilva Related