SlideShare ist ein Scribd-Unternehmen logo
1 von 25
Introduction to
EMBEDDED SYSTEM
SHIBU K V
Dr Moe Moe Myint
Department of Computer Engineering & Information Technology
Mandalay Technological University
www.slideshare.net/MoeMoeMyint
moemoemyint@moemyanmar.ml
moe2myint.mdy@gmail.com
drmoemoemyint.blogspot.com
1
Course Objectives
 Recognize the major components that constitute an embedded
system
 Apply small programs to solve well-defined problems on an
embedded platform
 Practice familiarity with tools used to develop in an embedded
environment
2
Mandalay Technological University
Department of Computer Engineering and Information Technology
Course Outcomes
 Classify the differences between the general computing system and the
embedded system
 Become familiar with programming environment used to develop
embedded systems and also recognizes the key concepts of embedded
systems like IO, timers, interrupts, interaction with peripheral devices
 Practice to do hardware/software co-design for embedded systems
3
Mandalay Technological University
Department of Computer Engineering and Information Technology
Agenda
1.1 What is an Embedded Systems 4
1.2 Embedded Systems vs. General Computing Systems 4
1.3 History of Embedded Systems 5
1.4 Classification of Embedded Systems 6
1.5 Major Application Areas of Embedded Systems 7
1.6 Purpose of Embedded Systems
1.7 ‘Smart’ Running Shoes from Adida_The Innovative Bonding of
Lifestyle with Embedded Technology 11
4
Mandalay Technological University
Department of Computer Engineering and Information Technology
Chapter 1 : Learning Objectives
 Learn what an Embedded System is
 Learn the difference between Embedded Systems and General Computing
Systems
 Know the history of Embedded Systems
 Learn the classification of Embedded Systems based on performance,
complexity and the era in which they evolved
 Know the domains and areas of applications of Embedded Systems
 Understand the different purposes of Embedded Systems
 Analysis of a real life example on the bonding of embedded technology
with human life
5
Mandalay Technological University
Department of Computer Engineering and Information Technology
1.1 What is an Embedded System?
 An ES is an electronic/electro-mechanical
system designed to perform a specific
function
 And a combination of both hardware and
firmware (software)
 Every ES is Unique and hardware as well as
the firmware is highly specialized to the
application domain
 ES are becoming an inevitable part of any
product or equipment in all fields including
household appliances, telecommunications,
medical equipment, industrial control,
consumer products, etc.
6
CPU
mem
input
output analog
analog
embedded
System
Mandalay Technological University
Department of Computer Engineering and Information Technology
1.2 Comparison of ES & General Purpose Computing System
7
Criteria General Purpose Computer Embedded System
Contents A system which is a combination
of a generic hardware and a
General Purpose Operating System
for executing a variety of
applications.
A system which is a combination of
special purpose hardware and
embedded OS/firmware for executing a
specific set of applications
OS It contains a general purpose
operating system (GPOS).
It may or not contain an operating
system for functioning.
Alterations Applications are alterable by the
user.
Applications are not-alterable by the
user.
Key factor Performance is key factor. Application specific requirements are
key factors.
Power
Consumption
More Less
Response Time Not critical Critical for some applications
Execution Need not be deterministic Deterministic for certain types of ES
like ‘Hard Real Time’ systems.
Mandalay Technological University
Department of Computer Engineering and Information Technology
Major
Applications
Areas
8
Mandalay Technological University
Department of Computer Engineering and Information Technology
1.5 Major Application Areas of ES
 The application areas and the products in the embedded
domain are countless.
1. Consumer electronics: Camcorders, cameras, etc.
2. Household appliances: Television, DVD players, washing machine,
fridge, microwave oven, etc.
3. Home automation and security systems: Air conditioners, sprinklers,
intruder detection alarms, closed circuit television cameras, fire
alarms, etc.
4. Automotive industry: Anti-lock breaking systems (ABS), engine
control, ignition systems, automatic navigation systems, etc.
5. Telecom: Cellular telephones, telephone switches, handset
multimedia applications, etc.
9
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d10
6. Computer peripherals: Printers, scanners, fax machines, etc.
7. Computer Networking systems: Network routers, switches, hubs,
firewalls, etc.
8. Healthcare: Different kinds of scanners, EEG, ECG machines etc.
9. Measurement & Instrumentation: Digital multi meters, digital CROs,
logic analyzers PLC systems, etc.
10. Banking & Retail: Automatic teller machines (ATM) and currency
counters, point of sales (POS).
11. Card Readers: Barcode, smart card readers, hand held devices, etc.
Mandalay Technological University
Department of Computer Engineering and Information Technology
11
Logic analyzers PLC systems
Point of Sales (POS)
Hand Held Devices
Back
Mandalay Technological University
Department of Computer Engineering and Information Technology
1.6 Purpose of ES
 Each embedded system is designed to serve the purpose of any one or a
combination of the following tasks:
1. Data collection/Storage/Representation
2. Data Communication
3. Data (signal) processing
4. Monitoring
5. Control
6. Application specific user interface
12
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
1. Data Collection/Storage/Representation
 Embedded systems designed for the purpose of data collection performs
acquisition of data from the external world.
 Data collection is usually done for storage, analysis, manipulation and
transmission.
 Data can be either analog (continuous) or digital (discrete).
 Embedded systems with analog data capturing techniques collect data
directly in the form of analog signal whereas embedded systems with
digital data collection mechanism converts the analog signal to the digital
signal using analog to digital (A/D) converters and then collects the
binary equivalent of the analog data.
 If the data is digital, it can be directly captured without any additional
interface by digital embedded systems.
 A digital camera is a typical example of an embedded system with data
collection/storage/representation of data.
 Images are captured and the captured image may be stored within the
memory of the camera. The captured image can also be presented to the
user through a graphic LCD unit.
13
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
2. Data Communication
 Embedded data communication systems are deployed in
applications from complex satellite communication systems to
simple home networking systems.
 The transmission is achieved either by a wire-line medium or by a
wire-less medium.
 Data can either be transmitted by analog means or by digital means.
14
Mandalay Technological University
Department of Computer Engineering and Information Technology
 The data collecting embedded terminal itself can incorporate data
communication units like Wireless modules (Bluetooth, ZigBee, Wi-
Fi, EDGE, GPRS, etc.) or wire-line modules (RS-232C, USB, TCP/IP,
PS2,etc).
 Network hubs, routers, switches, etc. are typical examples of
dedicated data transmission embedded systems.
15
Cont’d
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
3. Data (Signal) Processing
 Embedded systems with
signal processing functionalities are employed in applications demanding
signal processing like speech coding, synthesis, audio video codec,
transmission applications, etc.
 A digital hearing aid is a typical example of an embedded system
employing data processing.
 Digital hearing aid improves the hearing capacity of hearing
impaired persons.
16
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
4. Monitoring
 Almost all embedded products coming under the medical domain
are with monitoring functions only.
 Electro cardiogram machine (ECG) is intended to do the monitoring
of the heartbeat of a patient but it cannot impose control over the
heartbeat.
 Other examples with monitoring function are digital CRO, digital
multimeters, and logic analyzers.
17
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
5. Control
 A system with control functionality contains both sensors and
actuators.
 Sensors are connected to the input port for capturing the changes in
environmental variable or measuring variable.
 The actuators connected to the output port are controlled according
to the changes in the input variable.
 Air conditioner system used in our home to control the room
temperature to a specified limit is a typical example for ES for
CONTROL purpose.
18
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
6. Applications specific user interface
 Buttons, switches, keypad, lights, speakers, display units, etc. are
application-specific user interfaces.
 Mobile phone is an example of application specific user interface.
 In mobile phone the user interface is provided through the keypad,
graphic LCD module, system speaker, vibration alert, etc.
19
Mandalay Technological University
Department of Computer Engineering and Information Technology
Understanding Test Questions I
1. Embedded systems are
(a) General purpose (b) Special purpose
2. Embedded system is
(a) An electronic system (b) A pure mechanical system
(c ) An electro-mechanical system (d) (a) or ( c )
3. Which of the following is not true about embedded systems?
(a) Built around specialized hardware
(b) Always contain an operating system
(c ) Execution behavior may be deterministic
(d) All of these
(e) None of these
20
Mandalay Technological University
Department of Computer Engineering and Information Technology
Cont’d
4. Which of the following is (are) an intended purpose(s) of
embedded systems?
(a) Data collection (b) Data processing (c ) Data communication
(d) All of these (e) None of these
5. Which of the following is an (are) example(s) of embedded system
for data communication?
(a) USB Mass storage device (b) Network router
(c ) Digital camera (d) Music player
(e) All of these (f) None of these
6. A digital multi meter is an example of an embedded system for
(a) Data communication (b) Monitoring
(c) Control (d) All of these
(e) None of these
21
Mandalay Technological University
Department of Computer Engineering and Information Technology
Review Questions I
1. What is an embedded system? Explain the different
applications of embedded systems.
2. Explain the various purposes of embedded systems in
detail with illustrative examples.
22
Mandalay Technological University
Department of Computer Engineering and Information Technology
Assignment I
Define Embedded System with the help of
Group 1: Traffic Light
Group 2: Digital Hearing Aid
Group 3: Bluetooth Controlled Car
Group 4: Obstacle Avoiding Car
Group 5: Intruder Detection Alarm
Group 6: Sprinklers
As an example.
Deadline : 19.12.17 (Coming Tuesday)
23
Mandalay Technological University
Department of Computer Engineering and Information Technology
 Only Original Owner has full rights reserved for copied images.
 This PPT is only for fair academic use.
24
Mandalay Technological University
Department of Computer Engineering and Information Technology
25
Mandalay Technological University
Department of Computer Engineering and Information Technology

Weitere ähnliche Inhalte

Was ist angesagt?

Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificMoe Moe Myint
 
Classification of embedded systems
Classification of embedded systemsClassification of embedded systems
Classification of embedded systemsVikas Dongre
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded SystemsArti Parab Academics
 
Chapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded SystemChapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded SystemMoe Moe Myint
 
Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)Moe Moe Myint
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded SystemsArti Parab Academics
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded SystemsNavin Kumar
 
Introduction to Embedded System I: Chapter 2 (5th portion)
Introduction to Embedded System I: Chapter 2 (5th portion)Introduction to Embedded System I: Chapter 2 (5th portion)
Introduction to Embedded System I: Chapter 2 (5th portion)Moe Moe Myint
 
Embedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - MtechEmbedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - Mtechsangeetha rakhi
 
Introduction to Embedded Systems
Introduction to Embedded SystemsIntroduction to Embedded Systems
Introduction to Embedded SystemsJoy Dutta
 
microcontroller vs microprocessor
microcontroller vs microprocessormicrocontroller vs microprocessor
microcontroller vs microprocessorsobhadevi
 
Introduction to embedded systems
Introduction  to embedded systemsIntroduction  to embedded systems
Introduction to embedded systemsRAMPRAKASHT1
 
Unit-I Basic Embedded System Notes
Unit-I Basic Embedded System NotesUnit-I Basic Embedded System Notes
Unit-I Basic Embedded System NotesDr. Pankaj Zope
 
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfacesanishgoel
 
Unit 1 embedded systems and applications
Unit 1 embedded systems and applicationsUnit 1 embedded systems and applications
Unit 1 embedded systems and applicationsDr.YNM
 
Embedded system Design
Embedded system DesignEmbedded system Design
Embedded system DesignAJAL A J
 

Was ist angesagt? (20)

Chapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain SpecificChapter 4 Embedded System: Application and Domain Specific
Chapter 4 Embedded System: Application and Domain Specific
 
Embedded System
Embedded System Embedded System
Embedded System
 
Classification of embedded systems
Classification of embedded systemsClassification of embedded systems
Classification of embedded systems
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I   Core of Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Core of Embedded Systems
 
Chapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded SystemChapter 3 Charateristics and Quality Attributes of Embedded System
Chapter 3 Charateristics and Quality Attributes of Embedded System
 
Introduction to Embedded System: Chapter 2 (4th portion)
Introduction to Embedded System:  Chapter 2 (4th portion)Introduction to Embedded System:  Chapter 2 (4th portion)
Introduction to Embedded System: Chapter 2 (4th portion)
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded SystemsSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded Systems
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT I Introduction to Embedded Systems
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
 
Introduction to Embedded System I: Chapter 2 (5th portion)
Introduction to Embedded System I: Chapter 2 (5th portion)Introduction to Embedded System I: Chapter 2 (5th portion)
Introduction to Embedded System I: Chapter 2 (5th portion)
 
Embedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - MtechEmbedded systems - UNIT-1 - Mtech
Embedded systems - UNIT-1 - Mtech
 
Introduction to Embedded Systems
Introduction to Embedded SystemsIntroduction to Embedded Systems
Introduction to Embedded Systems
 
microcontroller vs microprocessor
microcontroller vs microprocessormicrocontroller vs microprocessor
microcontroller vs microprocessor
 
Introduction to embedded systems
Introduction  to embedded systemsIntroduction  to embedded systems
Introduction to embedded systems
 
Unit-I Basic Embedded System Notes
Unit-I Basic Embedded System NotesUnit-I Basic Embedded System Notes
Unit-I Basic Embedded System Notes
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
Embedded system introduction
Embedded system introductionEmbedded system introduction
Embedded system introduction
 
Serial Communication Interfaces
Serial Communication InterfacesSerial Communication Interfaces
Serial Communication Interfaces
 
Unit 1 embedded systems and applications
Unit 1 embedded systems and applicationsUnit 1 embedded systems and applications
Unit 1 embedded systems and applications
 
Embedded System Basics
Embedded System BasicsEmbedded System Basics
Embedded System Basics
 
Embedded system Design
Embedded system DesignEmbedded system Design
Embedded system Design
 

Ähnlich wie Introduction to Embedded Systems I : Chapter 1

Lecture 1 PPT - Introduction to Embedded Systems.pptx
Lecture 1 PPT - Introduction to Embedded Systems.pptxLecture 1 PPT - Introduction to Embedded Systems.pptx
Lecture 1 PPT - Introduction to Embedded Systems.pptxcronydeva
 
shibu KV_ intro slides on embedded systems.pdf
shibu KV_ intro slides on embedded systems.pdfshibu KV_ intro slides on embedded systems.pdf
shibu KV_ intro slides on embedded systems.pdflekha349785
 
Mini final docmtn final
Mini final docmtn finalMini final docmtn final
Mini final docmtn finalAyesha Mubeen
 
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1swarna pasupuleti
 
btech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptxbtech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptxSattiBabu16
 
IR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxIR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxSaikiranBasuthkar
 
Embedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayEmbedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayVijay Kumar
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android applicationAvinash Vemula
 
Embedded systems ppt
Embedded systems pptEmbedded systems ppt
Embedded systems pptShreya Thakur
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System ijesajournal
 
Esd notes iae
Esd notes iaeEsd notes iae
Esd notes iaeMuru Gan
 
14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialera_subramaniyam
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx40NehaPagariya
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORijesajournal
 
It 443 lecture 1
It 443 lecture 1It 443 lecture 1
It 443 lecture 1elisha25
 
Microcontrollers have become an integral part of modern electronics
Microcontrollers have become an integral part of modern electronicsMicrocontrollers have become an integral part of modern electronics
Microcontrollers have become an integral part of modern electronicsEmbedded Hash
 

Ähnlich wie Introduction to Embedded Systems I : Chapter 1 (20)

Lecture 1 PPT - Introduction to Embedded Systems.pptx
Lecture 1 PPT - Introduction to Embedded Systems.pptxLecture 1 PPT - Introduction to Embedded Systems.pptx
Lecture 1 PPT - Introduction to Embedded Systems.pptx
 
shibu KV_ intro slides on embedded systems.pdf
shibu KV_ intro slides on embedded systems.pdfshibu KV_ intro slides on embedded systems.pdf
shibu KV_ intro slides on embedded systems.pdf
 
Mini final docmtn final
Mini final docmtn finalMini final docmtn final
Mini final docmtn final
 
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1
R20 REGULATION JNTUK EMBEDDED SYSTEMS UNIT-1
 
btech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptxbtech embedded systems ppt ES UNIT-1.pptx
btech embedded systems ppt ES UNIT-1.pptx
 
IR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docxIR and Metal senosors Based Product Sorting.docx
IR and Metal senosors Based Product Sorting.docx
 
Project report3
Project report3Project report3
Project report3
 
Embedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijayEmbedded System Real Time Operating System (ERTS) I unit by vijay
Embedded System Real Time Operating System (ERTS) I unit by vijay
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android application
 
Embedded systems ppt
Embedded systems pptEmbedded systems ppt
Embedded systems ppt
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System
 
Esd notes iae
Esd notes iaeEsd notes iae
Esd notes iae
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
Unit 1 - Introduction
Unit 1 - IntroductionUnit 1 - Introduction
Unit 1 - Introduction
 
14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer
 
Chapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptxChapter-2 Internet of Things.pptx
Chapter-2 Internet of Things.pptx
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITORDESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
DESIGN OF AN EMBEDDED SYSTEM: BEDSIDE PATIENT MONITOR
 
It 443 lecture 1
It 443 lecture 1It 443 lecture 1
It 443 lecture 1
 
Microcontrollers have become an integral part of modern electronics
Microcontrollers have become an integral part of modern electronicsMicrocontrollers have become an integral part of modern electronics
Microcontrollers have become an integral part of modern electronics
 

Mehr von Moe Moe Myint

Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Moe Moe Myint
 
Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Moe Moe Myint
 
Schematic and PCB Design Using Eagle
Schematic and PCB Design Using EagleSchematic and PCB Design Using Eagle
Schematic and PCB Design Using EagleMoe Moe Myint
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portionMoe Moe Myint
 
Lect 02 second portion
Lect 02  second portionLect 02  second portion
Lect 02 second portionMoe Moe Myint
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portionMoe Moe Myint
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portionMoe Moe Myint
 
Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Moe Moe Myint
 
Digital Image Processing (Lab 09 and 10)
Digital Image Processing (Lab 09 and 10)Digital Image Processing (Lab 09 and 10)
Digital Image Processing (Lab 09 and 10)Moe Moe Myint
 
Digital Image Processing (Lab 08)
Digital Image Processing (Lab 08)Digital Image Processing (Lab 08)
Digital Image Processing (Lab 08)Moe Moe Myint
 
Digital Image Processing (Lab 07)
Digital Image Processing (Lab 07)Digital Image Processing (Lab 07)
Digital Image Processing (Lab 07)Moe Moe Myint
 
Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)Moe Moe Myint
 
Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)Moe Moe Myint
 
Dital Image Processing (Lab 2+3+4)
Dital Image Processing (Lab 2+3+4)Dital Image Processing (Lab 2+3+4)
Dital Image Processing (Lab 2+3+4)Moe Moe Myint
 
Digital image processing lab 1
Digital image processing lab 1Digital image processing lab 1
Digital image processing lab 1Moe Moe Myint
 

Mehr von Moe Moe Myint (16)

Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)Chapter 8 Embedded Hardware Design and Development (third portion)
Chapter 8 Embedded Hardware Design and Development (third portion)
 
Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)Chapter 8 Embedded Hardware Design and Development (second portion)
Chapter 8 Embedded Hardware Design and Development (second portion)
 
Schematic and PCB Design Using Eagle
Schematic and PCB Design Using EagleSchematic and PCB Design Using Eagle
Schematic and PCB Design Using Eagle
 
Lect 06
Lect 06 Lect 06
Lect 06
 
Lect 03 - first portion
Lect 03 - first portionLect 03 - first portion
Lect 03 - first portion
 
Lect 02 second portion
Lect 02  second portionLect 02  second portion
Lect 02 second portion
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portion
 
Lect 02 first portion
Lect 02   first portionLect 02   first portion
Lect 02 first portion
 
Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)Lecture 1 for Digital Image Processing (2nd Edition)
Lecture 1 for Digital Image Processing (2nd Edition)
 
Digital Image Processing (Lab 09 and 10)
Digital Image Processing (Lab 09 and 10)Digital Image Processing (Lab 09 and 10)
Digital Image Processing (Lab 09 and 10)
 
Digital Image Processing (Lab 08)
Digital Image Processing (Lab 08)Digital Image Processing (Lab 08)
Digital Image Processing (Lab 08)
 
Digital Image Processing (Lab 07)
Digital Image Processing (Lab 07)Digital Image Processing (Lab 07)
Digital Image Processing (Lab 07)
 
Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)Digital Image Processing (Lab 06)
Digital Image Processing (Lab 06)
 
Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)Digital Image Processing (Lab 05)
Digital Image Processing (Lab 05)
 
Dital Image Processing (Lab 2+3+4)
Dital Image Processing (Lab 2+3+4)Dital Image Processing (Lab 2+3+4)
Dital Image Processing (Lab 2+3+4)
 
Digital image processing lab 1
Digital image processing lab 1Digital image processing lab 1
Digital image processing lab 1
 

Kürzlich hochgeladen

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaOmar Fathy
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . pptDineshKumar4165
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptxJIT KUMAR GUPTA
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startQuintin Balsdon
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXssuser89054b
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxNadaHaitham1
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxSCMS School of Architecture
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Call Girls Mumbai
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxSCMS School of Architecture
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.Kamal Acharya
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEselvakumar948
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesMayuraD1
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwaitjaanualu31
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdfKamal Acharya
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptNANDHAKUMARA10
 

Kürzlich hochgeladen (20)

Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Thermal Engineering Unit - I & II . ppt
Thermal Engineering  Unit - I & II . pptThermal Engineering  Unit - I & II . ppt
Thermal Engineering Unit - I & II . ppt
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Design For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the startDesign For Accessibility: Getting it right from the start
Design For Accessibility: Getting it right from the start
 
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
 
Wadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptxWadi Rum luxhotel lodge Analysis case study.pptx
Wadi Rum luxhotel lodge Analysis case study.pptx
 
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptxHOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
HOA1&2 - Module 3 - PREHISTORCI ARCHITECTURE OF KERALA.pptx
 
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
Bhubaneswar🌹Call Girls Bhubaneswar ❤Komal 9777949614 💟 Full Trusted CALL GIRL...
 
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
Call Girls in South Ex (delhi) call me [🔝9953056974🔝] escort service 24X7
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLEGEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
GEAR TRAIN- BASIC CONCEPTS AND WORKING PRINCIPLE
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 
DeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakesDeepFakes presentation : brief idea of DeepFakes
DeepFakes presentation : brief idea of DeepFakes
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
Block diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.pptBlock diagram reduction techniques in control systems.ppt
Block diagram reduction techniques in control systems.ppt
 

Introduction to Embedded Systems I : Chapter 1

  • 1. Introduction to EMBEDDED SYSTEM SHIBU K V Dr Moe Moe Myint Department of Computer Engineering & Information Technology Mandalay Technological University www.slideshare.net/MoeMoeMyint moemoemyint@moemyanmar.ml moe2myint.mdy@gmail.com drmoemoemyint.blogspot.com 1
  • 2. Course Objectives  Recognize the major components that constitute an embedded system  Apply small programs to solve well-defined problems on an embedded platform  Practice familiarity with tools used to develop in an embedded environment 2 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 3. Course Outcomes  Classify the differences between the general computing system and the embedded system  Become familiar with programming environment used to develop embedded systems and also recognizes the key concepts of embedded systems like IO, timers, interrupts, interaction with peripheral devices  Practice to do hardware/software co-design for embedded systems 3 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 4. Agenda 1.1 What is an Embedded Systems 4 1.2 Embedded Systems vs. General Computing Systems 4 1.3 History of Embedded Systems 5 1.4 Classification of Embedded Systems 6 1.5 Major Application Areas of Embedded Systems 7 1.6 Purpose of Embedded Systems 1.7 ‘Smart’ Running Shoes from Adida_The Innovative Bonding of Lifestyle with Embedded Technology 11 4 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 5. Chapter 1 : Learning Objectives  Learn what an Embedded System is  Learn the difference between Embedded Systems and General Computing Systems  Know the history of Embedded Systems  Learn the classification of Embedded Systems based on performance, complexity and the era in which they evolved  Know the domains and areas of applications of Embedded Systems  Understand the different purposes of Embedded Systems  Analysis of a real life example on the bonding of embedded technology with human life 5 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 6. 1.1 What is an Embedded System?  An ES is an electronic/electro-mechanical system designed to perform a specific function  And a combination of both hardware and firmware (software)  Every ES is Unique and hardware as well as the firmware is highly specialized to the application domain  ES are becoming an inevitable part of any product or equipment in all fields including household appliances, telecommunications, medical equipment, industrial control, consumer products, etc. 6 CPU mem input output analog analog embedded System Mandalay Technological University Department of Computer Engineering and Information Technology
  • 7. 1.2 Comparison of ES & General Purpose Computing System 7 Criteria General Purpose Computer Embedded System Contents A system which is a combination of a generic hardware and a General Purpose Operating System for executing a variety of applications. A system which is a combination of special purpose hardware and embedded OS/firmware for executing a specific set of applications OS It contains a general purpose operating system (GPOS). It may or not contain an operating system for functioning. Alterations Applications are alterable by the user. Applications are not-alterable by the user. Key factor Performance is key factor. Application specific requirements are key factors. Power Consumption More Less Response Time Not critical Critical for some applications Execution Need not be deterministic Deterministic for certain types of ES like ‘Hard Real Time’ systems. Mandalay Technological University Department of Computer Engineering and Information Technology
  • 8. Major Applications Areas 8 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 9. 1.5 Major Application Areas of ES  The application areas and the products in the embedded domain are countless. 1. Consumer electronics: Camcorders, cameras, etc. 2. Household appliances: Television, DVD players, washing machine, fridge, microwave oven, etc. 3. Home automation and security systems: Air conditioners, sprinklers, intruder detection alarms, closed circuit television cameras, fire alarms, etc. 4. Automotive industry: Anti-lock breaking systems (ABS), engine control, ignition systems, automatic navigation systems, etc. 5. Telecom: Cellular telephones, telephone switches, handset multimedia applications, etc. 9 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 10. Cont’d10 6. Computer peripherals: Printers, scanners, fax machines, etc. 7. Computer Networking systems: Network routers, switches, hubs, firewalls, etc. 8. Healthcare: Different kinds of scanners, EEG, ECG machines etc. 9. Measurement & Instrumentation: Digital multi meters, digital CROs, logic analyzers PLC systems, etc. 10. Banking & Retail: Automatic teller machines (ATM) and currency counters, point of sales (POS). 11. Card Readers: Barcode, smart card readers, hand held devices, etc. Mandalay Technological University Department of Computer Engineering and Information Technology
  • 11. 11 Logic analyzers PLC systems Point of Sales (POS) Hand Held Devices Back Mandalay Technological University Department of Computer Engineering and Information Technology
  • 12. 1.6 Purpose of ES  Each embedded system is designed to serve the purpose of any one or a combination of the following tasks: 1. Data collection/Storage/Representation 2. Data Communication 3. Data (signal) processing 4. Monitoring 5. Control 6. Application specific user interface 12 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 13. Cont’d 1. Data Collection/Storage/Representation  Embedded systems designed for the purpose of data collection performs acquisition of data from the external world.  Data collection is usually done for storage, analysis, manipulation and transmission.  Data can be either analog (continuous) or digital (discrete).  Embedded systems with analog data capturing techniques collect data directly in the form of analog signal whereas embedded systems with digital data collection mechanism converts the analog signal to the digital signal using analog to digital (A/D) converters and then collects the binary equivalent of the analog data.  If the data is digital, it can be directly captured without any additional interface by digital embedded systems.  A digital camera is a typical example of an embedded system with data collection/storage/representation of data.  Images are captured and the captured image may be stored within the memory of the camera. The captured image can also be presented to the user through a graphic LCD unit. 13 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 14. Cont’d 2. Data Communication  Embedded data communication systems are deployed in applications from complex satellite communication systems to simple home networking systems.  The transmission is achieved either by a wire-line medium or by a wire-less medium.  Data can either be transmitted by analog means or by digital means. 14 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 15.  The data collecting embedded terminal itself can incorporate data communication units like Wireless modules (Bluetooth, ZigBee, Wi- Fi, EDGE, GPRS, etc.) or wire-line modules (RS-232C, USB, TCP/IP, PS2,etc).  Network hubs, routers, switches, etc. are typical examples of dedicated data transmission embedded systems. 15 Cont’d Mandalay Technological University Department of Computer Engineering and Information Technology
  • 16. Cont’d 3. Data (Signal) Processing  Embedded systems with signal processing functionalities are employed in applications demanding signal processing like speech coding, synthesis, audio video codec, transmission applications, etc.  A digital hearing aid is a typical example of an embedded system employing data processing.  Digital hearing aid improves the hearing capacity of hearing impaired persons. 16 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 17. Cont’d 4. Monitoring  Almost all embedded products coming under the medical domain are with monitoring functions only.  Electro cardiogram machine (ECG) is intended to do the monitoring of the heartbeat of a patient but it cannot impose control over the heartbeat.  Other examples with monitoring function are digital CRO, digital multimeters, and logic analyzers. 17 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 18. Cont’d 5. Control  A system with control functionality contains both sensors and actuators.  Sensors are connected to the input port for capturing the changes in environmental variable or measuring variable.  The actuators connected to the output port are controlled according to the changes in the input variable.  Air conditioner system used in our home to control the room temperature to a specified limit is a typical example for ES for CONTROL purpose. 18 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 19. Cont’d 6. Applications specific user interface  Buttons, switches, keypad, lights, speakers, display units, etc. are application-specific user interfaces.  Mobile phone is an example of application specific user interface.  In mobile phone the user interface is provided through the keypad, graphic LCD module, system speaker, vibration alert, etc. 19 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 20. Understanding Test Questions I 1. Embedded systems are (a) General purpose (b) Special purpose 2. Embedded system is (a) An electronic system (b) A pure mechanical system (c ) An electro-mechanical system (d) (a) or ( c ) 3. Which of the following is not true about embedded systems? (a) Built around specialized hardware (b) Always contain an operating system (c ) Execution behavior may be deterministic (d) All of these (e) None of these 20 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 21. Cont’d 4. Which of the following is (are) an intended purpose(s) of embedded systems? (a) Data collection (b) Data processing (c ) Data communication (d) All of these (e) None of these 5. Which of the following is an (are) example(s) of embedded system for data communication? (a) USB Mass storage device (b) Network router (c ) Digital camera (d) Music player (e) All of these (f) None of these 6. A digital multi meter is an example of an embedded system for (a) Data communication (b) Monitoring (c) Control (d) All of these (e) None of these 21 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 22. Review Questions I 1. What is an embedded system? Explain the different applications of embedded systems. 2. Explain the various purposes of embedded systems in detail with illustrative examples. 22 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 23. Assignment I Define Embedded System with the help of Group 1: Traffic Light Group 2: Digital Hearing Aid Group 3: Bluetooth Controlled Car Group 4: Obstacle Avoiding Car Group 5: Intruder Detection Alarm Group 6: Sprinklers As an example. Deadline : 19.12.17 (Coming Tuesday) 23 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 24.  Only Original Owner has full rights reserved for copied images.  This PPT is only for fair academic use. 24 Mandalay Technological University Department of Computer Engineering and Information Technology
  • 25. 25 Mandalay Technological University Department of Computer Engineering and Information Technology

Hinweis der Redaktion

  1. 1 (Knowledge) 2 & 3 (Application)
  2. CO 1 : (Knowledge & Comprehension) CO 2 :
  3. 1.3, 1.4, 1.7 (Homework)
  4. Inevitable (essential) Household appliances: Refrigerator, Washine machine, micro wave, TV,… Telecommunications : Phone, Webcams, Routers, Servers, Satellite,… Medical Equipment : Blood Pressure, Thermometer, Diabetics, Patient Monitoring system,… Industrial Control : Car alarms, planes, trains, traffic lights,… Consumer products : cameras, electronic toys, camcorders, …
  5. The embedded system and the general purpose computer are at two extremes. The ES is designed to perform a specific task whereas as per definition the general purpose computer is meant for general use. It can be used for playing games, watching movies, creating software, work on documents or spreadsheets etc.
  6. Retail :
  7. Synthesis = linguistic
  8. Impose = do