EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It.

Slides:



Advertisements
Similar presentations
Microprocessor 8085/8086 Lecturer M A Rahim Khan Computer Engineering and Networks Deptt.
Advertisements

Chapter 1 The 8051 Microcontroller
CHAPTER 1 THE 8051 MICROCONTROLLERS. Microcontroller vs. General- Purpose Microprocessor General-purpose microprocessors have ◦ No RAM ◦ No ROM ◦ No I/O.
The 8051 Microcontroller Architecture
Microcontroller 8051.
The 8051 Microcontroller.
Microcontroller: Introduction
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
Khaled A. Al-Utaibi  Microprocessors  Microcontrollers  Embedded Systems.
The 8051 Microcontroller architecture
Interactive Voice Response System (IVRS) Presented by Sateesh Kuna Srinivasrao Dhavanam Prudhvi Bolli Nirup Charan K Ashok Kumar M Under the guidance of.
INTRODUCTION TO MICROCONTROLLER. What is a Microcontroller A microcontroller is a complete microprocessor system, consisting of microprocessor, limited.
Objectives How Microcontroller works
COMPUTER SYSTEM ARCHITECTURE By Sohaib.  The digital computer is a digital system that performs various computational tasks.  The word digital implies.
The 8051 Microcontroller and Embedded Systems
MOBILE OPERATING ROBOT ON EMBEDDED SYSTEM
Micro processor and Micro Controllers
Microcontroller Presented by Hasnain Heickal (07), Sabbir Ahmed(08) and Zakia Afroze Abedin(19)
An Introduction to Microcontroller (Hardware Specification) Lec note 4
Intel 8051 Another family of microcontroller is the Intel 8051 family. The basic 8051 microcontroller has four parallel input/output ports, port 0, 1,
MICROOCESSORS AND MICROCONTROLLER:
This course is designed by Dr. Khaled A. Al-Utaibi.
What is a Microprocessor ? A microprocessor consists of an ALU to perform arithmetic and logic manipulations, registers, and a control unit Its has some.
THE MICROPROCESSOR A microprocessor is a single chip of silicon that performs all of the essential functions of a computer central processor unit (CPU)
Presented by Sadhish Prabhu
Chapter Microcontroller
Submitted by:.  Project overview  Block diagram  Power supply  Microcontroller  MAX232 & DB9 Connector  Relay  Relay driver  Software requirements.
8051 Microcontroller Tutorial and Architecture with Applications.
HJD Institute of Technical Education & Research- Kera(Kutch) The 8051 Microcontroller architecture PREPARED BY: RAYMA SOHIL( )
THE PPT OF THE FINAL YEAR PROJECT OF B-TECH ECE (4-TH YEAR) UNDER THE GUIDANCE OF SWARASATI SAHA,LECTURER OF DEPARTMENT OF ECE IS SUBMITTED BY- ARIJIT.
IR OBSTACLE DETECTION TO
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Voice Controlled Robot by Cell Phone with Android App
SUBMITTED BY EDGEFX TEAM
IF I ONLY HAD A BRAIN THE MICROCONTROLLER
The 8051 Microcontroller architecture
Microprocessor and Microcontroller Fundamentals
Microcontrollers & GPIO
PRE-PROGRAMMED DIGITAL SCROLLING MESSAGE
Connected Products and Microcontrollers
Project Title EVM IN 8051 Under the Guidance of Submitted by.
PC Mouse operated Electrical Load Control Using VB Application
UNIT – Microcontroller.
Microcontroller Based Digital Code Lock
IPCOWALA INSTITUTE OF ENGINEERING & TECHNOLOGY-DHARMAJ
EMBEDDED SYSTEMS SUCHITA M. DAKI.
IR OBSTACLE DETECTION TO
Hardware Source: ttp:// under
EMBEDDED SYSTEMS
INTRODUCTION TO MICROPROCESSORS
EmbedDed Systems – MECT190
Microcontrollers, Microcomputers, and Microprocessors
Data bus CPU General Purpose microprocessor RAM ROM I/O Port Timer
Why microcontrollers in embedded systems?
Chapter 1: The 8051 Microcontrollers
EmbedDed Systems – MECT190
PARTS OF THE COMPUTER squires productions.
The 8051 Microcontroller (8 bit )
Microcontroller 8051 Made By: Arun Branch. 4th Sem. I&C Engg.
8051 Microcontroller.
First Design Key board R L S.
Hardware Source: ttp:// under
Important 8051 Features On chip oscillator 4K bytes ROM 128 bytes RAM
8051 Micro Controller.
The 8051 Microcontroller (8 bit )
Wireless Embedded Systems
CHAPTER 1 THE 8051 MICROCONTROLLERS
Introduction to Hardware
Embedded System Introduction
MCU – Microcontroller Unit – 2
Presentation transcript:

EMBEDDED SYSTEM An embedded system is a special-purpose computer system and a combination of software and hardware designed to perform specific task. It is usually a complete device including hardware and mechanical parts It is different from a general-purpose computer, such as a personal computer, which can do many different tasks depending on programming but the embedded system is dedicated to specific tasks.

8051 MICROCONTROLLER PORT1 PORT0 PORT3 PORT2

I.S.P. I.S.P refers to In system programming . Vcc RXD TXD PSEN RST 1kΩ 2 x 33pF 11.0592MHz I.S.P. I.S.P refers to In system programming . It is a circuit arrangement in which we can program and reprogram the microcontroller without removing it from the circuit in which it is being used

Vcc RXD TXD PSEN RST 1kΩ 2 x 33pF 11.0592MHz

Examples of embedded systerms embedded systems range from portable devices such as digital watches and MP4 players. large stationary installations like traffic lights, factory controllers; the systems controlling nuclear power plants etc.

MICROCONTROLLERS A microcontroller is a small computer on a single integrated circuit consisting of a relatively simple CPU combined with some support functions. Program memory in the form of flash memory or ROM is often included on chip, as well as a, typically small, read/write memory. Microcontrollers are used in automatically controlled products and devices, such as automobile engine control systems, remote controls, office machines, appliances, power tools, and toys.

8051Microcontroller The 8051 microcontroller is 8 Bit microcontroller and one of the most popular general purpose microcontrollers in use today. The Intel 8051 is an 8-bit microcontroller which means that most available operations are limited to 8 bits. There are 3 basic "sizes" of the 8051 Short, Standard, and Extended.

FEATURES OF 8051 It provides many functions (CPU, RAM, ROM, I/O, interrupt logic, timer, etc.) in a single package it is an 8-bit microcontroller. On-chip RAM - 128 bytes(data memory) On-chip ROM - 4 kiB (program memory) Four byte bi-directional input/output port Two 16-bit Counter/timers (usually 2, but may have more, or less). Four 8-bit ports, (short models have two 8-bit ports).