2018-09-11 Install arduino under Ubuntu

method one:

1、 Open terminal to download wget https://downloads.arduino.cc/arduino-1.8.6-linux64.tar.xz

Or go directly to https://www.arduino.cc/en/Main/Software to download

2、 Unzip the file

3、 Go to the directory where the arduino folder is located under terminal

cd Downloads

cd ardunio*

4、 Installation support

sudo apt-get install default-jre

5、 Open arduino

. /arduino

6、 Link to arduino board MEGA2560

Choose the board Arduino/Genuino Mega or Mega 2560

Select port /dev/ttyUSB0

Reference Ubuntu 16.04 install Arduino Software (IDE)

Method Two:

1、 Open terminal

sudo apt-get install arduino

2、 vim ~/.arduino/preferences.txt

Press i to modify, modify Serial.port=com1 in the file to Serial.port=/dev/ttyACM0

After the modification is completed, click the Esc key to enter the command prompt line and start the save operation. After the bottom INSERT disappears, you can enter: wq to save the operation.

3、 Enter sudo arduino in the terminal to run arduino

Reference Ubuntu15.10 installation Arduino IDE record

4、 Under ubuntu, a pre-installed program called brltty conflicts with Arduino, just uninstall it. This thing is designed for blind people, so you can uninstall it without any problems. After uninstalling, restart the computer.

sudo  apt-get remove brltty

Recommended Posts

2018-09-11 Install arduino under Ubuntu
Install apache+PHP under Ubuntu
Install node.js under Ubuntu
Install python3.6 under Ubuntu 16.04
Install mysql under Ubuntu 16.04
Install Thrift under ubuntu 14.10
Install OpenJDK10 under Ubuntu
Install Caffe under Ubuntu 14.04
Install ROS under ROS Ubuntu 18.04[2]
Install MySQL under Ubuntu
Install Yarm-PM2 under Ubuntu
Install server-side Shadowsocks under Ubuntu 16.04
Install rgl package under Ubuntu
Install 3 single-cell R packages under Ubuntu
Install and deploy Gerrit under Ubuntu
Install MySQL under Ubuntu 18.04 (graphic tutorial)
Install JDK1.8 original under Ubuntu Kylin
Small tool: install screenshot tool under ubuntu
Install nodejs and npm under Ubuntu 16.04
How to install Audacious under Ubuntu
How to install Tensorflow under ubuntu 16.04
Compile and install QEMU under Ubuntu
ubuntu18.04 install docker
ubuntu12.04 install python3
Ubuntu install guide
ubuntu install nodejs
ubuntu 16 install asp.net
ubuntu install leanote
ubuntu install Jenkins
docker install ubuntu
ubuntu install elasticsearch
ubuntu16.0.1 install pagoda
ubuntu18.04 install python
ubuntu 18.04 install teamviewer
ubuntu install sendmail
Install linux (ubuntu) dual system under windows system
Install YouCompleteMe plugin for vim under Ubuntu
Install PyTesser under ubuntu 14.04 for OCR recognition
Install Ubuntu with Parallels Desktop under Mac
Three ways to install software under Ubuntu
Install utility software collection under Ubuntu system
install vscode on ubuntu18
How to install vim editor under Linux (Ubuntu 18.04)
ubuntu install zsh terminal
Install nvtop on Ubuntu 18.04
Install postgresql-10 on Ubuntu 18.04
Install docker on Ubuntu
Install mysql5.7 under CentOS7
Install ActiveMQ under Centos7
Python MySQLd under Ubuntu
Start working under ubuntu
Install nodejs10 on Ubuntu16
Install PostgreSQL12 under CentOS7
Install the old version of seurat under Ubuntu
Install CentOS under VMware
ubuntu install harbor warehouse
The solution to the failure to install .deb under Ubuntu 16.04
[python] python2 and python3 under ubuntu
Install mysql on Ubuntu 14.04
Use iptables under ubuntu
Install Pytorch+CUDA on Ubuntu 16.04