How to Set Up Arduino IDE for ESP8266 Development
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
  1. Open the Arduino IDE.
  2. Go to File > Preferences.
  3. In the Additional Board Manager URLs field, paste the following URL:
    http://arduino.esp8266.com/stable/package_esp8266com_index.json
  4. Click OK to save your changes.


Install the ESP8266 Board Package
  1. Go to Tools > Board > Boards Manager.
  2. In the search bar, type “ESP8266”.
  3. When the ESP8266 by ESP8266 Community package appears, click Install.
  4. Once installed, you’ll see a list of ESP8266-compatible boards under Tools > Board.


Select Your Board and Port
  1. Connect your ESP8266 board to your computer via USB.
  2. Go to Tools > Board and select your specific ESP8266 board model (e.g., NodeMCU 1.0, ESP-01).
  3. 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
  • How to Set Up Arduino IDE for ESP8266 Development
  • Blink the Built-in LED
  • Connecting the ESP8266 to Wi-Fi
  • Measuring Wi-Fi Signal Strength (RSSI) with ESP8266
  • ESP-01 ≡ How to program an ESP-01?
  • ESP-01 ≡ Detecting I2C Devices
  • ESP-01 ≡ TX button and an RX LED
  • ESP-01 ≡ Blink external LED on GPIO0
  • NodeMCU ≡ Blink external LED on D0
  • NodeMCU ≡ Detecting I2C Devices

  • Buy Me a Coffee