Arduino Programming Software

In order to start writing code for your Arduino board you need to download Arduino Development Environment (IDE), this official Arduino programming software. This piece of software contains a text editor for code writing, a series of function buttons and menus. This Arduino programming software is able to communicate and upload programs to the any Arduino hardware.



Sponser Links


Sketches are the programs that written for Arduino hardware. All sketches are save in the .ino file extension (versions of the IDE prior to 1.0 saved sketches with the extension .pde). The Arduino IDE is similar to any text editor that supports text copy, cut, paste, search and replace. There is a console or message are at the button of the window, it will display error messages, sketches upload status and etc.

arduino programming software

Arduino IDE Toolbar Buttons

There are 6 buttons in the Arduino IDE. The 1st button is the verify button, it will verify and check your code for errors. The 2nd button is the upload button, it is used to compile and upload your code into the Arduino micro-contoller. The 3rd button is the new button, it will create an empty new sketch when pressed. The 4th button is to open a  previous saved sketch. The 5th button is to save the existing sketch. The last button, Serial Monitor is used to display the data that send from Arduino board back to the computer via the serial port or USB.



Sponser Links


You can download the latest version of the official Arduino programming software from the Arduino official website. There are Windows, Mac OSX and both Linux (32/64 bits) versions.

< BACK

This entry was posted in Software and tagged , . Bookmark the permalink.

One Response to Arduino Programming Software

  1. Pingback: Arduino Programming: Sketch Structure | Arduino Tutorials

Leave a Reply

Your email address will not be published. Required fields are marked *

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