Menu Close

Arduino a general Introduction – (Getting started)

This is a very basic tutorial of Arduino. It is a general introduction of Arduino. How should one can get started with Arduino this tutorial of Robo India is explaining.

Introduction:

Arduino is an Integrated Development Environment based upon Processing. It has made very easy several things namely these are embedded system, physical computing, robotics, automation and other electronics based things.

Software Required:

The Arduino comes for the following operating systems. You may go for any of these.

  1. Windows
  2. Linux
  3. Mac OS

You may download the software from here.

Arduino Software Introduction:

Some general Understanding:

  1. Code we write in Arduino is known as SKETCH.
  2. Compilation of the code is known as VERIFY.
  3. Transfer of the code from computer to Arduino board is known as UPLOAD.
  4. If you directly hit UPLOAD button of Arduino software, the software will first VERIFY the code and then will transfer that code to Arduino Board.

Buttons of Arduino software:

4.3 Untill you save your project, it displays its name as sketch_dateDefault folder to save Arduino code(sketch) is My Documents/Arduino or similar location for Mac OS and Linux. Arduino saves each code in a folder extension of code is .ino. By default it creates a folder and in that folder create a file with the extension we have seen. It is to be noted that name of the folder and containing file should be same ( If you want to rename the sketch then change name of both).

Selection of Board: Select the Arduino Board you are having from the available list.
For Arduino UNO – Arduino/Genuino UNO

Connecting Arduino

Connect the Arduino Board to your computer using USB Cable once connected you will see a COM Port in your Arduino IDE as shown below.

4.6 General understandings for programming:

Now you are ready to write you code. Once you have written your code save it and press UPLOAD button.

Upload your first Arduino Code using our tutorial: Arduino Digital Output – LED Blinking

if you have any query please write us at: info@roboindia.com

Thanks and Regards
Content Development Team
Robo India
http://roboindia.com