Start your First Arduino project with following steps :
1. Install the Arduino IDE:
- Download and install the Arduino IDE from the official
[Arduino website](https://www.arduino.cc/en/software).
2. Connect the Arduino Uno:
- Use a USB cable to connect the Arduino Uno to your computer. The power LED on the board should light up.
3. Write Your First Program:
- Open the Arduino IDE and write a simple program, known as a "sketch".
- Get the code from From my Github Click here
Requirements :
1. Arduino UNO
2. Led
4. Connection:
- Connect LED +ve pin to the 13 pin and -ve pin to GND in Ardui
5. Upload the Sketch:
- Select your board (Arduino Uno) and port from the Tools menu, then click the upload button. The built-in LED on the board should start blinking on and off every second.
Conclusion :
By completing these steps you can easily compile and run the code. For further updates kindly be connected.
Comments
Post a Comment