Hello Friends, As we all know that Arduino is the open source electronics prototyping platform. Here are some of the tutorial for Arduino.
1. Blinking LED
Steps:
1. Blinking LED
Steps:
- Double click on Arduino icon. ( You can download Arduino From www.arduino.cc)
- Select File> New
- Give the folder name Blink_LED and click OK.
- Type the code as given in pdf at end of this post in main window of Arduino IDE.
- Now you have to verify this code(ctrl+R).
- If your code is correct then press upload to I/O board button.( as shown in fig)
- When you see done uploading at the bottom then you have completed correctly.
- your LED will be blinking.





