Guide to Download Arduino IDE

Jesus JJohnson
3 min readMar 19, 2018

--

Arduino open-source software is also known as the Arduino IDE and it short for Integrated Development Environment. It is written in Java and based on Processing and other open-source software. Arduino IDE makes it easy to write code and upload it to the board and that software can be used with any Arduino board. Surprisingly, Download Arduino IDE runs on Windows, Mac OS X, and Linux.

What is Download Arduino IDE?

Arduino is an open-source software electronics platform based on hardware and software. Also, Arduino IDE is a programming tool or software for Arduino based electronics development boards. It is some parts of Netbeans and it like AVR or microcontroller programming. So you can communicate with and control an Arduino from Java running on another computer. Although, it constrained to run Java directly. Especially, you can tell your board what to do by sending a set of instructions to the microcontroller on the board. Therefore, you use the Arduino programming language Wiring and the Arduino Software (IDE), based on Processing. The Arduino IDE is available for 32-bit and 64-bit versions of Windows, Mac OS X, and Linux. So that this is the opportunity to recycle an old PC running Windows XP to get you started programming the Arduino, ESP8266, ESP32, micro-controllers and much more. Arduino consists of both a physical programmable circuit board as a microcontroller. Also, it is a piece of software or IDE (Integrated Development Environment).

Otherwise, Arduino has been the brain of thousands of projects and Arduino software is easy-to-use for beginners. It means Arduino was born at “the Ivrea Interaction Design Institute” as an easy or more powerful tool for fast prototyping, aimed at students without a background in electronics and programming. Keep in mind that once you using the built-in functions on Arduino IDE, you may want to extend the ability of your Arduino with additional libraries. However, you have to understand some basic fundamental electronics beforehand. Especially, this amazing tool designed for artists, designers, hobbyists, hackers, newbies and anyone interested in creating interactive objects or environments. You can Download Arduino IDE software is free and the hardware boards are pretty cheap.

How to Download Arduino IDE for Windows?

Now you can install and test the Arduino software with a Windows operating system (Windows 8, Windows 7, Vista, and XP).

  1. First, Download the latest version of Arduino IDE software for Windows. Once it is downloaded, you’re going to have to drag and drop it into C: Program Files.
  2. you’ll have to unzip Arduino IDE zip files and open up the Arduino folder.
  3. Then power up your Arduino by connecting your Arduino board to your computer with a USB cable or FTDI connector if you’re using an Arduino Pro.
  4. Now launch the Arduino application. If you disconnected your board, plug it back in.
  5. Open the Blink example sketch by going to: File > Examples > 1.Basics > Blink
  6. Next, select the type of Arduino board you’re using: Tools > Board > your board type
  7. Then select the serial or COM port that your Arduino is attached to: Tools > Port > COMxx.
  8. Now your Arduino board connected and the Blink sketch open, press the ‘Upload’ button
  9. After that you should see some LEDs flashing on your Arduino, followed by the message ‘Done Uploading’ in the status bar of the Blink sketch.
  10. Finally, the onboard LED on your Arduino should now be blinking!
  11. Now you can start to programme your first Arduino.

--

--