SlideShare a Scribd company logo
Arduino Uno
Prepared by- Rupesh Ingle
What is Arduino Uno?
• Open-source microcontroller board based on
ATmega328P.
• Used in embedded systems, IoT, and
automation projects.
• ‘Uno’ means ‘one’ in Italian — first official
Arduino board.
Basic Information of Arduino Uno ATmega328P microcontroller
Technical Specifications
• Microcontroller: ATmega328P
• Operating Voltage: 5V | Input Voltage: 7–12V
• 14 Digital I/O Pins (6 PWM), 6 Analog Inputs
(A0–A5)
• Flash: 32 KB | SRAM: 2 KB | EEPROM: 1 KB
• Clock Speed: 16 MHz | USB Type-B Port
Features & Memory
• Reads digital (HIGH/LOW) and analog (0-1023)
signals.
• Works with sensors, motors, displays, etc.
• Memory Types:
• - Flash: Stores code (32 KB)
• - SRAM: Runtime variables (2 KB)
• - EEPROM: Permanent small data (1 KB)
Programming & Tools
• Language: Based on C/C++
• IDE: Arduino IDE (Offline) | Arduino Web
Editor (Online)
• Simulators: Tinkercad Circuits | Wokwi
• Online Resources: arduino.cc | tinkercad.com
| wokwi.com
Arduino Code Structure
• setup(): Runs once at the beginning.
• loop(): Repeats infinitely.
• Example: Blink LED using pin 13 with delay.
Applications & Projects
• LED Patterns | Motion Sensors | Line Follower
Robots
• LCD Displays | Temperature Sensing | Smart
Bins
• Home Automation using Relays and Sensors
Powering Arduino Uno
• Via USB (during programming)
• Barrel Jack (7–12V DC adapter)
• Vin Pin (with external power supply)
Important Pins & Safety
• PWM Pins: 3, 5, 6, 9, 10, 11
• Analog Pins: A0–A5 | Digital Pins: 0–13
• GND: Connect for common ground
• 5V Pin: For output power | Vin: For supply
input
• Never draw >20 mA from I/O pin
• Use resistors with LEDs and proper grounding
Libraries and Examples
• Use Arduino IDE’s Library Manager for
sensors, LCDs, etc.
• Check File > Examples in IDE for demo
projects.
• Explore community libraries for advanced
projects.

More Related Content

PDF
Arduino arduino boarduno
DOCX
The arduino uno is a microcontroller board based on the
PPTX
By Asst.Prof.D.R.Bhise Electrical Engineering Department Matoshri College of...
PDF
Arduino Uno
PDF
PPTX
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
PPTX
This will give the basic introduction to a arduino
PPTX
Introduction to arduino ppt main
Arduino arduino boarduno
The arduino uno is a microcontroller board based on the
By Asst.Prof.D.R.Bhise Electrical Engineering Department Matoshri College of...
Arduino Uno
Arduino for beginners- Introduction to Arduino (presentation) - codewithgauri
This will give the basic introduction to a arduino
Introduction to arduino ppt main

Similar to Basic Information of Arduino Uno ATmega328P microcontroller (20)

PPTX
Buy arduino locally by Robomart
PDF
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
PPTX
Arduino Uno Mainboard robotics grade 9 level
PPTX
Buy arduino uno in bulk by robomart
PPTX
arduino uno
PPTX
Where buy arduino robomart
PDF
Education Documantary
PPTX
Arduino Family
PPTX
Smart Blind stick by using arduino uno and sensor
PPTX
Arduino Microcontroller
PPTX
Buy arduino zero by robomart
DOCX
embedded manual for students to learn and do
PPS
Arduino Uno Pin Description
PPTX
Arduino
PPTX
Arduino
PPTX
Arduino
PPT
Introduction to Arduino 16822775 (2).ppt
PPTX
Arduino uno
PPTX
Arduino Uno Board - Robomart
PPTX
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Buy arduino locally by Robomart
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
Arduino Uno Mainboard robotics grade 9 level
Buy arduino uno in bulk by robomart
arduino uno
Where buy arduino robomart
Education Documantary
Arduino Family
Smart Blind stick by using arduino uno and sensor
Arduino Microcontroller
Buy arduino zero by robomart
embedded manual for students to learn and do
Arduino Uno Pin Description
Arduino
Arduino
Arduino
Introduction to Arduino 16822775 (2).ppt
Arduino uno
Arduino Uno Board - Robomart
Internet of Things Unit 3 notes-Design and Development and Arduino.pptx
Ad

Recently uploaded (20)

PDF
01-Introduction-to-Information-Management.pdf
PPTX
Week 4 Term 3 Study Techniques revisited.pptx
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Onica Farming 24rsclub profitable farm business
PPTX
Open Quiz Monsoon Mind Game Prelims.pptx
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
FourierSeries-QuestionsWithAnswers(Part-A).pdf
PDF
Anesthesia in Laparoscopic Surgery in India
PPTX
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
PPTX
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
PPTX
Introduction and Scope of Bichemistry.pptx
PPTX
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PPTX
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
PDF
Abdominal Access Techniques with Prof. Dr. R K Mishra
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
Open Quiz Monsoon Mind Game Final Set.pptx
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
01-Introduction-to-Information-Management.pdf
Week 4 Term 3 Study Techniques revisited.pptx
Microbial disease of the cardiovascular and lymphatic systems
102 student loan defaulters named and shamed – Is someone you know on the list?
Onica Farming 24rsclub profitable farm business
Open Quiz Monsoon Mind Game Prelims.pptx
O7-L3 Supply Chain Operations - ICLT Program
FourierSeries-QuestionsWithAnswers(Part-A).pdf
Anesthesia in Laparoscopic Surgery in India
Introduction to Child Health Nursing – Unit I | Child Health Nursing I | B.Sc...
COMPUTERS AS DATA ANALYSIS IN PRECLINICAL DEVELOPMENT.pptx
Introduction and Scope of Bichemistry.pptx
IMMUNITY IMMUNITY refers to protection against infection, and the immune syst...
Renaissance Architecture: A Journey from Faith to Humanism
UNDER FIVE CLINICS OR WELL BABY CLINICS.pptx
Abdominal Access Techniques with Prof. Dr. R K Mishra
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
Open Quiz Monsoon Mind Game Final Set.pptx
O5-L3 Freight Transport Ops (International) V1.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Ad

Basic Information of Arduino Uno ATmega328P microcontroller

  • 2. What is Arduino Uno? • Open-source microcontroller board based on ATmega328P. • Used in embedded systems, IoT, and automation projects. • ‘Uno’ means ‘one’ in Italian — first official Arduino board.
  • 4. Technical Specifications • Microcontroller: ATmega328P • Operating Voltage: 5V | Input Voltage: 7–12V • 14 Digital I/O Pins (6 PWM), 6 Analog Inputs (A0–A5) • Flash: 32 KB | SRAM: 2 KB | EEPROM: 1 KB • Clock Speed: 16 MHz | USB Type-B Port
  • 5. Features & Memory • Reads digital (HIGH/LOW) and analog (0-1023) signals. • Works with sensors, motors, displays, etc. • Memory Types: • - Flash: Stores code (32 KB) • - SRAM: Runtime variables (2 KB) • - EEPROM: Permanent small data (1 KB)
  • 6. Programming & Tools • Language: Based on C/C++ • IDE: Arduino IDE (Offline) | Arduino Web Editor (Online) • Simulators: Tinkercad Circuits | Wokwi • Online Resources: arduino.cc | tinkercad.com | wokwi.com
  • 7. Arduino Code Structure • setup(): Runs once at the beginning. • loop(): Repeats infinitely. • Example: Blink LED using pin 13 with delay.
  • 8. Applications & Projects • LED Patterns | Motion Sensors | Line Follower Robots • LCD Displays | Temperature Sensing | Smart Bins • Home Automation using Relays and Sensors
  • 9. Powering Arduino Uno • Via USB (during programming) • Barrel Jack (7–12V DC adapter) • Vin Pin (with external power supply)
  • 10. Important Pins & Safety • PWM Pins: 3, 5, 6, 9, 10, 11 • Analog Pins: A0–A5 | Digital Pins: 0–13 • GND: Connect for common ground • 5V Pin: For output power | Vin: For supply input • Never draw >20 mA from I/O pin • Use resistors with LEDs and proper grounding
  • 11. Libraries and Examples • Use Arduino IDE’s Library Manager for sensors, LCDs, etc. • Check File > Examples in IDE for demo projects. • Explore community libraries for advanced projects.