Friday, March 20, 2015

GETTING STARTED (ARDUINO UNO)

REQUIREMENTS:

  1. Arduino UNO
  2. USB cable 
  3. Download the compiler (environment) from Arduino environment and install it
STEPS TO INSTALL UNO:

  1. Connect the board to the computer using the cable. 
  2. The green power (labeled PWR) should go on.this is a indication that the board is working
  3. Next you need to install drivers.
  4. Open "DEVICE MANAGER" of your computer.
  5. Look under "OTHER DEVICES" for "UNKNOWN DEVICES".
  6. Click on "UNKNOWN DEVICES" and click update driver software.
  7. Next choose "BROWSE MY COMPUTER FOR DRIVER SOFTWARE" option.
  8. Finally navigate to and select the driver file named "arduino.inf",located in the "Drivers" folder of the Arduino Software download. If you cant find the file simple choose the "driver folder" and press OK.
  9. Now your computer will update itself.
STEPS TO SET COMPILER AND RUNNING FIRST TIME CODES:
  1. Open compiler (arduino.exe) while the board is connected 
  2. At the top you will find a option called tools.
  3. Open tools> board > UNO (your model if its mega select mega and so on).
  4. Again open tools> serial Port > select com(for me its com6) check yours from (device manager> PORTS(COM & LTP) >ARDUINO UNO.

  • NOW OPEN file>examples>1.basics>blink from the compiler (environment)
  • NOW PRESS upload option from the environment in few seconds u will find a orange light (blinking) at the pin 13.
NOW YOUR SYSTEM (BOARD AND COMPUTER) IS READY TO RUN THE ARDUINO.

reference: arduino.cc

No comments:

Post a Comment