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…….
A PICTURE IS A WORTH A
THOUSAND WORDS

More Related Content

Similar to ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf

An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
RoboDJ
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its type
DarshanGawde
 
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.
 
Arduino day
Arduino dayArduino day
Arduino day
Adedigba Yinka
 
Arduino
ArduinoArduino
Arduino
vipin7vj
 
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
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt main
eddy royappa
 
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
 
Ardunio
ArdunioArdunio
Ardunio
DILEEP KUMAR
 
Winter traning arduino report final
Winter traning arduino report finalWinter traning arduino report final
Winter traning arduino report final
Govind Jha
 
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
 
Arduino01.pptx
Arduino01.pptxArduino01.pptx
Arduino01.pptx
kaustubhshedbalkar1
 
SKAD Electronics Training Manual.pdf
SKAD Electronics Training Manual.pdfSKAD Electronics Training Manual.pdf
SKAD Electronics Training Manual.pdf
KadiriIbrahim2
 
Arduino: Tutorial de Arduino
Arduino: Tutorial de ArduinoArduino: Tutorial de Arduino
Arduino: Tutorial de Arduino
SANTIAGO PABLO ALBERTO
 
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCHWORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
ijdpsjournal
 
Chapter 5 Arduino Microcontroller Systems .pptx
Chapter 5 Arduino Microcontroller Systems .pptxChapter 5 Arduino Microcontroller Systems .pptx
Chapter 5 Arduino Microcontroller Systems .pptx
khgh7
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
Jawaher Abdulwahab Fadhil
 

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

An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
 
What is arduino? and its type
What is arduino? and its typeWhat is arduino? and its type
What is arduino? and its type
 
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
 
Arduino day
Arduino dayArduino day
Arduino day
 
Arduino
ArduinoArduino
Arduino
 
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
 
Introduction to arduino ppt main
Introduction to  arduino ppt mainIntroduction to  arduino ppt main
Introduction to arduino ppt main
 
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
 
Ardunio
ArdunioArdunio
Ardunio
 
Winter traning arduino report final
Winter traning arduino report finalWinter traning arduino report final
Winter traning arduino report final
 
Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)Interoperability in Internet of Things (IOT)
Interoperability in Internet of Things (IOT)
 
Arduino01.pptx
Arduino01.pptxArduino01.pptx
Arduino01.pptx
 
SKAD Electronics Training Manual.pdf
SKAD Electronics Training Manual.pdfSKAD Electronics Training Manual.pdf
SKAD Electronics Training Manual.pdf
 
Arduino: Tutorial de Arduino
Arduino: Tutorial de ArduinoArduino: Tutorial de Arduino
Arduino: Tutorial de Arduino
 
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCHWORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
WORKING PRINCIPLE OF ARDUINO AND USING IT AS A TOOL FOR STUDY AND RESEARCH
 
Chapter 5 Arduino Microcontroller Systems .pptx
Chapter 5 Arduino Microcontroller Systems .pptxChapter 5 Arduino Microcontroller Systems .pptx
Chapter 5 Arduino Microcontroller Systems .pptx
 
Introduction to arduino
Introduction to arduinoIntroduction to arduino
Introduction to arduino
 

Recently uploaded

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
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
 
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
 
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
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
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
 
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
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
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
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
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
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
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
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 
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
 

Recently uploaded (20)

When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
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
 
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
 
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
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
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
 
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
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
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
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
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
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
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...
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 
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...
 

ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf

  • 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
  • 28. A PICTURE IS A WORTH A THOUSAND WORDS