Guys how you doing, I just want to start learning about how I can work with Arduino , where I can find a basic program to get started ?
Guys how you doing, I just want to start learning about how I can work with Arduino , where I can find a basic program to get started ?
In general, Arduino is not too complicated and there are lots of resources online and in print form as books. As a start, you can try the Arduino official tutorials page: https://www.arduino.cc/en/Tutorial/HomePage. This links a number of projects which are contributed which you can follow along. Of course, the official site also contains instructions and reference information.
If you already have an Arduino and a few components, you could also try example files in the libraries. Without components, you can still run the blink sketch.
Otherwise, some third-party sites which sell sensors, shields etc sometimes have a good amount of tutorials as well - Adafruit's site comes to mind: https://learn.adafruit.com/
- Gough
I’m going to emphasize what Gough said: One of the many great things about Arduino is the examples built into the Arduino IDE. When you download it from ariduino.cc
https://www.arduino.cc/en/Main/Software
It comes with arduino programs, that you can read and learn and load into your arduino to play, and learn. It’s easiest if you have genuine arduino hardware to load the programs into (“genuino”).
Forgot to say that element14 has an Arduino group section too, if you'd like to peruse a few blog postings for ideas:
- Gough