Books

8 Jun 2017

What is Arduino?

What is Arduino?

- It is a software and hardware company, user community which manufactures and designs micro-controller kit for building digital devices and interactive objects that can sense and control objects.

Arduino_logo
Arduino Logo
 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.The hardware consists of an open-source hardware board designed around an 8-bit Atmel AVR microcontroller, or a 32-bit Atmel ARM. It also comes in different variant such as Arduino Uno, Arduino Nano
Arduino UNO Board

  It helps to make small projects for students or beginners.

  Types Of Arduino Boards

  Arduino Types:


ProcessorAnalogue I/O
Arduino Uno16Mhz ATmega328  6 input, 0 output
Arduino Due84MHz AT91SAM3X8E 12 input, 2 output
Arduino Mega16MHz ATmega2560 16 input, 0 output
Arduino Leonardo16MHz ATmega32u4 12 input, 0 output




 Here, a short list of projecrts is provided which can be implement by Arduino board.


No comments:

Post a Comment

Comment

Featured post

Dynamic Programming

What is Dynamic Programming?   - Dynamic programming (also known as dynamic optimization) is a method for solving a complex problem ...