Install ESP32 Board in Arduino IDE - Windows

In this tutorial I will show you how to install ESP2 board in Arduino IDE on Windows. Arduino IDE can be used to program Arduino, ESP32 and many other boards.


Arduino IDE

Arduino IDE is open-source programming tool from Arduino, Which lets users write, compile and upload code. It is easy to use coding software, which makes it simpler for beginners and comes with multiple templates.

Features,

  • Cross-Platform
    Works on Windows, macOS and Linux.
  • Library Management
    Easily include pre-written libraries.
  • Serial Monitor
    A serial port monitoring tool for debugging code.
  • C/C++ Based
    Code can be done on C as well as C++ language.
  • Extensible
    Supports custom libraries, frameworks, and boards.
  • Auto-completion
    Has auto completion feature.
  • Debugger
    Advanced debugging capabilities.
  • Code Formatting
    Automatically formats code for better readability.
  • Serial Plotter
    Visualizes data from your code using a graph.
  • Code Editor
    Lets you write and edit sketches with basic functions for search, replace, commenting and indentation.


Steps,

Now, I will explain how to add ESP32 Boards on Arduino IDE 2.0 in step by step manner.

  1. First, Lets Open Arduino IDE 2.0.

    Arduino IDE 2.0 Software.

  2. Now, From left hand side menu click on boards manager and search "ESP32", It will show esp32 boards by Arduino and Espressif Systems.

    Arduino IDE 2.0 Boards Manager ESP32.

    Click on Install under "esp32 by Espressif Systems", It will start installation process.

  3. After Installation completion, Lets verify ESP32 Boards on Arduino IDE 2.0.

    Click on "File -> Examples -> ESP32", If you can see this examples, Installation is completed properly.


    Arduino IDE 2.0 ESP32 Examples. 


Wrapping Up

In todays tutorial, You have learned how to install ESP32 board in Arduino IDE on Windows.

Please leave a comment if you have a question or you found this tutorial helpful.


Tags

install esp32 board in arduino ide,
ESP32 board Manager URL for Arduino IDE,
Arduino IDE ESP32 board Manager,
Install esp32 board in arduino ide using arduino,
ESP32 Arduino IDE,
ESP32 board Manager GitHub,

Post a Comment

0 Comments