GETTING STARTED WITH
ARDUINO
ARDUINO
• Arduino is a single board micro-controller and
it is an open-source hardware which works on
Integrated Development Environment(IDE).
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.
ARDUINO TYPES
Boards
These boards can be classified based on
Categories like
• Entry level
• Enhanced Features
• Small SizeWearable and
• IOT(Internet Of Things)
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
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.
BOARD CONTAINS
• Microcontroller ATmega328
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 14 (6 provide PWM output)
Analog Input Pins 6
Flash Memory 32 KB
Clock Speed 16 MHz
Let’s Do
Some Practical
Thanks

intro arduino

  • 1.
  • 2.
    ARDUINO • Arduino isa single board micro-controller and it is an open-source hardware which works on Integrated Development Environment(IDE).
  • 3.
    HISTORY • Arduino wasdeveloped 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.
  • 4.
  • 5.
    Boards These boards canbe classified based on Categories like • Entry level • Enhanced Features • Small SizeWearable and • IOT(Internet Of Things)
  • 6.
    Some of thepopular Arduino boards are • Arduino diecimila • Arduino duemilanove • Arduino UNO • Arduino leonardo • Arduino mega • Arduino nano • Arduino due • Lillypad arduino • ArduinoYUN • Arduino robot
  • 7.
    ARDUINO SOFTWARE • TheArduino 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.
  • 8.
    BOARD CONTAINS • MicrocontrollerATmega328 Operating Voltage 5V Input Voltage (recommended) 7-12V Input Voltage (limits) 6-20V Digital I/O Pins 14 (6 provide PWM output) Analog Input Pins 6 Flash Memory 32 KB Clock Speed 16 MHz
  • 10.
  • 11.