How to Install Arduino IDE 2.0 Windows

In this tutorial I will explain you, How to install Arduino IDE 2.0 on Windows. 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.


Installation Steps

Now I will explain Installation steps required for Arduino IDE in step by step manner,

  1. First, We will download Arduino IDE executable from Arduino Official Website. Use below link to download,

    Arduino IDE Download Link

  2. After completion of download, You can see file "arduino-ide_2.3.7_Windows_64bit.exe". You may have different file name based on latest version of Arduino ide.

  3. From Downloads, Open Arduino IDE executable file.

  4. First screen will be for License Agreement,

    Arduino IDE 2.0 License Agreement Screen.

    To agree, Click on "I Agree" button as shown in above image.

  5. Next screen is for Selecting Installation Options,

    Arduino IDE 2.0 Installation Option Selection


    You can select to install for,
    • "Only for me"
      If wants to install only for current user,
    • "Anyone who uses this computer - All Users"
      Select this if wants to install for All users who use this computer.

  6. Now, You have to select location for Installing Arduino IDE.

    Arduino IDE 2.0 Installation Destination Folder Location.

    Select location for Arduino IDE installation destination and Click on "Install" button.

  7. Installation will start now,


    Arduino IDE Installation Progress


  8. After Installation completes, You will see installation complete screen.


    Arduino IDE Installation Complete Screen

  9. Installation for Arduino IDE 2.0 is completed and You can open it now.

    Arduino IDE 2.0 Window



Video

Watch video on Youtube for all steps,



Wrapping Up

In todays tutorial, You have learned how to use Install Arduino IDE on Windows.

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

Post a Comment

0 Comments