0% found this document useful (0 votes)
64 views8 pages

01 For Mac and Ubuntu Building A Developed Environment

The document provides instructions for downloading and installing the Arduino IDE on MacOS and Ubuntu systems. It explains that the Arduino IDE is an open-source integrated development environment for writing and uploading code to Arduino boards. Users can download the latest version of the IDE from the Arduino website, then follow steps to open and run the installation package on their system. This allows them to write programs in the IDE and upload them to an Arduino board to control its functions.

Uploaded by

Iker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
64 views8 pages

01 For Mac and Ubuntu Building A Developed Environment

The document provides instructions for downloading and installing the Arduino IDE on MacOS and Ubuntu systems. It explains that the Arduino IDE is an open-source integrated development environment for writing and uploading code to Arduino boards. Users can download the latest version of the IDE from the Arduino website, then follow steps to open and run the installation package on their system. This allows them to write programs in the IDE and upload them to an Arduino board to control its functions.

Uploaded by

Iker
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 8

1

Arduino IDE

As an open source software, Arduino IDE, based on going Processing IDE


development is an integrated development environment officially launched
by Arduino.

By using arduino IDE, you just write the program code in the IDE and upload
it to the Arduino circuit board. The program will tell the Arduino circuit board
what to do.

So, Where can we download Arduino IDE?

Uplaod program for MacOS

STEP 1:
Download the Arduino Software (IDE) Open the
URL:https://www.arduino.cc/en/Main/Software with browser.
Click“Mac OSX 10.8 Lion or newer”.
The version available at this website is usually the latest version, and the
actual version may be newer than the version in the picture.

STEP 2: STEP 3:
Click“JUST DOWNLOAD”. Open Finder.
STEP 4:
After the download is complete, an installation package will appear in the
download directory.

At this time, the Arduino development environment has been successfully


built!

Uplaod program for Ubuntu

STEP 1:
Go to https://www.arduino.cc/en/Main/Software and you will see the
below page.

The version available at this website is usually the latest version, and the
actual version maybe newer than the version in the picture.
STEP 2:
Click“JUST DOWNLOAD”.

STEP 3:
Check that the download was successful.

STEP 4:
Press“CTRL + ALT + T”at the same time to open the command.
STEP 5:
Enter“cd Downloads/”.

STEP 6:
Enter“tar xvjf arduino-1.8.12-linux64.tar.xz”to unzip the files.

STEP 7:
Enter“sudo mv arduini-1.8.12 /opt”to move the unzipped files to the
“opt”folder.
STEP 8:
Enter“cd /opt/arduino-1.8.12/”to go to the arduino folder.

STEP 9:
Enter“sudo chmod +x install.sh”and“sudo chmod +x install.sh”to complete
the installation.
STEP 10:
In this step, I will show you how to upload program to the UNO controller
board.

Open the code file in the directory "\02 Manual & Main Code & APP\
SmartRobotCarV4.0\SmartRobotCarV4.0.ino" and click“upload”button to
upload the code to the UNO controller board.

Tips: Please toggle the button on the robot car to“Upload”when uploading
the program and toggle to“Cam”when using the app.
The picture below shows that the program is uploaded successfully.

At this time, the Arduino development environment has been successfully


built.

http://www.elegoo.com

You might also like