Practical Development of IoT with ESP32 – Arduino Download and ESP32 Library Installation

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation Technical Consultation| Collaboration| Course Booking| Online Guidance 186 3636 9649

ESP32 Development Based on Arduino

This development is based on the Arduino framework, but we are not simply using Arduino boards; instead, we leverage the friendliness and maturity of the Arduino ecosystem to fully utilize the hardware potential of the ESP32, a high-performance Wi-Fi/Bluetooth dual-core chip.

1Log in to the Arduino official website to download. As of 2025.08.31, the latest version is Arduino IDE 2.3.6

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

2、Installation steps are ignored

3 Arduino-IDE is just a development environment, and it defaults to supporting the AVR-Arduino hardware platform. If you want to use Arduino on the ESP32, you need to install the ESP32 library in the Arduino-IDE.

Method1:(Due to network conditions, relevant information may not be accessible)

Open Arduino IDE, click on “File” in the menu bar“Preferences”;

In theAdditional Board Manager URLs field, enter the following URL:

https://github.com/espressif/arduino-esp32/releases/download/2.0.4/package_esp32_index.json

Method2Install the ESP32 offline installation package

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

Double-click the offline package to install automatically. The installation path will be in Arduino15.

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

The development board will have the information of the ESP32 mainboard.

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

4、Install the DHT11 and WS2812 library files

Follow the steps below to install

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

You can also copy the various library files that the teacher has already packaged and downloaded to the following path.

c:\Users\LENOVO\Documents\Arduino

Practical Development of IoT with ESP32 - Arduino Download and ESP32 Library InstallationPractical Development of IoT with ESP32 - Arduino Download and ESP32 Library InstallationPractical Development of IoT with ESP32 - Arduino Download and ESP32 Library Installation

Leave a Comment