Posts

Showing posts from 2019
Image
Report on Arduino Aim: Basic introduction of Arduino and practicals on blinking LEDs Introduction : Arduino is an open-source platform based on easy-to-use hardware and software. Arduino board are able to read inputs and turn it into an output. What we have to perform, We have to sending a set of instructions to the micro-controller on the board. You can use the Arduino to read sensors and control things like motors and lights.              There are a number of different type of Arduino.      1.      Arduino Uno      2.      Arduino NG, Diecimila, and the Duemilanove (Legacy Versions)      3.      Arduino Mega 2560      4.      Arduino Mega ADK      5.      Arduino Yun      6.      Arduino Nano     ...