Friday, January 20, 2017

HOW TO UPLOAD A SKETCH TO AN ARDUINO

The content of circuits and Arduino sketches can vary greatly. Before you get started, there is one simple process for uploading a sketch to an Arduino board that you can refer back to.
Follow these steps to upload your sketch:
Figure 1. Arduino UNO

Step 1. Connect your Arduino using the USB cable.

The square end of the USB cable connects to your Arduino and the flat end connects to a USB port on your computer (Figure 2).
Figure 2. Connecting Arduino

Choose Tools→Board→Arduino Uno to find your board in the Arduino menu (Figure 3).
Figure 3. Board Selecting

You can also find all boards through this menu, such as the Arduino MEGA 2560 and Arduino Leonardo.

Step 2. Choose the correct serial port for your board.

You find a list of all the available serial ports by choosing Tools→Serial Port→ COMx or /dev/tty.usbmodemXXXXX. X marks a sequentially or randomly assigned number. In Windows, if you have just connected your Arduino, the COM port will normally be the highest number, such as COM 3 or COM 16 (Figure 4.).
Figure 4. Port Selecting

Many devices can be listed on the COM port list, and if you plug in multiple Arduinos, each one will be assigned a new number. On Mac OS X, the /dev/tty.usbmodem number will be randomly assigned and can vary in length, such as /dev/tty.usbmodem1421 or /dev/tty.usbmodem262471. Unless you have another Arduino connected, it should be the only one visible.

Step 3. Click the Upload button.

This is the button that points to the right in the Arduino environment (Figure 5). You can also use the keyboard shortcut Ctrl+U for Windows or Cmd+U for Mac OS X.
Figure 5. Arduino Upload Button
Hope you guys enjoy this tutorial. Share this to your friends and having fun together. 
Almost credit to : dummies.com