Tech이야기~!
welcom 자세히보기

Computer/Linux

[Ubuntu] Arduino IDE 설치

Enhold 2020. 3. 29. 03:08

Ubuntu 18.04에 Arduino IDE 설치

아두이노 하드웨어와 통신을 하기위한 IDE / 아두이노 소프트웨어 입니다.

크로스 플랫폼IDE이며, Windows, macOS and Linux에 사용이 가능힙니다.

Prerequisites

되도록이면 Root계정으로 설치하지 말아 주십시오. 사용자계정이 등급 설정하였다면 상관없지만, root계정으로 설치하시면 다른계정에서 사용시 사용에 문제가 발생할 가능성이 생깁니다.(환경 및 추후 업데이트). 귀찬더라라도 sudo로 권한을 빌려 비밀번호를 사용하여 설치 바랍니다.

Install Latest Arduino IDE

Now download the 1.8.10 version of Arduino IDE by using the following wget command:

 

sudo wget https://downloads.arduino.cc/arduino-1.8.10-linux64.tar.xz

sudo wget https://downloads.arduino.cc/arduino-1.8.10-linux64.tar.xz

x-window 사용하시면.

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

 

Arduino - Software

By downloading the software from this page, you agree to the specified terms. THE ARDUINO SOFTWARE IS PROVIDED TO YOU "AS IS" AND WE MAKE NO EXPRESS OR IMPLIED WARRANTIES WHATSOEVER WITH RESPECT TO ITS FUNCTIONALITY, OPERABILITY, OR USE, INCLUDING, WITHOUT

www.arduino.cc

에서 다운로드 하세요.

 

기본으로하시면 다운로드 폴더로 되어있을 것입니다.

* 설치 위치

cd ~/Downloads

cd ~/Downloads

* x-window는 다운로드 에서 그냥 tar파일을 푸세요.

 

 

 

다운로드된 폴더에서 터미널로 다운로드된 폴더 이동하 하기 코드를 적으세요.

 

tar –xf arduino-1.8.10-linux64.tar.xz

tar –xf arduino-1.8.10-linux64.tar.xz

 

압축을 푼 폴더로 이동

cd arduino-1.8.10

cd arduino-1.8.10

 

터미널에서 설치를 실행하세요.

sudo ./install.sh

sudo ./install.sh

혹시모를 문제에 권한설정을 해주세요

 

sudo chown 사용자 ~/Desktop/arduino-arduinoide.desktop

sudo chown 사용자 ~/Desktop/arduino-arduinoide.desktop

우분투에서 설치하셧으면 앱에서 아이콘을 찾으시면 실행하시면 됩니다.

 

'Computer > Linux' 카테고리의 다른 글

[우분투] nvm 이용, node js + npm 설치  (0) 2020.03.29
[Linux] nmcli d 명령어  (0) 2019.12.02
리눅스에서 모델 확인하기  (0) 2019.11.30
How to compress images using linux commandline  (0) 2018.07.13
linux cheatsheet  (0) 2017.11.25