I am new Arduino.. from where should I start... ???
I do have Arduino Uno..
Where can I find entire steps to perform?
I am new Arduino.. from where should I start... ???
I do have Arduino Uno..
Where can I find entire steps to perform?
Start with the Arduino Uno R3
Download the Arduino IDE.. The programs that run the Arduino are called sketches these sketches can be found in the Arduino IDE software that you downloaded.. Look for samples. You will see basic code such as "blink" blink is a code for blinking a basic LED at different speeds etc.. when you click on this sample code a window will pop up showing you the code that will be loaded to the Arduino board / module. Read the text ! there are literally dozens of videos on youtube that show you how you can edit the code to do all kinds of things like making the LED blink faster etc. Watch lots of videos based on Arduino.. you will be really surprised at the things you can accomplish.. You will hear about Processing just stick with the basics for a few months. Processing is the next step.. You should have some understanding of Circuits, if not You should learn about building circuits before getting into Arduino.
Start with the Arduino Uno R3
Download the Arduino IDE.. The programs that run the Arduino are called sketches these sketches can be found in the Arduino IDE software that you downloaded.. Look for samples. You will see basic code such as "blink" blink is a code for blinking a basic LED at different speeds etc.. when you click on this sample code a window will pop up showing you the code that will be loaded to the Arduino board / module. Read the text ! there are literally dozens of videos on youtube that show you how you can edit the code to do all kinds of things like making the LED blink faster etc. Watch lots of videos based on Arduino.. you will be really surprised at the things you can accomplish.. You will hear about Processing just stick with the basics for a few months. Processing is the next step.. You should have some understanding of Circuits, if not You should learn about building circuits before getting into Arduino.