intro arduino

11
GETTING STARTED WITH ARDUINO

Transcript of intro arduino

Page 1: intro arduino

GETTING STARTED WITH

ARDUINO

Page 2: intro arduino

ARDUINO

• Arduino is a single board micro-controller and it is an open-source hardware which works on Integrated Development Environment(IDE).

Page 3: intro arduino

HISTORY

• Arduino was developed in 2005 at Ivera Interaction Institute ,Itally and it was designed by Massimo Banzi,Giancla Martio ,Dave Mellis,David Cuartielles with Nicholas Zambetti.

• It was named after one of their kings Arduin of Ivera.

• The goal was to create low cost, simple tools for non-engineers to create digital projects.

Page 4: intro arduino

ARDUINO TYPES

Page 5: intro arduino

Boards

These boards can be classified based on Categories like

• Entry level• Enhanced Features• Small SizeWearable and• IOT(Internet Of Things)

Page 6: intro arduino

Some of the popular Arduino boards are• Arduino diecimila• Arduino duemilanove• Arduino UNO• Arduino leonardo• Arduino mega• Arduino nano• Arduino due• Lillypad arduino• ArduinoYUN• Arduino robot

Page 7: intro arduino

ARDUINO SOFTWARE• The Arduino uses an open source software IDE (Integrated Development Environment).

• It can be used to easily write program codes and upload it to the Arduino board. This software runs in cross platforms.

Programming Language:• The Arduino is built around an easy to use programming

language that will help the novices learn to code easily. It works on a programming language called processing an open source language which works on IDE and it was developed from Wiring language.

Page 8: intro arduino

BOARD CONTAINS

• Microcontroller ATmega328Operating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limits) 6-20VDigital I/O Pins 14 (6 provide PWM output)Analog Input Pins 6Flash Memory 32 KB Clock Speed 16 MHz

Page 9: intro arduino
Page 10: intro arduino

Let’s DoSome Practical

Page 11: intro arduino

Thanks