MICROCONTROLLER & ITS INTERFACING. Topics of Discussion:  Microprocessor  Definition  Working  Microprocessor & Human Behaviour  Microcontroller.

Slides:



Advertisements
Similar presentations
The Intel 8255 Programmable Peripheral Interface chip is used to give the microprocessor (8088) access to programmable input/ output devices. It has three.
Advertisements

PCEL4303 MICROPROCESSOR & MICRO CONTROLLERS MODULE - I (10 hours) Microprocessor Architecture: Microprocessor and Microcomputer Architecture, Pins & Signals,
EEE226 MICROPROCESSORBY DR. ZAINI ABDUL HALIM School of Electrical & Electronic Engineering USM.
© 2010 Kettering University, All rights reserved..
1.21 Introduction to microprocessors KUEU 2135 / KBEB 2193 Mikropemproses dan Sistemnya.
ELECTRICAL. Circuits Outline Power Hub Microcontroller Sensor Inputs Motor Driver.
Coordinate Based Tracking System
P Address bus Data bus Read-Only Memory (ROM) Read-Write Memory (RAM)
ASPPRATECH.
Microcontroller 8051.
Microcontroller based system design
Dr. Rabie A. Ramadan Al-Azhar University Lecture 6
Port Mapped I/O.
Basic I/O Interface A Course in Microprocessor
Microcontroller based system design Asst. Prof. Dr. Alper ŞİŞMAN.
Typical Microcontroller Purposes
MICROPROCESSOR AND MICRO CONTROLLER LAB
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
MICROPROCESSOR AND MICRO CONTROLLER
Microprocessors For a microprocessor to give a working microcomputer system, which can be used for control tasks, additional chips are necessary, e.g.
Input / Output (Peripheral) Interfacing
Architecture of Microprocessor
MICROOCESSORS AND MICROCONTROLLER:
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
EMBEDDED SYSTEM & ROBOTICS. Introduction to robotics Robots are machines capable of carrying out a complex series of actions automatically. Robotics is.
ECE 353 Introduction to Microprocessor Systems Michael J. Schulte Week 9.
MICROCONTROLLER INTERFACING WITH STEPPER MOTOR MADE BY: Pruthvirajsinh Jadeja ( ) COLLEGE:DIET BRANCH:EC.
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
Submitted To: Submitted By: Seminar On 8086 Microprocessors.
Memory Mapped IO (and the CerfBoard). The problem How many IO pins are available on the 8051? What if you are using interrupts, serial, etc…? We want.
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
Introduction to Microcontroller Technology
Computer Organization
Embedded Microcontroller Systems
Popular Microcontrollers and their Selection by Lachit Dutta
Microprocessor and Microcontroller Fundamentals
Microprocessor and Microcontroller Fundamentals
Everybody.
Microcontrollers & GPIO
Interfacing I/O Devices
Embedded Microcontroller Systems
Microprocessor Systems Design I
UNIT – Microcontroller.
Microcontroller Based Digital Code Lock
Diagram of microprocessor interface with IO devices
Microprocessor Systems Design I
IPCOWALA INSTITUTE OF ENGINEERING & TECHNOLOGY-DHARMAJ
PRA-SYARAT SISTEM MIKROPROSESOR
AIM: To control the movement of a manual wheelchair by means of human voice for paralyzed patients.
INTRODUCTION TO MICROPROCESSORS
Green Energy Management Systems (G.E.M.S)
The Arduino Microcontroller: Atmel AVR Atmega 328
Microcontroller Intel 8051
Chapter 1: The 8051 Microcontrollers
عمارة الحاسب.
Introduction to Microprocessors and Microcontrollers
Interfacing Memory Interfacing.
Lecture 3 - Instruction Set - Al
Instruction cycle Instruction: A command given to the microprocessor to perform an operation Program : A set of instructions given in a sequential.
(Electrical Engg 6th Semester)
8051 Supplement.
Microcontroller 8051 Made By: Arun Branch. 4th Sem. I&C Engg.
Programmable Peripheral Interface
First Design Key board R L S.
8051 Micro Controller.
Under Address Modes Source: under
EECE.3170 Microprocessor Systems Design I
Compiled by Dr. N.Shanmugasundaram, HOD, ECE Dept, SECE.
Instruction Set Summary
Presentation transcript:

MICROCONTROLLER & ITS INTERFACING

Topics of Discussion:  Microprocessor  Definition  Working  Microprocessor & Human Behaviour  Microcontroller 8051  Definition  Microprocessor Vs Microcontroller  8051 Features 9/30/20162Er. Mandeep Singh

Topics of Discussion:  Block Diagram of 8051  Manufacturers  Pin diagram of 8051  Addressing Modes  How to write program  Real World Interfacing  Simple I/O concept  LCD Interfacing 9/30/20163Er. Mandeep Singh

Topics of Discussion:  ADC0804 Interfacing  Relay Interfacing  Stepper Motor Interfacing  DC Motor Interfacing  Applications of 8051  Queries 9/30/20164Er. Mandeep Singh

Microprocessor: Multipurpose Re-Programmable Digital Device Semiconductor IC 9/30/20165Er. Mandeep Singh

Microprocessor (cont.): Works On: Input data from outer world. 9/30/20166Er. Mandeep Singh Process it under control of stored instructions/program in memory. Provide desired result to the outer world.

Microprocessor(cont.): 9/30/20167Er. Mandeep Singh

Microprocessor & Human Behaviour: 9/30/20168Er. Mandeep Singh

Microcontroller:  Introduced in 1981 by Intel Corporation.  Microcontroller is a programmable digital processor with necessary peripherals.  Both microcontrollers and microprocessors are complex sequential digital circuits meant to carry out job according to the program / instructions. Swiss Knife 9/30/20169Er. Mandeep Singh

Microprocessor Vs Microcontroller: 9/30/201610Er. Mandeep Singh

Microcontroller 8051 Features: 9/30/201611Er. Mandeep Singh

8051 Block Diagram: 9/30/201612Er. Mandeep Singh

Manufacturers of 8051: Intel Atmel Phillips Dallas Motorola National Infineon 9/30/201613Er. Mandeep Singh

Pin Diagram-8051: 9/30/201614Er. Mandeep Singh

Addressing Modes: Immediate Addressing Mode Direct Addressing Mode Register Addressing Mode Register Indirect Addressing Mode Indexed Addressing Mode 9/30/201615Er. Mandeep Singh

Addressing Modes (cont.): Immediate Addressing Mode : MOV A, #64H MOV R1, #0FFH Direct Addressing Mode: MOV A, 64H MOV A, 0FFH 9/30/201616Er. Mandeep Singh

Addressing Modes (cont.): Register Addressing Mode MOV A, R0 MOV R1, A Register Indirect Addressing Mode MOV 9/30/201617Er. Mandeep Singh

How to Write Program: 9/30/201618Er. Mandeep Singh

Real World Interfacing: Simple Input- Output Concept: Interfacing Switch Interfacing LED 9/30/201619Er. Mandeep Singh

LCD Interfacing: 16X2 LCD Module 9/30/201620Er. Mandeep Singh

Pin Description: PinSymbolI/ODescription 1Vs-Ground 2Vcc-+5 V 3V EE -Contrast control 4RSIRegister Select 5R/WIRead/Write 6EI/OEnable 7DB0I/O 8 bit data bus 8DB1I/O8 bit data bus 9DB2I/O8 bit data bus 10DB3I/O8 bit data bus 11DB4I/O8 bit data bus 12DB5I/O8 bit data bus 13DB6I/O8 bit data bus 14DB7I/O8 bit data bus 9/30/201621Er. Mandeep Singh

Pin Connections of LCD: 9/30/201622Er. Mandeep Singh

Analog Vs Digital: 9/30/201623Er. Mandeep Singh

ADC Interfacing: 9/30/201624Er. Mandeep Singh

Relay Interfacing: 9/30/201625Er. Mandeep Singh

Stepper Motor Interfacing: 9/30/201626Er. Mandeep Singh

DC Motor Interfacing: 9/30/201627Er. Mandeep Singh

Applications of 8051: 9/30/201628Er. Mandeep Singh

?