Install ESP32 Boards on Arduino IDE 2.0 Windows

In this tutorial I will explain you, How to install ESP2 boards on Windows Arduino IDE 2.0. Arduino IDE can be used to program Arduino, ESP32 and many other boards.


Arduino IDE 2.0

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 use Install ESP32 Boards on Arduino IDE 2.0 Windows.

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


Post a Comment

0 Comments