EMBEDDED SYSTEMS SUCHITA M. DAKI.

Slides:



Advertisements
Similar presentations
EMBEDDED SYSTEMS. Textbook: T. Bräunl Embedded Robotics, Springer 2003.
Advertisements

Implementing Fault Tolerant Systems with Windows CE.NET Reliable System Design 2010 by: Amir M. Rahmani.
Khaled A. Al-Utaibi  Computers are Every Where  What is Computer Engineering?  Design Levels  Computer Engineering Fields  What.
Parts & Functions of a Computer. 2 Functions of a Computer.
A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 1 Introducing Hardware.
The 8051 Microcontroller Architecture
B.RAMAMURTHY UNIVERSITY AT BUFFALO Introduction to Hardware (& Software) 5/30/2013 Amrita-UB-MSES-CSE
Microcontroller: Introduction
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
Introduction to Embedded Systems. What is an Embedded System? Electronic devices that incorporate a microprocessor or microcontroller within their implementation.
INTRODUCTION TO MICROCONTROLLER. What is a Microcontroller A microcontroller is a complete microprocessor system, consisting of microprocessor, limited.
EC4012PA PIC 18F Introduction 2  Processor  Input Devices  Output Devices  Memory Devices 3.
Exploring Engineering Chapter 9, Part 2 Logic and Computers.
How to design Microcontroller Based System? Fall 2014 Sung Yeul Park, Ph.D. Dept. of Electrical and Computer Eng University of Connecticut.
Hardware -Computer Organization. Hardware & Software A computer system consists of A computer system consists of –Hardware: anything you can touch, smell,
ECE 447: Lecture 1 Microcontroller Concepts. ECE 447: Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device.
Embedded System Design
Your Interactive Guide to the Digital World Discovering Computers 2012.
Applied Control Systems Technology. © t 4 Galway Education Centre 2 Applied Control Systems Inputs Push switches L.D.R. Microphone Tilt switch Infrared.
Configuration.
The parts of a computer KeyboardMouse Speakers Disk drive Visual display unit/VDU/Monitor Central processing unit (CPU) Hard disk (Backing store) Microphone.
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
ECE Lecture 1 Microcontroller Concepts. Basic Computer System CPU Memory Program + Data I/O Interface Parallel I/O Device Serial I/O Device Data.
HardwareHardware F451 - AS Computing. Hardware and Software Definition Hardware –The physical components that make up a computer system. Includes all.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Chapter 1 Computer Hardware1 Computer Hardware A level Computing Book (Reference) By P.M.Heathcore.
MICROOCESSORS AND MICROCONTROLLER:
This course is designed by Dr. Khaled A. Al-Utaibi.
BTEC First Information and Creative Technology Teaching and Assessment Pack Unit 2: Technology Systems Hardware devices.
Embedded Systems Introduction. Microprocessor building blocks 1. ALU (Arithmetic Logic Unit): The ALU is a sequential logic circuitry that is intended.
INTRODUCTION TO EMBEDDED SYSTEM
HOME AUTOMATION USING PC DONE BY RAJESHKUMAR S SRI HARSHA D.
6/11/20161Preetha V. AP/EEE SNS College of Engineering.
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
KAASHIV INFOTECH – A SOFTWARE CUM RESEARCH COMPANY IN ELECTRONICS, ELECTRICAL, CIVIL AND MECHANICAL AREAS
By Nithiya Devi.G Assistant Professor Dept. of ECE.
Computer Basics 1 Chapter One Computer Basics Part 1.
GCSE Computer Science - Revision
Introduction to Microcontroller Technology
EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.
Future Careers in Embedded Systems, Mechatronics, and Control
Mikrodenetleyiciler/Mikrokontrolörler (Microcontrollers)
Introducing Hardware.
EMBEDDED SYSTEMS.
MCU – Microcontroller Unit – 1
Fundamental of Information Communication Technology (ICT)
INTRODUCTION TO EMBEDDED SYSTEM
SUBMITTED BY EDGEFX TEAM
IR OBSTACLE DETECTION TO
Microcomputer Architecture
EmbedDed Systems – MECT190
AS PER OBE SYLLABUS DTE KARNATAKA SHANTHU M.Tech SAI JAYANI ACADEMY (R) SIXTH SEMESTER Diploma in ELECTRONICS AND COMMUNICATION ENGINEERING.
Why microcontrollers in embedded systems?
MICROCONTROLLERS Subject code:10ES42
EmbedDed Systems – MECT190
8051 Supplement.
EMBEDDED SYSTEMS.
EMBEDDED SYSTEMS.
Chapter 1: How are computers organized?
Introduction ET2008 Sistem Embedded.
Introduction to Embedded Systems
Introduction to Hardware
WJEC GCSE Computer Science
Objectives Explain the purpose and give examples of embedded systems.
Embedded Systems By : Simran Amaandeep Singh
Computer Electronic device Accepts data - input
Course Code 114 Introduction to Computer Science
Presentation transcript:

EMBEDDED SYSTEMS SUCHITA M. DAKI

1.1 Definition Definition for: embedded system A combination of hardware and software which together form a component of a larger machine. An example of an embedded system is a microprocessor that controls an automobile engine. An embedded system is designed to run on its own without human intervention, and may be required to respond to events in real time. Source: www.computeruser.com/resources/dictionary

Application Areas • TV • stereo • remote control • phone / mobile phone • refrigerator • microwave • washing machine • electric tooth brush • oven / rice or bread cooker • watch • alarm clock • electronic musical instruments • electronic toys (stuffed animals,handheld toys, pinballs, etc.) • medical home equipment (e.g. blood pressure, thermometer)

Application Areas Medical Systems Office Equipment Tools Banking pace maker, patient monitoring systems, injection systems, intensive care units, … Office Equipment printer, copier, fax, … Tools multimeter, oscilloscope, line tester, GPS, … Banking ATMs, statement printers, … Transportation (Planes/Trains/[Automobiles] and Boats) radar, traffic lights, signalling systems, …

Application Areas Automobiles Building Systems Agriculture Space engine management, trip computer, cruise control, immobilizer, car alarm, airbag, ABS, ESP, … Building Systems elevator, heater, air conditioning, lighting, key card entries, locks, alarm systems, … Agriculture feeding systems, milking systems, … Space satellite systems, …

Microcontrollers Microprocessor Microcontroller CPU (on single chip) Microcontroller CPU + Timers + I/O (+RAM) (+ROM) Reduced chip count for board design Embedded system Today’s Technology: Surface Mount Device (SMD) Ball Grid Array (BGA)

Input and Output Required to communicate with outside world PC System: Keyboard Monitor Parallel port (printer port) Serial port + USB Embedded System: Sensors (e.g. in automobile: acceleration sensor, seat sensor) Actuators (e.g. in automobile: valves for airbags)

Input and Output Input / output device implementation can be: • Memory-mapped • I/O mapped (ports) • DMA (direct memory access)