ARDUINO IDE INSTALLATION

WHAT IS ARDUINO IDE?
Arduino IDE is an open-source software which makes it easy to write and upload the code to Dasduino or some other Arduino board. It is written in Java and it’s based on Processing. It is supported on Windows, Mac and Linux operating systems and the current version, while I’m writing this, is 1.6.0, so the tutorial will be based on it. Below is an installation tutorial, if you want more basic options and functions of Arduino IDE, you can check out this link.
HOW TO INSTALL IT?
All you need is to download installation from the official Arduino website and follow the installation steps. It is possible to encounter some issues regarding some operating systems, that’s why we separated them(regarding OS) in the next sections. To complete the installation, click on the OS which you are using and double click on a downloaded application after.
WINDOWS
There won’t be any problems during the installation with Windows XP and Windows 7. A possible problem can occur when using the Windows 8 operating system and it’s about “driver signature”. If that happens, follow this tutorial.
MAC OSX
What is Win8’s “driver signature” problem, it’s called “Unidentified Development Error” on OS X. Follow this tutorial, step 6.
LINUX
1. Choose Linux 32 bits or Linux 64 bits, depending on the system you are using. If you know that information, skip the step 2.
2. To find out which operating system you are using, open Terminal and execute the next command:
This will show us is our operating system 32-bits (“i686” or “i386”) or 64-bits (“x86_64”). The picture below shows that we are working with the 32-bit operating system.
3. Choose “Save file”, then “OK” which will save installation to the Download folder.
4. Once again, run Terminal and execute next commands:
You can start Arduino IDE even from Terminal. In that case, do not close the Terminal.
WHAT NEXT?
Now, it would be a great idea to install FTDI drivers. Use direct links, depending on which OS you are using:
WinXP
Win7
Win8
Linux
Mac OSX
Once you installed Arduino IDE and FTDI drivers it is time to check out basic parts and functions of Arduino IDE or you need to install the matching library for your project.
Products used in this tutorial
No products found