In short (Each step is described in details afterwards) :
  1. It is good to Update your operating system and restart the laptop before proceeding further.
  2. Download and install Arduino IDE (162MB)
  3. Install CH340 Driver
  4. Physically connect Arduino Board to Laptop via USB cable
  5. Open Windows Device Manger, note the COM port
  6. Start the Arduino IDE app on your laptop
  7. Select the Board: Click on Tools -> Boards -> Arduino AVR Boards -> Arduino UNO
  8. Select the Port: Click on Tools -> Ports -> COM_n (n = The port number you noted from Device Manager)
  9. Files -> Examples -> 01 Basics -> Blink
  10. Make your own copy of the example, so that we may modify and save the changes
    (because the Examples are read-only files for reference purpose)
    Files -> Save As -> HelloWorld
    This will restart the Arduino IDE
    (You may close the previous Arduino IDE window) to save RAM
  11. Click on Sketch Upload
  12. Notice the LED on the Arduino Board, it Blinks !
    One second ON, one second off
  13. Press Ctrl+J to hide the Output window on Arduino IDE
  14. Modify line number 34. Replace 1000 with 200
  15. Save, Compile and Upload the code to Arduino just by pressing the Arrow button on Top Left corner of the IDE

    Or press Ctrl+U to do the same
  16. Notice the LED on the Arduino Board, it Blinks !
    One 100 milli second ON, one second (1000 milli second) OFF
  17. Experiment with values on Line 34 and 36
  18. Goto next exercise

Details:

  1. It is good to Update your operating system and restart the laptop before proceeding further.


  2. Download and install Arduino IDE (162MB)


    Download and Install Adruino IDE

    Contribute
  3. Install CH340 Driver


    Open the link below download and install CH341SER.EXE
    Opens in new TAB http://www.wch-ic.com/downloads/CH341SER_ZIP.html
    OR download from any other trusted website !
  4. Physically connect Arduino Board to Laptop via USB cable

  5. Open Windows Device Manger, note the COM port


    Open Device Manager

    Device Manager
  6. Start the Arduino IDE app on your laptop



  7. Select the Board: Click on Tools -> Boards -> Arduino AVR Boards -> Arduino UNO


    Select the board

  8. Select the Port: Click on Tools -> Ports -> COM_n (n = The port number you noted from Device Manager)


    Select the Port Number

  9. Files -> Examples -> 01 Basics -> Blink


    Example Blink

  10. Make your own copy of the example, so that we may modify and save the changes


    (because the Examples are read-only files for reference purpose)

    Files -> Save As -> HelloWorld


    This will restart the Arduino IDE


    (You may close the previous Arduino IDE window) to save RAM

    Save As ....

  11. Click on Sketch Upload


    To transfer the code from Laptop to Arduino Board
    Upload
  12. Notice the LED on the Arduino Board, it Blinks !


    One second ON, one second off

    Success!
  13. Press Ctrl+J to hide the Output window on Arduino IDE


    On bottom-right corner of the window notice the Toggle Bottom Panel button
    Toggle Bottom Panel

  14. Modify line number 34. Replace 1000 with 200


    Modify delay value
  15. Save, Compile and Upload the code to Arduino just by pressing the Arrow button on Top Left corner of the IDE


    Or press Ctrl+U to do the same

    Upload Button
  16. Notice the LED on the Arduino Board, it Blinks !


    100 milli second ON, one second (1000 milli second) OFF
  17. Experiment with values on Line 34 and 36


    Change delay values and do some experimentation on your own.
  18. Goto next exercise


    Watch the YouTube Video:
    Arduino Programming Basics : Part 1 (HINDI): LEDs and Seven Segment