ARDUINO SOFTWARE(HOW TO PROGRAM IN ARDUINO ?)

HOW TO PROGRAM IN ARDUINO ?

Hey guys we show ARDUINO UNO board details of the first post so now we see how we can coding with a ARDUINO UNO board by your self.

USB jack: you need a  male USB A to male USB B cable (shown in figure below) to upload programs from your computer to your Arduino board. This cable also powers your Arduino.



Downloading the Arduino IDE


The Arduino IDE (Integrated Development Environment) is where you develop your programs that will tell the Arduino what to do. To download the Arduino IDE, please click on the following link: https://www.arduino.cc/en/Main/Software

Select which Operating System you’re using and download it. Then, simply follow the installation wizard to install the Arduino IDE. how to install ARDUINO IDE
Connect your Arduino UNO to your computer via USB

ARDUINO UNO board selection:-

After connecting your Arduino with a USB cable, you need to make sure that the Arduino IDE has selected the right board. In our case, we’re using Arduino Uno, so we should go to Tools /Board:  Arduino/Genuino Uno.



port selection:-

Then, you should select the serial port where your Arduino is connected to. Go to Tools / Port and select the right port 


Uploading an Arduino Sketch :-

To show you how to upload code to your Arduino board, we’ll show you a simple example. This is one of the most basic examples – it consists in blinking the on-board LED or digital pin 13 every second.

 1. Open your Arduino IDE. 2. Go to File /Examples / 01.Basics / Blink




Now, As we see below picture at the left corner have two signs, first sign given to verify all our code line by line. and second sign given to uploading a program to ARDUINO.



for more details we can see here led blink project.
Here i attached  to understand how upload my data to Arduino board.




                                       for any query Email to Innovativethnings@gmail.com

Comments

Popular posts from this blog

Arduino

Soil moisture sensor with Arduino ( Automatic watering plant)