Arduino
Introduction:
Arduino is an open source development board created for the developers and electronic enthusiast. It is widely used in many electronics projects and also in Internet of Things and also used in automation widely. It has several digital input and output pins and also several analog input and output pins. These pins are used to take the input from various sensors and serves as a purpose for giving signal to motor drivers as in the output pins.So in this article we are going to see the simple program for turning the LED connected to the digital pin 13 of the Arduino Uno development board.
Buy here arduino development board : https://amzn.to/3iFjgzM
Software:
Arduino comes under the programming language C. Yes, those who want to create awesome project with arduino then he/she should know the basics of C programming. OK I am familiar with C programming From Where I should write the programs Is there any notepad available?? These questions rises in all of our minds. The answer is For writing, compiling and uploading the program into the arduino board we need an IDE which is called arduino. You can download this Arduino IDE form their offcial website www.arduino.cc or you can link the link given below to download this Arduino IDE
Choose yours operating version:
Click just download:
Our first program:
Now we are going to upload our first program into the arduino board. After installing the Arduino IDE, Follow my steps :
Click on the file/Examples/Basics/blink - open the blink program
After that connect an LED in the digital pin no 13 on the Arduino Uno Board by connecting the LED's long leg in the pin 13 and the short leg in the GND pin which literally means ground or negative.
After that plug your arduino development board with USB Cable provided with the Arduino Board
After connecting the board Click on Tools/Board
Select your board that is in my case Arduino Uno
Then Click on Tools/Port
Select your COM Port Number
Port is important. A proper communication port only links your computer and your Arduino Uno development board
After successfully doing all these steps then click on the upload button and wait for seconds
Walla you just made an LED blinking using the Arduino development board.
Hope you guys enjoyed this tutorial. If any feeback or suggestions please leave a comment.
0 Comments