Hello all electronic enthusiasts! In this article I'm going to explain how
to install Arduino IDE software on any version of windows. Today, Arduino
stands out to be the most used open source development kit across the world.
There's no doubt that any student starting to do a project for the first time
in their college obviously chooses Arduino UNO.
To beginners, who buy Arduino UNO for the first time always gets confused on where to install the software needed to program the board, which they would use in their projects. The tool needed to program any development boards are called as IDE’s (Integrated Development Environment), these IDE's are designed and developed by the creators of the microcontrollers. Arduino hardware and Software Company also has brought up such software known as "Arduino IDE" developed by Massimo Banzi designer educator and founder of Arduino.
Arduino IDE is open-source software, which can be easily understood by any one.
1. Downloading the Arduino IDE file:
s Windows win 7 and newer - This download can be installed on windows Operating System older than windows 8.1, requires admin permission. It is suggested to download this file, because it installs all the required drivers along with the installation process.
s Windows zip file - If you download the zip file then you have to manually install the drivers, but it is suitable for portable installation of the software.
s Windows app win 8.1 or 10 - This download is for windows 10 or 8.1 app which redirects to Microsoft app store.
2. Installation of the Software:
Once the software is downloaded, run the downloaded file on your pc. If it asks for the admin permission then click yes.
Agree to the License agreement page.
By default the installation options are checked in the installation window, click next.
3. Opening Arduino IDE:
4.Testing Your Installation:
Go to the "Sketch" section and find the example "blink code" in the basic section. The code to blink the built in led of the Arduino is provided with the software.
"Upload" the code to your board, once the uploading is complete, the built in led of the Arduino should start blinking at the intervals of 1 second. This shows that the IDE is installed successfully with the required drivers.
I hope you have understood the tutorial on how to download and install the
Arduino IDE on windows os. If you have any relative questions, doubts or
clarifications regarding the tutorial please feel free to comment in the
comment section so that I could clarify it immediately.
|Thank You all!|<<<<
Do follow my blog to get notified for such related tutorials
on Embedded Systems.
Comments
Post a Comment