How to install arduino driver Software (IDE) on ubuntu 16.04

My son wants to learn Arduino microcontroller for making the robot. Now, he likes Ubuntu OS. Because it is very fast and good no ads and no virus. He likes to play Minecraft game on this OS. It very fast and smooth.

How to install Arduino driver Software (IDE) on ubuntu 16.04

Its installation difficult than others OS. But for us it’s fun to learn it, challenging, customized by ourselves.

First, go to https://www.arduino.cc . Then, click on Download

Download Arduino driver Software for ubuntu

To download the “Download the Arduino Software (IDE)”, there are all OS very good!

You can read more detail on this site.

Second, his Ubuntu is Linux 64 bits. So Click here.
Then, wait for downing file: Arduino-1.6.9-linux64.tar.xz and about 93M size.

Download arduino Software linux 64 bit

Third,  click to read at link Learning > Getting started.

Getting started to learn Install Arduino Software on linux

Look at: Install the Arduino Software
and Linux or Click a link: https://www.arduino.cc/en/Guide/Linux
Please Read that for full detail!

Fourth, extract the package to the Desktop folder. As Arduino-1.6.9 folder.

Then, Open the terminal by alt + Crl + T on keyboard
Then type:
ls
cd Desktop
cd arduino*
sudo ./installl.sh

Wait…

Use terminal to install arduino software

More detail:
ls //for list file and folder
cd Desktop //Go to Desktop folder
cd arduino* //Go to arduino-1.6.9 folder
./installl.sh // install program

Fifth, apply USB cable to the computer and Launch the Arduino Software (IDE)
Next, test it by open the blink example:
Go to File > Examples > 01.Basics > Blink.
After that, select your board is Arduino/Genuine Uno

Sixth, select the serial device of the Arduino / Genuine board from the Tools > Serial Port menu. This should be something with /dev/ttyACM0.

Now, simply click the “Upload” button in the environment. Wait a few seconds – you should see the RX and TX LEDs on the board flashing. If the upload is successful, the message “Done uploading.” will appear in the status bar.

How to fixed error after install Arduino on Ubuntu

How to fixed error while installing Arduino driver on Ubuntu

But now it error!!!
If you get an error Error opening serial port … you need to set serial port permission.

We fixed it that way, Open Terminal and type:

$ sudo usermod -a -G dialout
$ sudo chmod a+rw /dev/ttyACM0

Where is your username in Ubuntu. You will need to log out and log in again for this change to take effect.

How to install arduino driver Software (IDE) on ubuntu

Now my son can play Arduino on Ubuntu, then he was so happy.

You may like these, too.

1 thought on “How to install arduino driver Software (IDE) on ubuntu 16.04”

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.