SlideShare a Scribd company logo
Module 3
ARDUINO OVERVIEW,
HARDWARE, SOFTWARE
AND
INSTALLATION
At the end of this module students must:
 Know what is Arduino
 Identify the reasons why Arduino is commonly used
 Identify and understand the Hardware needed in
creating Arduino projects
 Know how to Install Arduino IDE
Learning Outcomes
Lesson 6: Arduino Overview
What is 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.
 You can tell your board what to do by sending
a set of instructions to the microcontroller on
the board.
 To do so you use the Arduino programming
language (based on Wiring), and the Arduino
Software (IDE), based on Processing.
INTRODUCTION
Over the years Arduino has been the
brain of thousands of projects, from
everyday objects to complex scientific
instruments.
A worldwide community of makers -
students, hobbyists, artists,
programmers, and professionals - has
gathered around this opensource
platform, their contributions have added
up to an incredible amount of accessible
knowledge that can be of great help to
novices and experts alike.
ORIGIN OF ARDUINO
The Arduino board started
changing to adapt to new
needs and challenges,
differentiating its offer from
simple 8-bit boards to
products for IoT applications,
wearable, 3D printing, and
embedded environments
All Arduino boards are
completely open-source,
empowering users to
build them independently
and eventually adapt them
to their particular needs.
The software, too, is
open-source, and it is
growing through the
contributions of users
worldwide.
Arduino was born at the
Ivrea Interaction Design
Institute as an easy tool
for fast prototyping,
aimed at students
without a background in
electronics and
programming.
It runs on Mac,
Windows, and Linux.
Teachers and students
use it to build low cost
scientific instruments,
to prove chemistry and
physics principles, or
to get started with
programming and
robotics.
WHY ARDUINO?
Its simple and
accessible user
experience, Arduino
has been used in
thousands of
different projects and
applications.
WHY ARDUINO?
Arduino is a key tool to learn new things.
Anyone - children, hobbyists, artists,
programmers - can start tinkering just
following the step by step instructions of
a kit, or sharing ideas online with other
members of the Arduino community.
Designers and
architects build
interactive
prototypes, musicians
and artists use it for
installations and to
experiment with new
musical instruments.
Arduino also simplifies the process of working
with microcontrollers, but it offers some advantage
for teachers, students, and interested amateurs
over other systems:
1) Inexpensive - Arduino
boards are relatively
inexpensive compared to
other microcontroller
platforms. The least
expensive version of the
Arduino module can be
assembled by hand, and
even the pre-assembled
Arduino modules cost
less than Php 2,500.00
Advantages of Arduino
2) Cross-platform -
The Arduino Software
(IDE) runs on
Windows, Macintosh
OSX, and Linux
operating systems.
Most microcontroller
systems are limited
to Windows
3)Simple, clear programming
environment - The Arduino
Software (IDE) is easy-to-use
for beginners, yet flexible
enough for advanced users to
take advantage of as well.
For teachers, it's conveniently
based on the Processing
programming environment, so
students learning to program in
that environment will be
familiar with how the Arduino
IDE works.
4) Open source and extensible
software - The Arduino software is
published as open source tools, available
for extension by experienced
programmers.
The language can be expanded through
C++ libraries, and people wanting to
understand the technical details can
make the leap from Arduino to the AVR C
programming language on which it's
based. Similarly, you can add AVR-C code
directly into your Arduino programs if you
want to.
5) Open source and
extensible hardware -
The plans of the Arduino
boards are published under a
Creative Commons license,
so experienced circuit
designers can make their
own version of the module,
extending it and improving it.
Even relatively inexperienced
users can build the
breadboard version of the
module in order to
understand how it works and
save money.
ARDUINO HARDWARE
Types of Arduino Boards
 Arduino is a great platform for prototyping projects and
inventions but can be confusing when having to choose the
right board.
 If you’re brand new to this, you might have always thought that
there was just one “Arduino” board and that’s it.
 In reality, there are many variations of the official Arduino
boards and then there are hundreds more from competitors who
offer clones.
 The boards with the name Arduino on them are the official
boards but there are also a lot of really great clones on the
market as well.
 One of the best reasons to buy a clone is the fact they are
generally less expensive than their official counterpart.
Arduino UNO
 Arduino UNO is based on an ATmega328P
microcontroller. It is easy to use compared
to other boards, such as the Arduino
Mega board, etc.
 The Arduino UNO includes 6 analog pin
inputs, 14 digital pins, a USB connector, a
power jack, and an ICSP (In-Circuit Serial
Programming) header.
 It is the most used and of standard form
from the list of all available Arduino
Boards. It is also recommended for
beginners as it is easy to use.
Arduino Nano
 The Arduino Nano is a small Arduino board
based on ATmega328P or ATmega628
Microcontroller.
 The connectivity is the same as the
Arduino UNO board.
 The Nano board is defined as a
sustainable, small, consistent, and flexible
microcontroller board.
 It is small in size compared to the UNO
board.
 The devices required to start our projects
using the Arduino Nano board are
Arduino IDE and mini USB.
The Arduino Nano includes an I/O pin
set of 14 digital pins and 8 analog
pins. It also includes 6 Power pins and
2 Reset pins.
Arduino Leonardo
 The basic specification of the
Arduino Leonardo is the same as
the Arduino Micro.
 It is also based on ATmega32U4
Microcontroller.
 The components present on the
board are 20 analog and digital
pins, reset button, 16MHz crystal
oscillator, ICSP header, and a
micro USB connection.
Arduino MICRO
 The Arduino Micro is based on the
ATmega32U4 Microcontroller.
 It consists of 20 sets of pins. The 7
pins from the set are PWM (Pulse
Width Modulation) pins, while 12 pins
are analog input pins. The other
components on board are reset
button, 16MHz crystal oscillator, ICSP
header, and a micro USB connection.
 The USB is inbuilt in the Arduino
Micro board.
 The Arduino Micro is also called as the
shrunk version of Arduino Leonardo.
Arduino Lilypad
 The Arduino LilyPad was initially created for
wearable projects and e-textiles. It is based
on the ATmega168 Microcontroller.
 The functionality of Lilypad is the same as
other Arduino Boards.
 It is a round, light-weight board with a
minimal number of components to keep the
size of board small.
 The Arduino Lilypad board was designed
by Sparkfun and Leah.  It was developed by Leah
Buechley.
 It has 9 digital I/O pins.
 Other Arduino boards
are Arduino Shields,
Arduino Bluetooth
Arduino Diecimila
Arduino Robot Arduino
Ethernet Arduino Zero
Arduino Esplora
Arduino Pro Micro and
many more.
One of the most popular Arduino
boards out there is the Arduino
Uno. While it was not actually the
first board to be released, it
remains to be the most actively
used and most widely
documented on the market.
Because of its extreme
popularity, the Arduino Uno has a
ton of project tutorials and
forums around the web that can
help you get started or out of a
jam.
The Arduino UNO
Board Breakdown
Here are the components that make up an Arduino
board and what each of their functions are.
1. Reset Button – This will restart any code that is loaded to the Arduino
board
2. AREF – Stands for “Analog Reference” and is used to set an external
reference voltage
3. Ground Pin – There are a few ground pins on the Arduino and they all work
the same
4. Digital Input/Output – Pins 0-13 can be used for digital input or output
5. PWM – The pins marked with the (~) symbol can simulate analog output
6. USB Connection – Used for powering up your Arduino and uploading
sketches
7. TX/RX – Transmit and receive data indication LEDs
Here are the components that make up an Arduino
board and what each of their functions are.
8. ATmega Microcontroller – This is the brains and is where the programs are
stored
9. Power LED Indicator – This LED lights up anytime the board is plugged in a power
sourceate youth in the world
10. Voltage Regulator – This controls the amount of voltage going into the Arduino
board
11. DC Power Barrel Jack – This is used for powering your Arduino with a power
supply
12. 3.3V Pin – This pin supplies 3.3 volts of power to your projects
13. 5V Pin – This pin supplies 5 volts of power to your projects
14. Ground Pins – There are a few ground pins on the Arduino and they all work the
same
15. Analog Pins – These pins can read the signal from an analog sensor and convert
it to digital
To be continued…….

More Related Content

What's hot

Humidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using ArduinoHumidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using Arduino
dollonhaider
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt main
eddy royappa
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
Rishav Pandey
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
yeokm1
 
Arduino presentation
Arduino presentationArduino presentation
Arduino presentation
Michael Senkow
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduinoAhmed Sakr
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
Rahat Sood
 
Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino Programming
James Lewis
 
Introducing the Arduino
Introducing the ArduinoIntroducing the Arduino
Introducing the Arduino
Charles A B Jr
 
Lesson sample introduction to arduino
Lesson sample   introduction to arduinoLesson sample   introduction to arduino
Lesson sample introduction to arduino
Betsy Eng
 
Introduction to arduino!
Introduction to arduino!Introduction to arduino!
Introduction to arduino!
Makers of India
 
Arduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIYArduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIY
Vishnu
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System using iot
Kowshik Deb
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
Eueung Mulyana
 
PPT ON Arduino
PPT ON Arduino PPT ON Arduino
PPT ON Arduino
Ravi Phadtare
 
Different Arduino Boards
Different Arduino BoardsDifferent Arduino Boards
Different Arduino Boards
Mitwa Palkhiwala
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
Yong Heui Cho
 
Ardui no
Ardui no Ardui no
Ardui no
Amol Sakhalkar
 

What's hot (20)

Humidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using ArduinoHumidity and Temperature Measurement Using Arduino
Humidity and Temperature Measurement Using Arduino
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt main
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Arduino presentation
Arduino presentationArduino presentation
Arduino presentation
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 
Basics of arduino uno
Basics of arduino unoBasics of arduino uno
Basics of arduino uno
 
Introduction to Arduino Programming
Introduction to Arduino ProgrammingIntroduction to Arduino Programming
Introduction to Arduino Programming
 
Introducing the Arduino
Introducing the ArduinoIntroducing the Arduino
Introducing the Arduino
 
Lesson sample introduction to arduino
Lesson sample   introduction to arduinoLesson sample   introduction to arduino
Lesson sample introduction to arduino
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Introduction to arduino!
Introduction to arduino!Introduction to arduino!
Introduction to arduino!
 
Arduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIYArduino Workshop Day 2 - Advance Arduino & DIY
Arduino Workshop Day 2 - Advance Arduino & DIY
 
Arduino
ArduinoArduino
Arduino
 
Home Automation System using iot
Home Automation System using iotHome Automation System using iot
Home Automation System using iot
 
Esp8266 basics
Esp8266 basicsEsp8266 basics
Esp8266 basics
 
PPT ON Arduino
PPT ON Arduino PPT ON Arduino
PPT ON Arduino
 
Different Arduino Boards
Different Arduino BoardsDifferent Arduino Boards
Different Arduino Boards
 
Introduction to Arduino
Introduction to ArduinoIntroduction to Arduino
Introduction to Arduino
 
Ardui no
Ardui no Ardui no
Ardui no
 

Similar to ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx

ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
 ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
Ruby Hermano
 
What are the different types of arduino boards
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boards
elprocus
 
Arduino
ArduinoArduino
Arduino
VigneshABME
 
An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
RoboDJ
 
Intro arduino
Intro arduinoIntro arduino
Intro arduino
MaLcom MooNwalker
 
Report on arduino
Report on arduinoReport on arduino
Report on arduino
Ravi Phadtare
 
Ardiuno by Campus Component.pptx
Ardiuno by Campus Component.pptxArdiuno by Campus Component.pptx
Ardiuno by Campus Component.pptx
Campus Component Pvt. Ltd.
 
Ardiuno by Campus Component.pptx
Ardiuno by Campus Component.pptxArdiuno by Campus Component.pptx
Ardiuno by Campus Component.pptx
Campus Component Pvt. Ltd.
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
Mohamed Essam
 
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
Introduction to Arduino
Introduction to Arduino Introduction to Arduino
Introduction to Arduino
Dennis Espiritu
 
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
AlexRiv4
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptxArduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
HebaEng
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptxArduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
MernitaGavasPalac
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its type
DarshanGawde
 
Winter traning arduino report final
Winter traning arduino report finalWinter traning arduino report final
Winter traning arduino report final
Govind Jha
 
Overview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxOverview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptx
SAMTECH ELECTRONICS CONCEPT
 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)
manditalaskar123
 
Ardunio
ArdunioArdunio
Ardunio
DILEEP KUMAR
 
arduino uno
arduino unoarduino uno
arduino uno
20PA013BHOOMIKAP
 

Similar to ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx (20)

ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
 ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf ARDUINO OVERVIEW HARDWARE  SOFTWARE AND INSTALLATION.pdf
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
 
What are the different types of arduino boards
What are the different types of arduino boardsWhat are the different types of arduino boards
What are the different types of arduino boards
 
Arduino
ArduinoArduino
Arduino
 
An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
 
Intro arduino
Intro arduinoIntro arduino
Intro arduino
 
Report on arduino
Report on arduinoReport on arduino
Report on arduino
 
Ardiuno by Campus Component.pptx
Ardiuno by Campus Component.pptxArdiuno by Campus Component.pptx
Ardiuno by Campus Component.pptx
 
Ardiuno by Campus Component.pptx
Ardiuno by Campus Component.pptxArdiuno by Campus Component.pptx
Ardiuno by Campus Component.pptx
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
 
What is Arduino ?
What is Arduino ?What is Arduino ?
What is Arduino ?
 
Introduction to Arduino
Introduction to Arduino Introduction to Arduino
Introduction to Arduino
 
Arduino intro.pptx
Arduino intro.pptxArduino intro.pptx
Arduino intro.pptx
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptxArduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptxArduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its type
 
Winter traning arduino report final
Winter traning arduino report finalWinter traning arduino report final
Winter traning arduino report final
 
Overview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptxOverview of Arduino by Bamidele Samuel Office.pptx
Overview of Arduino by Bamidele Samuel Office.pptx
 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)
 
Ardunio
ArdunioArdunio
Ardunio
 
arduino uno
arduino unoarduino uno
arduino uno
 

Recently uploaded

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
Ana-Maria Mihalceanu
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 

Recently uploaded (20)

Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
Monitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR EventsMonitoring Java Application Security with JDK Tools and JFR Events
Monitoring Java Application Security with JDK Tools and JFR Events
 
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdfFIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
FIDO Alliance Osaka Seminar: FIDO Security Aspects.pdf
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 

ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx

  • 1. Module 3 ARDUINO OVERVIEW, HARDWARE, SOFTWARE AND INSTALLATION
  • 2. At the end of this module students must:  Know what is Arduino  Identify the reasons why Arduino is commonly used  Identify and understand the Hardware needed in creating Arduino projects  Know how to Install Arduino IDE Learning Outcomes
  • 3. Lesson 6: Arduino Overview What is Arduino?
  • 4.  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.
  • 5.  You can tell your board what to do by sending a set of instructions to the microcontroller on the board.  To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.
  • 6. INTRODUCTION Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers - students, hobbyists, artists, programmers, and professionals - has gathered around this opensource platform, their contributions have added up to an incredible amount of accessible knowledge that can be of great help to novices and experts alike.
  • 7. ORIGIN OF ARDUINO The Arduino board started changing to adapt to new needs and challenges, differentiating its offer from simple 8-bit boards to products for IoT applications, wearable, 3D printing, and embedded environments All Arduino boards are completely open-source, empowering users to build them independently and eventually adapt them to their particular needs. The software, too, is open-source, and it is growing through the contributions of users worldwide. Arduino was born at the Ivrea Interaction Design Institute as an easy tool for fast prototyping, aimed at students without a background in electronics and programming.
  • 8. It runs on Mac, Windows, and Linux. Teachers and students use it to build low cost scientific instruments, to prove chemistry and physics principles, or to get started with programming and robotics. WHY ARDUINO? Its simple and accessible user experience, Arduino has been used in thousands of different projects and applications.
  • 9. WHY ARDUINO? Arduino is a key tool to learn new things. Anyone - children, hobbyists, artists, programmers - can start tinkering just following the step by step instructions of a kit, or sharing ideas online with other members of the Arduino community. Designers and architects build interactive prototypes, musicians and artists use it for installations and to experiment with new musical instruments.
  • 10. Arduino also simplifies the process of working with microcontrollers, but it offers some advantage for teachers, students, and interested amateurs over other systems:
  • 11. 1) Inexpensive - Arduino boards are relatively inexpensive compared to other microcontroller platforms. The least expensive version of the Arduino module can be assembled by hand, and even the pre-assembled Arduino modules cost less than Php 2,500.00 Advantages of Arduino
  • 12. 2) Cross-platform - The Arduino Software (IDE) runs on Windows, Macintosh OSX, and Linux operating systems. Most microcontroller systems are limited to Windows
  • 13. 3)Simple, clear programming environment - The Arduino Software (IDE) is easy-to-use for beginners, yet flexible enough for advanced users to take advantage of as well. For teachers, it's conveniently based on the Processing programming environment, so students learning to program in that environment will be familiar with how the Arduino IDE works.
  • 14. 4) Open source and extensible software - The Arduino software is published as open source tools, available for extension by experienced programmers. The language can be expanded through C++ libraries, and people wanting to understand the technical details can make the leap from Arduino to the AVR C programming language on which it's based. Similarly, you can add AVR-C code directly into your Arduino programs if you want to.
  • 15. 5) Open source and extensible hardware - The plans of the Arduino boards are published under a Creative Commons license, so experienced circuit designers can make their own version of the module, extending it and improving it. Even relatively inexperienced users can build the breadboard version of the module in order to understand how it works and save money.
  • 17. Types of Arduino Boards  Arduino is a great platform for prototyping projects and inventions but can be confusing when having to choose the right board.  If you’re brand new to this, you might have always thought that there was just one “Arduino” board and that’s it.  In reality, there are many variations of the official Arduino boards and then there are hundreds more from competitors who offer clones.  The boards with the name Arduino on them are the official boards but there are also a lot of really great clones on the market as well.  One of the best reasons to buy a clone is the fact they are generally less expensive than their official counterpart.
  • 18. Arduino UNO  Arduino UNO is based on an ATmega328P microcontroller. It is easy to use compared to other boards, such as the Arduino Mega board, etc.  The Arduino UNO includes 6 analog pin inputs, 14 digital pins, a USB connector, a power jack, and an ICSP (In-Circuit Serial Programming) header.  It is the most used and of standard form from the list of all available Arduino Boards. It is also recommended for beginners as it is easy to use.
  • 19. Arduino Nano  The Arduino Nano is a small Arduino board based on ATmega328P or ATmega628 Microcontroller.  The connectivity is the same as the Arduino UNO board.  The Nano board is defined as a sustainable, small, consistent, and flexible microcontroller board.  It is small in size compared to the UNO board.  The devices required to start our projects using the Arduino Nano board are Arduino IDE and mini USB. The Arduino Nano includes an I/O pin set of 14 digital pins and 8 analog pins. It also includes 6 Power pins and 2 Reset pins.
  • 20. Arduino Leonardo  The basic specification of the Arduino Leonardo is the same as the Arduino Micro.  It is also based on ATmega32U4 Microcontroller.  The components present on the board are 20 analog and digital pins, reset button, 16MHz crystal oscillator, ICSP header, and a micro USB connection.
  • 21. Arduino MICRO  The Arduino Micro is based on the ATmega32U4 Microcontroller.  It consists of 20 sets of pins. The 7 pins from the set are PWM (Pulse Width Modulation) pins, while 12 pins are analog input pins. The other components on board are reset button, 16MHz crystal oscillator, ICSP header, and a micro USB connection.  The USB is inbuilt in the Arduino Micro board.  The Arduino Micro is also called as the shrunk version of Arduino Leonardo.
  • 22. Arduino Lilypad  The Arduino LilyPad was initially created for wearable projects and e-textiles. It is based on the ATmega168 Microcontroller.  The functionality of Lilypad is the same as other Arduino Boards.  It is a round, light-weight board with a minimal number of components to keep the size of board small.  The Arduino Lilypad board was designed by Sparkfun and Leah.  It was developed by Leah Buechley.  It has 9 digital I/O pins.
  • 23.  Other Arduino boards are Arduino Shields, Arduino Bluetooth Arduino Diecimila Arduino Robot Arduino Ethernet Arduino Zero Arduino Esplora Arduino Pro Micro and many more.
  • 24. One of the most popular Arduino boards out there is the Arduino Uno. While it was not actually the first board to be released, it remains to be the most actively used and most widely documented on the market. Because of its extreme popularity, the Arduino Uno has a ton of project tutorials and forums around the web that can help you get started or out of a jam. The Arduino UNO Board Breakdown
  • 25. Here are the components that make up an Arduino board and what each of their functions are. 1. Reset Button – This will restart any code that is loaded to the Arduino board 2. AREF – Stands for “Analog Reference” and is used to set an external reference voltage 3. Ground Pin – There are a few ground pins on the Arduino and they all work the same 4. Digital Input/Output – Pins 0-13 can be used for digital input or output 5. PWM – The pins marked with the (~) symbol can simulate analog output 6. USB Connection – Used for powering up your Arduino and uploading sketches 7. TX/RX – Transmit and receive data indication LEDs
  • 26. Here are the components that make up an Arduino board and what each of their functions are. 8. ATmega Microcontroller – This is the brains and is where the programs are stored 9. Power LED Indicator – This LED lights up anytime the board is plugged in a power sourceate youth in the world 10. Voltage Regulator – This controls the amount of voltage going into the Arduino board 11. DC Power Barrel Jack – This is used for powering your Arduino with a power supply 12. 3.3V Pin – This pin supplies 3.3 volts of power to your projects 13. 5V Pin – This pin supplies 5 volts of power to your projects 14. Ground Pins – There are a few ground pins on the Arduino and they all work the same 15. Analog Pins – These pins can read the signal from an analog sensor and convert it to digital