3.Install Arduino IDE

This section will guide you through the installation of the Arduino IDE development environment.

Step 1: Download Arduino IDE 2.x.x

  1. Visit the Download Arduino IDE page.

  2. Download the IDE version compatible with your operating system.

    ../_images/Install_Arduino_IDE_1.png

Step 2: Install Arduino IDE

Windows

  1. Double-click the arduino-ide_xxxx.exe file to start the installation.

  2. Read and accept the License Agreement.

    ../_images/Install_Arduino_IDE_2.png
  3. Select your installation options.

    ../_images/Install_Arduino_IDE_3.png
  4. Choose the installation location. We recommend installing the software on a drive other than the system drive.

    ../_images/Install_Arduino_IDE_4.png
  5. Complete the installation.

    ../_images/Install_Arduino_IDE_5.png

MacOS

Double-click the downloaded arduino_ide_xxxx.dmg file and follow the instructions to copy Arduino IDE.app to the Applications folder. The Arduino IDE will be successfully installed after a few seconds.

../_images/Install_Arduino_IDE_6.png

Linux

For instructions on installing Arduino IDE 2.0 on Linux, please refer to the official Linux Installation Guide.

Step 3: Configure Arduino IDE

  1. When you first launch Arduino IDE 2.0, it will automatically install Arduino AVR Boards, built-in libraries, and other required files.

    ../_images/Install_Arduino_IDE_7.png
  2. Your firewall or security center may display several prompts asking for permission to install device drivers. Please allow all these installations.

    ../_images/Install_Arduino_IDE_8.png
  3. Your Arduino IDE is now ready to use!

Note

If some installations fail due to network issues or other reasons, you can restart the Arduino IDE to complete the remaining installations. The Output window will only appear when you click Verify or Upload, not automatically after installation.