Arduino IDE


The purpose of this tutorial is for beginners to quickly use the Arduino IDE, so many of the more tedious details are not shown, but links to tutorials are provided.

Installation steps


Windows - Win 10 and newer, 64 bits
The following steps are performed on a windows PC. It is recommended that beginners use the same device.

Download the installation file

Download link:https://www.arduino.cc/en/software
Img
Note: Please select the appropriate software version according to your computer model.

Installation

To install the Arduino IDE 2.x.x on a Windows computer, simply run the file downloaded from the software page.
Img

Follow the instructions in the installation guide. The installation may take several minutes.
Img

Run it. The interface of the software is as follows:
Startup icon
Img
1.x.x IDE
Img
2.x.x IDE
Img
Commonly used menus
Img

Simple Usage Example


Build a new project

Run the IDE and click on the menu bar “File” –> “New Sketch”.
Img
Click “File”-“save” on the menu bar to save the project.

Open an existing project

Click on the menu bar “File” –> “New Sketch”.
Img
Then select the “xxx.ino” file in the project folder.
Note: “xxx” is the name of the project.

Other ( In-depth study,option )


  1. The Arduino IDE is also supported on MAC and Linux systems.
    Img

  2. The official website download links have a variety of old IDEs and downloads, just scroll down to find them.
    Download link:https://www.arduino.cc/en/software

  3. In the official website, the IDE installation method in Windows, Mac, Linux system.
    IDE-2.X.X: Click here
    IDE-1.8.X: https://www.arduino.cc/en/Guide

  4. Official website IDE detailed use of the tutorial.
    IDE-2.X.X: Click here
    IDE-1.8.X: https://www.arduino.cc/en/Guide

  5. Learning arduino programming language.
    Link:https://www.arduino.cc/reference/en/


End!