9 September 2013

Arduino Tutorials

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:
  • 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.
You can do many other tutorial as given in the below pdf file. For more tutorias go to www.arduino.cc

No comments:

Post a Comment

Factory Method Design Pattern in Java

The Factory Design Pattern is probably the most used design pattern in modern programming languages like Java.  Here we discuss about it an...