Open the following link http://arduino.cc/en/Main/Software
Download Windows Zip file.
Connect your Arduino board to your PC via USB.Windows will install drivers.
If it fail to update,then click on device manager from the start menu.
Select Other Devices tab where you can find Arduino UNO name,Right click on it and then choose the option Update Driver Software.
Website Page |
Download Windows Zip file.
Connect your Arduino board to your PC via USB.Windows will install drivers.
If it fail to update,then click on device manager from the start menu.
Select Other Devices tab where you can find Arduino UNO name,Right click on it and then choose the option Update Driver Software.
Install driver software manually.
Browse for the driver folder which can be available in the downloaded Arduino software folder.
Once installation is done.open device manager and check for COM port number.
COM20 is used to set in the software in the latter stage.
Now open Arduino IDE software by double clicking .exe application.
start page will display as follows
Click on the tools in order to set the name of the board(Arduino UNO) which we are using.
Include COM20 port as well.
As the whole process is completed,it is the time to load a program to upload into the arduino board.
Now lets check whether the software is installed correctly or not with a simple LED blink program(ON/OFF LED for every 1sec).
Open file->Examples->01.Basics->Blink
Then program will be loaded.
click on verify and upload options as shown below
Check out these videos for better understanding.