WEBVTT

00:00.270 --> 00:00.660
Right.

00:00.660 --> 00:05.660
You now have the original ID installed and set up on your computer.

00:05.670 --> 00:10.340
Now take your Arduino board and the USB cable, which goes with it.

00:10.350 --> 00:15.150
Simply plug your Arduino to your computer using the cable.

00:21.200 --> 00:23.060
And now how to make your Arduino.

00:23.060 --> 00:27.430
ID know that your Arduino board is connected to your computer.

00:27.440 --> 00:33.480
Well, you can go on tools menu here and you will need to check two things first.

00:33.500 --> 00:34.760
Here board.

00:34.760 --> 00:38.750
So tools and board, you will have different kind of board.

00:38.780 --> 00:43.880
So for example, Arduino, UNO, Arduino, Nano, Mega, Leonardo, etc..

00:44.000 --> 00:51.530
So if you are using an Arduino UNO like I'm using now, make sure that Arduino UNO is checked here.

00:52.370 --> 00:54.110
This is the first step.

00:54.350 --> 00:58.780
And then you will have here to check the port.

00:58.790 --> 01:06.890
So tools, ports and make sure that the correct port for the correct board is selected.

01:06.920 --> 01:13.740
You may have multiple ports here and you maybe don't know which one corresponds to your Arduino.

01:13.760 --> 01:16.910
So for me, it's already detected as an Arduino.

01:18.200 --> 01:23.210
But if you don't know which port is which, well, there is a simple way to know.

01:23.210 --> 01:25.070
You can so click here.

01:25.370 --> 01:31.600
You can n plug your Arduino board so disconnected from your computer.

01:31.610 --> 01:33.200
Then you go on tools.

01:34.040 --> 01:38.600
So you can see I don't have any port selected or maybe you will have different ones.

01:38.600 --> 01:44.420
For example, come one, come three, etc. and then you can plug your Arduino back.

01:45.430 --> 01:45.720
Okay.

01:45.730 --> 01:47.260
And go on tools again.

01:47.260 --> 01:50.260
And you should see now the pot is here.

01:50.920 --> 01:54.250
You can also click on here, get more info.

01:54.550 --> 01:57.790
This will tell you this should tell you depends on the board.

01:57.790 --> 02:00.010
But what kind of board do you have?

02:00.010 --> 02:02.800
So you are sure you don't make any mistake?

02:03.280 --> 02:05.350
And this is a basic program.

02:05.350 --> 02:08.080
So this is the minimum code for original program.

02:08.080 --> 02:10.300
This code does actually nothing.

02:10.300 --> 02:13.540
I'm going to explain all that later in the course.

02:13.870 --> 02:20.140
But for out what you can do once you are sure that wall and ports are correct here, you can click on

02:20.140 --> 02:20.860
verify.

02:20.860 --> 02:30.130
So this button, this will compile the code and you can see here the green bar down compiling and then

02:30.130 --> 02:38.110
you can click on the upload button here and this will compile and upload the code to your Arduino.

02:38.110 --> 02:45.220
And once you see done uploading, it means that this program is actually uploaded correctly to your

02:45.220 --> 02:46.810
physical Arduino board.
