IOT Practical 01
IOT 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:
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.
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.