SlideShare a Scribd company logo
1 of 20
ARDUINO
AN INTRODUCTION TO ARDUINO
 an open source electronic prototyping platform
including :
HARDWARE(ARDUINO BOARD) and
SOFTWARE (ARDUINO IDE)
 is a microcontroller-based open source electronic
prototyping board which can be
programmed with an easy-to-use Arduino IDE.
TYPES OF ARDUINO BOARD:
Arduino Lilypad
Arduino Mini
Arduino Mega
Arduino Nano
THE ARDUINO UNO BOARD:
THE MAJOR COMPONENTS OF ARDUINO UNO BOARD ARE AS FOLLOWS:
USB connector
Power port
Microcontroller
Analog input pins
Digital pins
Reset switch
Crystal oscillator
USB interface chip
TX RX LEDs
USB CONNECTOR::
This is a printer
USB port used to
load a program from
the Arduino IDE
onto the Arduino
board. The board
can also be powered
through this port.
POWER PORT
The Arduino board can be powered
through an AC-to-DC adapter or a
battery. The power source can be
connected by plugging in a 2.1mm
center-positive plug into the power
jack of the board.
2.1mm center-positive plug
The Arduino UNO board operates
at a voltage of 5 volts, but it can
withstand a maximum voltage of
20 volts. If the board is supplied
with a higher voltage, there is a
voltage regulator (it sits between
the power port and USB
connector) that protects the board
from burning out.
ATMEGA328P MICROCONTROLLER
It is the most prominent
black rectangular chip
with 28 pins. Think of it as
the brains of your
Arduino. The
microcontroller used on
the UNO board is
Atmega328P by Atmel ( a
major microcontroller
manufacturer).
Atmega328P has the following components in it:
•Flash memory of 32KB. The program loaded from Arduino
IDE is stored here.
•RAM of 2KB. This is a runtime memory.
•CPU: It controls everything that goes on within the device.
It fetches the program instructions from flash memory and
runs them with the help of RAM.
•Electrically Erasable Programmable Read Only Memory
(EEPROM) of 1KB. This is a type of nonvolatile memory,
and it keeps the data even after device restart and reset.
ANALOG INPUT PINS
The Arduino UNO board has 6
analog input pins, labeled “Analog
0 to 5.” These pins can read the
signal from an analog sensor like a
temperature sensor and convert it
into a digital value so that the
system understands. These pins
just measure voltage and not the
current because they have very
high internal resistance. Hence,
only a small amount of current
flows through these pins.
Although these pins are labeled
analog and are analog input by
default, these pins can also be used
for digital input or output.
DIGITAL PINS
You can find these pins labeled
“Digital 0 to 13.” These pins
can be used as either input or
output pins. When used as
output, these pins act as a
power supply source for the
components connected to
them. When used as input
pins, they read the signals
from the components
connected to them.
DIGITAL PINS
When digital pins are used as output
pins, they supply 40 milliamps of
current at 5 volts, which is more than
enough to light an LED.
Some of the digital pins are labeled
with tilde (~) symbol next to the pin
numbers (pin numbers 3, 5, 6, 9, 10,
and 11). These pins act as normal
digital pins but can also be used for
Pulse-Width Modulation (PWM),
which simulates analog output like
fading an LED in and out.
RESET SWITCH:
When this switch is
clicked, it sends a logical
pulse to the reset pin of
the Microcontroller and
now runs the program
again from the start. This
can be very useful if your
code doesn’t repeat, but
you want to test it
multiple times.
CRYSTAL OSCILLATOR:: This is a quartz crystal
oscillator which ticks 16
million times a second. On
each tick, the
microcontroller performs
one operation, for
example, addition,
subtraction, etc.
USB INTERFACE CHIP:
Think of this as a
signal translator. It
converts signals in the
USB level to a level
that an Arduino UNO
board understands.
Now that you have
explored the Arduino
UNO board, you have
started your journey
toward building your
first IoT prototype. In
the next article, we will
discuss Arduino
programming and do a
few experiments with
Arduino and LEDs.
TX RX LEDS:
TX stands for transmit, and
RX for receive. These are
indicator LEDs which blink
whenever the UNO board is
transmitting or receiving
data.
Now that you have explored the Arduino UNO board, you have
started your journey toward building your first IoT prototype. In
the next article, we will discuss Arduino programming and do a
few experiments with Arduino and LEDs.
L
I
G
H
T
E
M
I
T
T
I
N
G
D
I
O
D
E
S
:
LEDs come in a variety of colors, styles, and sizes. We will use
LEDs in many of the projects because they help to
demonstrate a number of basic electronics and Arduino
concepts in a visual way.
L
I
G
H
T
E
M
I
T
T
I
N
G
D
I
O
D
E
S
:
One important thing to remember about LEDs which we will
repeat throughout the book, is that LEDs have a polarity, or
direction in which they must be placed in order to work in a
project. If we place the LEDs backwards, they won’t light up.
How do we know the orientation of an LED?
LEDs have two legs, or leads, which are
different length. The longer lead is know as
the Anode, the side of the LED which we will
connect to power. The shorter leg is named
the Cathode, which will be pointed away
from our power source. We’ll show you how
to position the leads in a circuit when we
start building one
L
I
G
H
T
E
M
I
T
T
I
N
G
D
I
O
D
E
S
:

More Related Content

Similar to POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO

An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptxRoboDJ
 
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauriArduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauriGaurav Pandey
 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetoothShishupal03012015
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbookFelipe Belarmino
 
Unit 2-IoT.ppt Introduction to Elements of IOT
Unit 2-IoT.ppt  Introduction to Elements of IOTUnit 2-IoT.ppt  Introduction to Elements of IOT
Unit 2-IoT.ppt Introduction to Elements of IOTpoojashinde511268
 
Robotics Session day 1
Robotics Session day 1Robotics Session day 1
Robotics Session day 1Afzal Ahmad
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartRavi Kant Pal
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptxMohamed Essam
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (Dhruwank Vankawala
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (Dhruwank Vankawala
 

Similar to POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO (20)

arduino uno
arduino unoarduino uno
arduino uno
 
An Introduction To Arduino.pptx
An Introduction To Arduino.pptxAn Introduction To Arduino.pptx
An Introduction To Arduino.pptx
 
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauriArduino for beginners- Introduction to Arduino (presentation) - codewithgauri
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
 
Arduino workshop sensors
Arduino workshop sensorsArduino workshop sensors
Arduino workshop sensors
 
Arduino Family
Arduino FamilyArduino Family
Arduino Family
 
Arduino uno
Arduino unoArduino uno
Arduino uno
 
ARDUINO (1).pdf
ARDUINO (1).pdfARDUINO (1).pdf
ARDUINO (1).pdf
 
Digital home automation with arduino bluetooth
Digital home automation with arduino bluetoothDigital home automation with arduino bluetooth
Digital home automation with arduino bluetooth
 
Introduction Arduino
Introduction Arduino Introduction Arduino
Introduction Arduino
 
Arduino
ArduinoArduino
Arduino
 
Arduino electronics cookbook
Arduino electronics cookbookArduino electronics cookbook
Arduino electronics cookbook
 
Unit 2-IoT.ppt Introduction to Elements of IOT
Unit 2-IoT.ppt  Introduction to Elements of IOTUnit 2-IoT.ppt  Introduction to Elements of IOT
Unit 2-IoT.ppt Introduction to Elements of IOT
 
Lecture 7
Lecture 7Lecture 7
Lecture 7
 
Robotics Session day 1
Robotics Session day 1Robotics Session day 1
Robotics Session day 1
 
Arduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - RobomartArduino UNO R3 Projects - Robomart
Arduino UNO R3 Projects - Robomart
 
Report on arduino
Report on arduinoReport on arduino
Report on arduino
 
Intro arduino
Intro arduinoIntro arduino
Intro arduino
 
1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx1.Arduino Ecosystem.pptx
1.Arduino Ecosystem.pptx
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (
 
Basics of open source embedded development board (
Basics of open source embedded development board (Basics of open source embedded development board (
Basics of open source embedded development board (
 

Recently uploaded

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsHyundai Motor Group
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptxLBM Solutions
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsMemoori
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfjimielynbastida
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfngoud9212
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitecturePixlogix Infotech
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Enterprise Knowledge
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 3652toLead Limited
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDGMarianaLemus7
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationSlibray Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...shyamraj55
 

Recently uploaded (20)

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter RoadsSnow Chain-Integrated Tire for a Safe Drive on Winter Roads
Snow Chain-Integrated Tire for a Safe Drive on Winter Roads
 
Key Features Of Token Development (1).pptx
Key  Features Of Token  Development (1).pptxKey  Features Of Token  Development (1).pptx
Key Features Of Token Development (1).pptx
 
AI as an Interface for Commercial Buildings
AI as an Interface for Commercial BuildingsAI as an Interface for Commercial Buildings
AI as an Interface for Commercial Buildings
 
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptxVulnerability_Management_GRC_by Sohang Sengupta.pptx
Vulnerability_Management_GRC_by Sohang Sengupta.pptx
 
Science&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdfScience&tech:THE INFORMATION AGE STS.pdf
Science&tech:THE INFORMATION AGE STS.pdf
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Bluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdfBluetooth Controlled Car with Arduino.pdf
Bluetooth Controlled Car with Arduino.pdf
 
Understanding the Laravel MVC Architecture
Understanding the Laravel MVC ArchitectureUnderstanding the Laravel MVC Architecture
Understanding the Laravel MVC Architecture
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024Designing IA for AI - Information Architecture Conference 2024
Designing IA for AI - Information Architecture Conference 2024
 
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
Tech-Forward - Achieving Business Readiness For Copilot in Microsoft 365
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
APIForce Zurich 5 April Automation LPDG
APIForce Zurich 5 April  Automation LPDGAPIForce Zurich 5 April  Automation LPDG
APIForce Zurich 5 April Automation LPDG
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Connect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck PresentationConnect Wave/ connectwave Pitch Deck Presentation
Connect Wave/ connectwave Pitch Deck Presentation
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
Automating Business Process via MuleSoft Composer | Bangalore MuleSoft Meetup...
 

POWERPOINT PRESENTATION ABOUT THE PARTS OF ARDUINO UNO

  • 2. AN INTRODUCTION TO ARDUINO  an open source electronic prototyping platform including : HARDWARE(ARDUINO BOARD) and SOFTWARE (ARDUINO IDE)  is a microcontroller-based open source electronic prototyping board which can be programmed with an easy-to-use Arduino IDE.
  • 3. TYPES OF ARDUINO BOARD: Arduino Lilypad Arduino Mini Arduino Mega Arduino Nano
  • 5. THE MAJOR COMPONENTS OF ARDUINO UNO BOARD ARE AS FOLLOWS: USB connector Power port Microcontroller Analog input pins Digital pins Reset switch Crystal oscillator USB interface chip TX RX LEDs
  • 6. USB CONNECTOR:: This is a printer USB port used to load a program from the Arduino IDE onto the Arduino board. The board can also be powered through this port.
  • 7. POWER PORT The Arduino board can be powered through an AC-to-DC adapter or a battery. The power source can be connected by plugging in a 2.1mm center-positive plug into the power jack of the board. 2.1mm center-positive plug The Arduino UNO board operates at a voltage of 5 volts, but it can withstand a maximum voltage of 20 volts. If the board is supplied with a higher voltage, there is a voltage regulator (it sits between the power port and USB connector) that protects the board from burning out.
  • 8. ATMEGA328P MICROCONTROLLER It is the most prominent black rectangular chip with 28 pins. Think of it as the brains of your Arduino. The microcontroller used on the UNO board is Atmega328P by Atmel ( a major microcontroller manufacturer).
  • 9. Atmega328P has the following components in it: •Flash memory of 32KB. The program loaded from Arduino IDE is stored here. •RAM of 2KB. This is a runtime memory. •CPU: It controls everything that goes on within the device. It fetches the program instructions from flash memory and runs them with the help of RAM. •Electrically Erasable Programmable Read Only Memory (EEPROM) of 1KB. This is a type of nonvolatile memory, and it keeps the data even after device restart and reset.
  • 10. ANALOG INPUT PINS The Arduino UNO board has 6 analog input pins, labeled “Analog 0 to 5.” These pins can read the signal from an analog sensor like a temperature sensor and convert it into a digital value so that the system understands. These pins just measure voltage and not the current because they have very high internal resistance. Hence, only a small amount of current flows through these pins. Although these pins are labeled analog and are analog input by default, these pins can also be used for digital input or output.
  • 11. DIGITAL PINS You can find these pins labeled “Digital 0 to 13.” These pins can be used as either input or output pins. When used as output, these pins act as a power supply source for the components connected to them. When used as input pins, they read the signals from the components connected to them.
  • 12. DIGITAL PINS When digital pins are used as output pins, they supply 40 milliamps of current at 5 volts, which is more than enough to light an LED. Some of the digital pins are labeled with tilde (~) symbol next to the pin numbers (pin numbers 3, 5, 6, 9, 10, and 11). These pins act as normal digital pins but can also be used for Pulse-Width Modulation (PWM), which simulates analog output like fading an LED in and out.
  • 13. RESET SWITCH: When this switch is clicked, it sends a logical pulse to the reset pin of the Microcontroller and now runs the program again from the start. This can be very useful if your code doesn’t repeat, but you want to test it multiple times.
  • 14. CRYSTAL OSCILLATOR:: This is a quartz crystal oscillator which ticks 16 million times a second. On each tick, the microcontroller performs one operation, for example, addition, subtraction, etc.
  • 15. USB INTERFACE CHIP: Think of this as a signal translator. It converts signals in the USB level to a level that an Arduino UNO board understands.
  • 16. Now that you have explored the Arduino UNO board, you have started your journey toward building your first IoT prototype. In the next article, we will discuss Arduino programming and do a few experiments with Arduino and LEDs.
  • 17. TX RX LEDS: TX stands for transmit, and RX for receive. These are indicator LEDs which blink whenever the UNO board is transmitting or receiving data. Now that you have explored the Arduino UNO board, you have started your journey toward building your first IoT prototype. In the next article, we will discuss Arduino programming and do a few experiments with Arduino and LEDs.
  • 18. L I G H T E M I T T I N G D I O D E S : LEDs come in a variety of colors, styles, and sizes. We will use LEDs in many of the projects because they help to demonstrate a number of basic electronics and Arduino concepts in a visual way.
  • 19. L I G H T E M I T T I N G D I O D E S : One important thing to remember about LEDs which we will repeat throughout the book, is that LEDs have a polarity, or direction in which they must be placed in order to work in a project. If we place the LEDs backwards, they won’t light up.
  • 20. How do we know the orientation of an LED? LEDs have two legs, or leads, which are different length. The longer lead is know as the Anode, the side of the LED which we will connect to power. The shorter leg is named the Cathode, which will be pointed away from our power source. We’ll show you how to position the leads in a circuit when we start building one L I G H T E M I T T I N G D I O D E S :