0% found this document useful (0 votes)
28 views4 pages

IOT Practical 01

The document provides steps to install ESP32 and ESP8266 board support in Arduino IDE. It describes adding URLs to board manager, searching for ESP32 and ESP8266 in boards manager, clicking install, and then being able to select the boards in Tools menu.

Uploaded by

Hariom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views4 pages

IOT Practical 01

The document provides steps to install ESP32 and ESP8266 board support in Arduino IDE. It describes adding URLs to board manager, searching for ESP32 and ESP8266 in boards manager, clicking install, and then being able to select the boards in Tools menu.

Uploaded by

Hariom
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

Practical 01

Aim: - Write the steps for installation of ESP32 and ESP8266 in Arduino IDE.
1. Open the Arduino IDE.
2. Go to "File" -> "Preferences."

3. In the Preferences window, find the "Additional Boards Manager URLs" field.
Add the following URL to the field:

4. Click "OK" to close the Preferences window.


5. Now, go to "Tools" -> "Board" -> "Boards Manager."
6. In the Boards Manager, type "esp32" in the search bar.
7. Find the "esp32 by Espressif Systems" entry and click on it.

8. Click the "Install" button to download and install the ESP32 board support.
9. Click the "Install" button to download and install the ESP32 board support.
10. Now, we should see the ESP32 boards listed under "Tools" -> "Board" in the Arduino
IDE.

Install ESP8266 Board Support:

1. Open the Arduino IDE.


2. Go to "File" -> "Preferences."
3. In the Preferences window, find the "Additional Boards Manager URLs" field.
4. Add the following URL to the field:

5. Click "OK" to close the Preferences window. Then, go to "Tools" -> "Board" ->
"Boards Manager...” In the Boards Manager, type "esp8266" in the search bar. Find
the "esp8266" entry by ESP8266 Community and click on it. Click the "Install"
button to install the board package.
6. After installation, go to "Tools" -> "Board" and select the appropriate ESP8266 board
that you want to use.
7. Connect your ESP8266 board to your computer, and go to "Tools" -> "Port" to select
the correct COM port.
8. Open a simple example sketch (e.g., Blink) from "File" -> "Examples" -> "ESP8266"
-> "Blink" and upload it to ESP8266 board to verify that everything is working.

You might also like