Hi all, Have you ever heard about a thing that change your dreams to working stuffs? That is Arduino. Arduino is a platform that user can do a fast prototype of his electronic project or new invention and convert that basic idea to a working project. That is the wonder of Arduino.
As a beginner, you will need two things to start a project with Arduino.
- Arduino Board
Arduino Board is a circuit which include a micro controller, power regulator, serial interface and numbers of input and output pins. This is the main physical hardware board which you are going to use for your project.
The heart of this board is a micro controller. The on-board power regulator provides the proper voltage to this micro controller and your computer can communicate with Arduino board via the built-in serial interface on Arduino Board. You will receive a data cable when you buy a Arduino to communicate with your computer via this serial interface.
Now, is the most useful area of the arduino board. They are Input and Output pins that you can see on the board. our input sensors, switches, output indicators, motor drivers, LCD s can be connected with this input and output pins and able to work according to your Arduino program. There are different types of Arduino boards. The most suitable board for a beginner is Arduino UNO board. You can perches Arduino UNO board online Here
- Arduino IDE (Arduino Software)
what is Arduino Program?
Arduino Program is a piece of code which writes to operate the arduino according to our needs. That program can write using a software which called Arduino Software or Arduino IDE. That is the second main thing we need to work with Arduino. You can download the latest Arduino IDE Here
Install the .exe file which you downloaded.
Now, you are ready to start a arduino project. We hope to provide you more tutorials that shows how to deal with Arduino and how to make a project using this in our future posts. so stay tuned with Arduino Projects blog and learn step by step.
also you can join with our community to learn more about Arduino.
If you have any problem, feel free to ask it bellow comment section. Thank You.
Comments
Post a Comment