Movatterモバイル変換


[0]ホーム

URL:


PPTX, PDF4,420 views

Different Arduino Boards

The document discusses several Arduino boards - Arduino Uno, Mega, Nano, Mini, Micro and Lilypad. Arduino is an open-source prototyping platform that allows users to create interactive electronic objects by providing hardware and software. The boards can read inputs from sensors and turn them into outputs to control motors, LEDs or publish data online. Each board is based on a microcontroller and has digital and analog pins, memory and other specifications outlined in the document.

Embed presentation

Downloaded 204 times
• What is Arduino?• Types of Arduino Boards• Arduino Uno• Arduino Mega• Arduino Nano• Arduino Mini• Arduino Micro• Arduino Lilypad• References
• Arduino is an open-source prototypingplatform based on easy-to-use hardware andsoftware.• Arduino Boards are able to read inputs - lighton a sensor, a finger on a button and turn itinto an output - activating a motor, turning onan LED, publishing something online.
 Arduino Uno Arduino Mega Arduino Nano Arduino Mini Arduino Micro Arduino Lilypad
• The Uno is a microcontroller board based onthe ATmega328P. It has 14 digital input/outputpins (of which 6 can be used as PWM outputs), 6analog inputs, a 16 MHz quartz crystal, a USBconnection, a power jack, an ICSP header and areset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a USB cable or power it with a AC-to-DCadapter or battery to get started.
Microcontroller Atmega328POperating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 6DC Current per I/O Pin 20 mADC Current for 3.3V Pin 50 mAFlash Memory32 KB (ATmega328P)of which 0.5 KB used by bootloaderSRAM 2 KB (ATmega328P)EEPROM 1 KB (ATmega328P)Clock Speed 16 MHzLength 68.6 mmWidth 53.4 mmWeight 25 g
• The Arduino Mega is a microcontroller boardbased on the ATmega1280. It has 54 digitalinput/output pins (of which 14 can be used asPWM outputs), 16 analog inputs,4 UARTs (hardware serial ports), a 16 MHz crystaloscillator, a USB connection, a power jack, anICSP header, and a reset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a USB cable or power it with a AC-to-DCadapter or battery to get started.
Microcontroller Atmega1280Operating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 54 (of which 15 provide PWM output)PWM Digital I/O Pins 15Analog Input Pins 16DC Current per I/O Pin 40 mADC Current for 3.3V Pin 50 mAFlash Memory128 KBof which 4 KB used by bootloaderSRAM 8 KBEEPROM 4 KBClock Speed 16 MHz
• The Arduino Nano is a small, complete, andbreadboard-friendly board based onthe ATmega328 (Arduino Nano 3.x) orATmega168 (Arduino Nano 2.x).• It lacks only a DC power jack, and works with aMini-B USB cable instead of a standard one.• The Nano was designed and is being producedby Gravitech.
Microcontroller Atmega168 or Atmega328Operating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 8DC Current per I/O Pin 40 mAFlash Memory16 KB (ATmega168) or 32 KB (ATmega328)of which 2 KB used by bootloaderSRAM 1 KB (ATmega168) or 2 KB (ATmega328)EEPROM 512 B (ATmega168) or 1 KB (ATmega328)Clock Speed 16 MHzLength 45 mmWidth 18 mmWeight 5 g
• The Arduino Mini is a small microcontroller boardoriginally based on the ATmega168, but now suppliedwith the 328, intended for use on breadboards andwhen space is at a premium.• It has 14 digital input/output pins (of which 6 can beused as PWM outputs), 8 analog inputs, and a16 MHz crystal oscillator. It can be programmed with theUSB serial adapter or other USB or RS232 to TTL serialadapter.• The new Mini (revision 05) has a new package forthe ATmega328, which enables all components to be onthe top of the board. It also has an onboard resetbutton.
Microcontroller Atmega328Operating Voltage 5VInput Voltage (recommended) 7-9VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 8DC Current per I/O Pin 40 mAFlash Memory 32 KB (of which 2 KB used by bootloader)SRAM 2 KBEEPROM 1 KBClock Speed 16 MHzLength 30 mmWidth 18 mm
• The Micro is a microcontroller board based onthe ATmega32U4.• It has 20 digital input/output pins (of which 7 canbe used as PWM outputs and 12 as analoginputs), a 16 MHz crystal oscillator, a micro USBconnection, an ICSP header, and a reset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a micro USB cable to get started.
Microcontroller Atmega32U4Operating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 20PWM Digital I/O Pins 7Analog Input Pins 12DC Current per I/O Pin 20 mADC Current for 3.3V Pin 50 mAFlash Memory 32 KB (of which 4 KB used by bootloader)SRAM 2.5 KBEEPROM 1 KBClock Speed 16 MHzLength 48 mmWidth 18 mmWeight 13g
• The LilyPad Arduino Main Board is based on theATmega168V (the low-power version of theATmega168) or the ATmega328.• It has 14 digital input/output pins and 6 analoginputs, a micro USB connection, and a resetbutton.• The LilyPad Arduino was designed anddeveloped by Leah Buechley and SparkFunElectronics..
Microcontroller Atmega168 or Atmega328VOperating Voltage 2.7 - 5.5VInput Voltage (recommended) 2.7-5.5VDigital I/O Pins 14PWM Digital I/O Pins 6Analog Input Pins 6DC Current per I/O Pin 40 mAFlash Memory 16 KB (of which 2 KB used by bootloader)SRAM 1 KBEEPROM 512 BClock Speed 8 MHz
• https://www.arduino.cc/en/Main/ArduinoBoardLilyPad• https://www.arduino.cc/en/Main/ArduinoBoardMini• https://www.arduino.cc/en/Main/ArduinoBoardMicro• https://www.arduino.cc/en/Main/ArduinoBoardMega• https://www.arduino.cc/en/Main/ArduinoBoardNano• https://www.arduino.cc/en/Main/ArduinoBoardUno
Different Arduino Boards

Recommended

PPTX
Introduction to arduino ppt main
PPTX
Basics of open source embedded development board (
PPTX
Embedded system design using arduino
PPS
What is Arduino ?
PPTX
Arduino slides
PPT
ARDUINO AND ITS PIN CONFIGURATION
PPTX
ATMEGA 328
PPT
Embedded system programming using Arduino microcontroller
ODP
Robotics and Arduino (Arduino UNO)
PPTX
PPT ON Arduino
PPTX
Basics of arduino uno
PPTX
Arduino course
PDF
Arduino Workshop Day 1 - Basic Arduino
 
PDF
Introduction to Microcontroller
PDF
Arduino Workshop Day 2 - Advance Arduino & DIY
 
PPT
Arduino
PPTX
Introduction to the Arduino
PPTX
Introduction to Arduino Microcontroller
PPT
Intro to Arduino
PPTX
Introduction to arduino
PPTX
Introduction to Microcontroller
PPTX
ARM Processor
PPTX
Pic microcontroller architecture
PPTX
Embedded system introduction
PPTX
anti sleep alarm for students
ODP
Push Button Switches
 
PPTX
Microcontroller 8051 and its interfacing
PPTX
Motor driver IC L293D
PDF
Arduino Lecture 1 - Introducing the Arduino
PPTX
What are the different types of arduino boards

More Related Content

PPTX
Introduction to arduino ppt main
PPTX
Basics of open source embedded development board (
PPTX
Embedded system design using arduino
PPS
What is Arduino ?
PPTX
Arduino slides
PPT
ARDUINO AND ITS PIN CONFIGURATION
PPTX
ATMEGA 328
PPT
Embedded system programming using Arduino microcontroller
Introduction to arduino ppt main
Basics of open source embedded development board (
Embedded system design using arduino
What is Arduino ?
Arduino slides
ARDUINO AND ITS PIN CONFIGURATION
ATMEGA 328
Embedded system programming using Arduino microcontroller

What's hot

ODP
Robotics and Arduino (Arduino UNO)
PPTX
PPT ON Arduino
PPTX
Basics of arduino uno
PPTX
Arduino course
PDF
Arduino Workshop Day 1 - Basic Arduino
 
PDF
Introduction to Microcontroller
PDF
Arduino Workshop Day 2 - Advance Arduino & DIY
 
PPT
Arduino
PPTX
Introduction to the Arduino
PPTX
Introduction to Arduino Microcontroller
PPT
Intro to Arduino
PPTX
Introduction to arduino
PPTX
Introduction to Microcontroller
PPTX
ARM Processor
PPTX
Pic microcontroller architecture
PPTX
Embedded system introduction
PPTX
anti sleep alarm for students
ODP
Push Button Switches
 
PPTX
Microcontroller 8051 and its interfacing
PPTX
Motor driver IC L293D
Robotics and Arduino (Arduino UNO)
PPT ON Arduino
Basics of arduino uno
Arduino course
Arduino Workshop Day 1 - Basic Arduino
 
Introduction to Microcontroller
Arduino Workshop Day 2 - Advance Arduino & DIY
 
Arduino
Introduction to the Arduino
Introduction to Arduino Microcontroller
Intro to Arduino
Introduction to arduino
Introduction to Microcontroller
ARM Processor
Pic microcontroller architecture
Embedded system introduction
anti sleep alarm for students
Push Button Switches
 
Microcontroller 8051 and its interfacing
Motor driver IC L293D

Viewers also liked

PDF
Arduino Lecture 1 - Introducing the Arduino
PPTX
What are the different types of arduino boards
PDF
Arduino arduino boardnano
DOCX
The arduino uno is a microcontroller board based on the
PDF
Datasheet mq6
PDF
Arduino nanomanual23
PPTX
Design and implementation of high power dc dc converter and speed control of ...
PPTX
Arduino as an embedded industrial controller
PDF
Arduino mega-schematic
DOCX
DC MOTOR CONTROL MODULE
PDF
Adaptador HC-05 para Arduino
PPT
Global Positioning System
PPTX
PPTX
Arduino 101
PPTX
Gsm ppt
Arduino Lecture 1 - Introducing the Arduino
What are the different types of arduino boards
Arduino arduino boardnano
The arduino uno is a microcontroller board based on the
Datasheet mq6
Arduino nanomanual23
Design and implementation of high power dc dc converter and speed control of ...
Arduino as an embedded industrial controller
Arduino mega-schematic
DC MOTOR CONTROL MODULE
Adaptador HC-05 para Arduino
Global Positioning System
Arduino 101
Gsm ppt

Similar to Different Arduino Boards

PPTX
Arduino and its hw architecture
PPTX
Arduino Microcontroller
DOCX
Touch Switch (Smart Switches) by arduino Project report file
PPTX
Arduino
PPTX
Arduino-101-Workshop (Introduction to Arduino and motor driver)
PDF
iot1&2.pdf
PPTX
Basics of open source embedded development board (
PPTX
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
PPTX
Arduino Model's
PPTX
This will give the basic introduction to a arduino
PDF
The document proceeds to explain the main components of an Arduino Uno board ...
 
PPTX
Arduino01.pptx
PPTX
By Asst.Prof.D.R.Bhise Electrical Engineering Department Matoshri College of...
PPTX
An Introduction To Arduino.pptx
 
PPTX
Capabilities of Arduino (including Due)
PDF
Ardunio
PDF
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
PPTX
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
PPTX
Atmeag328 bootloading
PDF
WorkShop on Arduino
Arduino and its hw architecture
Arduino Microcontroller
Touch Switch (Smart Switches) by arduino Project report file
Arduino
Arduino-101-Workshop (Introduction to Arduino and motor driver)
iot1&2.pdf
Basics of open source embedded development board (
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pptx
Arduino Model's
This will give the basic introduction to a arduino
The document proceeds to explain the main components of an Arduino Uno board ...
 
Arduino01.pptx
By Asst.Prof.D.R.Bhise Electrical Engineering Department Matoshri College of...
An Introduction To Arduino.pptx
 
Capabilities of Arduino (including Due)
Ardunio
ARDUINO OVERVIEW HARDWARE SOFTWARE AND INSTALLATION.pdf
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Atmeag328 bootloading
WorkShop on Arduino

Recently uploaded

PDF
Handheld_Laser_Welding_Presentation 2.pdf
PPTX
firewall Selection in production life pptx
PPTX
Presentation on Purdue model for control hierarchy
PDF
Human computer Interface ppt aUNIT 3.pdf
PDF
BE-Python-Lab.pdf taught in msrit bangalore
PDF
Structural Conservation Appraisal of Indian Monuments Preserving India’s Arch...
PPTX
Step-by-step guide to designing standard a microbiology laboratory in pharmac...
PDF
Basic Control system for oin and gas PART1.pdf
PDF
Hybrid Anomaly Detection Mechanism for IOT Networks
PDF
TechSprint: Innovate for Impact Hackathon
PDF
Lecture -06-Hybrid Policies - Chapter 7- Weeks 6-7.pdf
PPTX
Power point presentation on introduction of software engineering
PPTX
How to Create an Effective Monthly Preventive Maintenance Plan
PPTX
Preventive Maintenance Program for Compressors – Complete Guide
PPTX
Plant Performance Strategies: Enhanced Reliability & Operational Efficiency w...
PDF
Basic Engineering mechanical handwriting notes
PPTX
علي نفط.pptx هندسة النفط هندسة النفط والغاز
PPTX
The Importance of Maintenance Budgets — Maximize Reliability & Control Costs ...
PDF
AI-Driven CTI for Business: Emerging Threats, Attack Strategies, and Defensiv...
PPTX
Shutdown Maintenance Explained — Full Plant Turnaround & Best Practices with ...
Handheld_Laser_Welding_Presentation 2.pdf
firewall Selection in production life pptx
Presentation on Purdue model for control hierarchy
Human computer Interface ppt aUNIT 3.pdf
BE-Python-Lab.pdf taught in msrit bangalore
Structural Conservation Appraisal of Indian Monuments Preserving India’s Arch...
Step-by-step guide to designing standard a microbiology laboratory in pharmac...
Basic Control system for oin and gas PART1.pdf
Hybrid Anomaly Detection Mechanism for IOT Networks
TechSprint: Innovate for Impact Hackathon
Lecture -06-Hybrid Policies - Chapter 7- Weeks 6-7.pdf
Power point presentation on introduction of software engineering
How to Create an Effective Monthly Preventive Maintenance Plan
Preventive Maintenance Program for Compressors – Complete Guide
Plant Performance Strategies: Enhanced Reliability & Operational Efficiency w...
Basic Engineering mechanical handwriting notes
علي نفط.pptx هندسة النفط هندسة النفط والغاز
The Importance of Maintenance Budgets — Maximize Reliability & Control Costs ...
AI-Driven CTI for Business: Emerging Threats, Attack Strategies, and Defensiv...
Shutdown Maintenance Explained — Full Plant Turnaround & Best Practices with ...

Different Arduino Boards

  • 2.
    • What isArduino?• Types of Arduino Boards• Arduino Uno• Arduino Mega• Arduino Nano• Arduino Mini• Arduino Micro• Arduino Lilypad• References
  • 3.
    • Arduino isan open-source prototypingplatform based on easy-to-use hardware andsoftware.• Arduino Boards are able to read inputs - lighton a sensor, a finger on a button and turn itinto an output - activating a motor, turning onan LED, publishing something online.
  • 4.
     Arduino UnoArduino Mega Arduino Nano Arduino Mini Arduino Micro Arduino Lilypad
  • 5.
    • The Unois a microcontroller board based onthe ATmega328P. It has 14 digital input/outputpins (of which 6 can be used as PWM outputs), 6analog inputs, a 16 MHz quartz crystal, a USBconnection, a power jack, an ICSP header and areset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a USB cable or power it with a AC-to-DCadapter or battery to get started.
  • 7.
    Microcontroller Atmega328POperating Voltage5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 6DC Current per I/O Pin 20 mADC Current for 3.3V Pin 50 mAFlash Memory32 KB (ATmega328P)of which 0.5 KB used by bootloaderSRAM 2 KB (ATmega328P)EEPROM 1 KB (ATmega328P)Clock Speed 16 MHzLength 68.6 mmWidth 53.4 mmWeight 25 g
  • 8.
    • The ArduinoMega is a microcontroller boardbased on the ATmega1280. It has 54 digitalinput/output pins (of which 14 can be used asPWM outputs), 16 analog inputs,4 UARTs (hardware serial ports), a 16 MHz crystaloscillator, a USB connection, a power jack, anICSP header, and a reset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a USB cable or power it with a AC-to-DCadapter or battery to get started.
  • 10.
    Microcontroller Atmega1280Operating Voltage5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 54 (of which 15 provide PWM output)PWM Digital I/O Pins 15Analog Input Pins 16DC Current per I/O Pin 40 mADC Current for 3.3V Pin 50 mAFlash Memory128 KBof which 4 KB used by bootloaderSRAM 8 KBEEPROM 4 KBClock Speed 16 MHz
  • 11.
    • The ArduinoNano is a small, complete, andbreadboard-friendly board based onthe ATmega328 (Arduino Nano 3.x) orATmega168 (Arduino Nano 2.x).• It lacks only a DC power jack, and works with aMini-B USB cable instead of a standard one.• The Nano was designed and is being producedby Gravitech.
  • 13.
    Microcontroller Atmega168 orAtmega328Operating Voltage 5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 8DC Current per I/O Pin 40 mAFlash Memory16 KB (ATmega168) or 32 KB (ATmega328)of which 2 KB used by bootloaderSRAM 1 KB (ATmega168) or 2 KB (ATmega328)EEPROM 512 B (ATmega168) or 1 KB (ATmega328)Clock Speed 16 MHzLength 45 mmWidth 18 mmWeight 5 g
  • 14.
    • The ArduinoMini is a small microcontroller boardoriginally based on the ATmega168, but now suppliedwith the 328, intended for use on breadboards andwhen space is at a premium.• It has 14 digital input/output pins (of which 6 can beused as PWM outputs), 8 analog inputs, and a16 MHz crystal oscillator. It can be programmed with theUSB serial adapter or other USB or RS232 to TTL serialadapter.• The new Mini (revision 05) has a new package forthe ATmega328, which enables all components to be onthe top of the board. It also has an onboard resetbutton.
  • 16.
    Microcontroller Atmega328Operating Voltage5VInput Voltage (recommended) 7-9VInput Voltage (limit) 6-20VDigital I/O Pins 14 (of which 6 provide PWM output)PWM Digital I/O Pins 6Analog Input Pins 8DC Current per I/O Pin 40 mAFlash Memory 32 KB (of which 2 KB used by bootloader)SRAM 2 KBEEPROM 1 KBClock Speed 16 MHzLength 30 mmWidth 18 mm
  • 17.
    • The Microis a microcontroller board based onthe ATmega32U4.• It has 20 digital input/output pins (of which 7 canbe used as PWM outputs and 12 as analoginputs), a 16 MHz crystal oscillator, a micro USBconnection, an ICSP header, and a reset button.• It contains everything needed to support themicrocontroller; simply connect it to a computerwith a micro USB cable to get started.
  • 19.
    Microcontroller Atmega32U4Operating Voltage5VInput Voltage (recommended) 7-12VInput Voltage (limit) 6-20VDigital I/O Pins 20PWM Digital I/O Pins 7Analog Input Pins 12DC Current per I/O Pin 20 mADC Current for 3.3V Pin 50 mAFlash Memory 32 KB (of which 4 KB used by bootloader)SRAM 2.5 KBEEPROM 1 KBClock Speed 16 MHzLength 48 mmWidth 18 mmWeight 13g
  • 20.
    • The LilyPadArduino Main Board is based on theATmega168V (the low-power version of theATmega168) or the ATmega328.• It has 14 digital input/output pins and 6 analoginputs, a micro USB connection, and a resetbutton.• The LilyPad Arduino was designed anddeveloped by Leah Buechley and SparkFunElectronics..
  • 22.
    Microcontroller Atmega168 orAtmega328VOperating Voltage 2.7 - 5.5VInput Voltage (recommended) 2.7-5.5VDigital I/O Pins 14PWM Digital I/O Pins 6Analog Input Pins 6DC Current per I/O Pin 40 mAFlash Memory 16 KB (of which 2 KB used by bootloader)SRAM 1 KBEEPROM 512 BClock Speed 8 MHz
  • 23.
    • https://www.arduino.cc/en/Main/ArduinoBoardLilyPad• https://www.arduino.cc/en/Main/ArduinoBoardMini•https://www.arduino.cc/en/Main/ArduinoBoardMicro• https://www.arduino.cc/en/Main/ArduinoBoardMega• https://www.arduino.cc/en/Main/ArduinoBoardNano• https://www.arduino.cc/en/Main/ArduinoBoardUno

[8]ページ先頭

©2009-2025 Movatter.jp