Quantcast
Channel: Tutorial
Viewing all articles
Browse latest Browse all 45

SETTING UP ARDUINO SOFTWARE ON YOUR COMPUTER

$
0
0

In this tutorial, you will learn how to set up the Arduino IDE to work with your Arduino board (works will most Arduino boards)

Step 1:

Install the Arduino IDE software (http://arduino.cc/en/Main/Software).

Step 2:

Take your Arduino out of the box.

Step 3:

Plug the usb cable into your computer. 
Locate the com port by going to computer> device manager.

Choose Ports (COM & LPT).

Right click on the com port> Update Driver software > then "Browse my computer for driver software".

At this point, you need to find the file location for the Arduino IDE software, then select the driver folder and click OK, then Next. You computer should locate the file, then click Close. The Com port should then identify itself as Arduino.

Step 4:

Open the Arduino IDE software.

Step 5:

Configure the Arduino IDE software. We are going to configure the software to work with our selected development board. For this tutorial, we are using the Arduino Uno R3.

Step 6:

Click Tools> Board > Arduino Uno.

Step 7:

Configure the software to work with the specific com port. Click Tools> Serial Port>

Note: You will use the com number you found in step 3.

Step 8:

...Now you are ready to upload a sketch. Here is a tutorial to upload a sketch


Viewing all articles
Browse latest Browse all 45

Trending Articles