
ARDUINO BLINK Author: A.S.Vikram In this blog we are gonna have a very basic code that can blink an led on a arduino. This blog will go on from the basics to make even a noobie to understand what an arduino is. Led blink using arduino What is a Arduino? Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online and many more which i will be posting in the coming days. How to get started? Getting started with an arduino is very simple. There are many types of arduino's available in the market, lets see some of the most commonly used arduino boards: Arduino Nano Arduino Mega 2560 Arduino UN...