Installing and Programming Arduino

INTRODUCTION

This tutorial will walk you through downlaoding, installing and testing the Arduino IDE.

Note : I'll be following the steps on how to install and test Arduino IDE with Windows operating system.
Requirements : 

Installing Arduino IDE

Windows 10

  • Download the latest Arduino IDE for Windows
  • Scroll down to "Download the Arduino IDE"
  • In your right hand side, press on "Windows Installer"
  • Press on "Just Download"
  • After completing the download, launch the .exe file
  • While installing allow Administration Access "Yes"
  • After a sucessful installation, double-click on the Arduino desktop icon.

Testing your Arduino Board

Note : I'll be following the steps on Arduino UNO board.

  • Open installed Arduino IDE
  • Plug in the Arduino UNO board via USB
  • Go to : File > Examples > 01.Basics > Blink



Select the type of the Arduino Board. Tools > Board > Arduino Uno

  • With your Arduino board connected, and the Blink sketch open, press the ‘Upload’ button

  • After a successful Upload.



  • After a second checkout on your Arduino Uno

Comments

Post a Comment

Popular posts from this blog

Let's measure the distance using Ultrasonic Sensor

Switch ON/OFF LED via Bluetooth