[Arduino] 아두이노 시작하기 Getting started with Arduino

1. 아래 사이트에서 아두이노 IDE를 다운받는다.

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



- 왼쪽편에 OS 종류가 나와있다. 자신에게 필요한 OS에 맞춰 다운로드 한다.


2. 아두이노 드라이버를 설치한다.

[첫 번째 방법]

컴퓨터에서 자동적으로 아두이노 드라이버를 설치하지 못하는경우.

1. 장치관리자의 포트를 본다.

2. '알 수 없는 장치' 오른쪽 클릭 후 '드라이버 소프트웨어 업데이트'를 클릭한다.

3. '컴퓨터에서 소프트웨어 찾아보기' 클릭한다.

4. 아두이노 IDE가 설치되어 있는 경로로 가서  'driver'경로를 클릭한다.
5. 드라이버를 설치한다.


[두 번째 방법]

아래 사이트에서 CH340이나 CH341 드라이버를 다운로드 받을 수 있다.

다운로드 후 'setup' 에 들어가 'install'하면 된다. 






1. Download the Arduino IDE from the following site.




- On the left side is the OS type. Download it according to the OS that you need.





2. Install the Arduino driver.



[First method]



The computer does not automatically install the Arduino driver.



1. View the Ports in Device Manager.



2. Right-click Unknown Device and click Update Driver Software.



3. Click 'Browse Software on Your Computer'.



4. Go to the path where the Arduino IDE is installed and click on the 'driver' path.



5. Install the driver.





[Second method]



You can download the CH340 or CH341 driver from the following site.


After downloading, enter 'setup' and 'install'.



Comments