Comprehensive Arduino Installation Guide: Master It All in One Article!

Comprehensive Arduino Installation Guide: Master It All in One Article!

1. Download Arduino IDE

Open the official Arduino website:

https://www.arduino.cc/en/software

Click on “products”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Click on “Arduino IDE”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Select “Windows Win 10 or newer (64-bit)” and click “DOWNLOAD” to download it. (The “Windows ZIP file” is a compressed file that can be run directly after extraction, but requires manual configuration of some environments, which is not suitable for beginners, so it will not be covered here.)

Comprehensive Arduino Installation Guide: Master It All in One Article!

After the download is complete, click “Open File”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

2. Install Arduino IDE

Select “I agree (I)”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Select “Install for all users” and click next.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Continue clicking “I agree (I)”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Click “Browse (B)” to place the installation files in your specified folder, then click “Install”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Wait for the installation to complete, then click “Finish”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Open Arduino IDE and click “File”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Click “Preferences…”.

Comprehensive Arduino Installation Guide: Master It All in One Article!

Click “language”, select “中文(简体)”, click “ok”, and wait for the software to restart.

Comprehensive Arduino Installation Guide: Master It All in One Article!

3. Introduction to the Arduino IDE Interface

① This is the board manager, which generally recognizes the board automatically when plugged in, without the need to install additional drivers.

② This is the library manager, which allows us to easily add, update, and remove the required libraries, thereby better utilizing various functions and accelerating the project development process.

③ This is the serial plotter and serial monitor, which can display numeric data output from the serial port in real-time as waveforms, making it very suitable for observing trends in sensor data changes and debugging dynamic systems.

Comprehensive Arduino Installation Guide: Master It All in One Article!

END

With this detailed installation guide, you can successfully install Arduino IDE and start developing! Get started and embark on your Arduino creative journey! If you encounter any issues during the installation process, feel free to leave a comment for discussion.

Images and text by Xinghuo Electronics Society

First review by Zhang Hongzhen

Second review by Huang Jieyong

Third review by Gao Yong

Comprehensive Arduino Installation Guide: Master It All in One Article!

Leave a Comment