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?
Arduino 'Examples' within the Arduino IDE, is the first Step.
Working with sensors, is yet another simpler task that can be accomplished by following the connection diagrams(Fritzing) along with their codes, easily available allover the Internet and Community.
Try. https://arduino-tutorials.net/ tanvithakur any place is fine so long as you have fun
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.
Hi Tanvi,
welcome to the world of micro-controllers!
I think the following steps will help you.
The best way to learn is by doing some project. Take a real world problem and try to make an Arduino based solution for it. This may require multiple sensors and transducers. That will make you learn about different communication protocols. Then you will learn how to use them with the Arduino.
Happy learning!
Regards,
Aswin
Very nice , Very specific, Thank you