8051 Micro Controller.

Slides:



Advertisements
Similar presentations
MC68HC11 System Overview. System block diagram (A8 version)
Advertisements

The 8051 Microcontroller Chapter 5 SERIAL PORT OPERATION.
Chapter 2 HARDWARE SUMMARY
BLDC MOTOR SPEED CONTROL USING EMBEDDED PROCESSOR
Objectives How Microcontroller works
The 8051 Microcontroller and Embedded Systems
MOBILE OPERATING ROBOT ON EMBEDDED SYSTEM
Intel 8051 Another family of microcontroller is the Intel 8051 family. The basic 8051 microcontroller has four parallel input/output ports, port 0, 1,
INTRODUCTION TO PIC MICROCONTROLLER. Overview and Features The term PIC stands for Peripheral Interface Controller. Microchip Technology, USA. Basically.
CIT 673 Created by Suriyong1 Micro controller hardware architechture.
Presented by Sadhish Prabhu
Features of the PIC18 microcontroller - 8-bit CPU - 2 MB program memory space (internal 32KB to 128KB) bytes to 1KB of data EEPROM - Up to 4096 bytes.
Chapter Microcontroller
8051 Micro Controller. Microcontroller versus general-purpose microprocessor.
HJD Institute of Technical Education & Research- Kera(Kutch) The 8051 Microcontroller architecture PREPARED BY: RAYMA SOHIL( )
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
DEPARTMENT OF ELECTRONICS ENGINEERING V-SEMESTER MICROPROCESSOR & MICROCONTROLLER 1 CHAPTER NO microcontroller & programming.
WATER LEVEL INDICATOR AND AUTOMATIC MOTOR SWITCHING SYSTEM
The 8085A is a general-purpose microprocessor with low hardware overhead requirements. Within the 8085A are contained the functions of clock generation,
Mobile phone keypad sensed password entry for door opening.
ENERGY METER TO INDICATE BILLING IN RUPEES FOR LOAD WISE OR DAY WISE
Project Title PASSWORD BASED CIRCUIT BREAKER CONTROL TO ENSURE ELECTRIC LINE MAN’S SAFETY Under the Guidance of Submitted by.
UPFC, UNIFIED POWER FACTOR CONTROL
Unit Microprocessor.
RF Controlled Robotic Vehicle with Laser Beam Arrangement
Embedded Microcontroller Systems
Seminar On 8085 microprocessor
The 8051 Microcontroller architecture
Microcontroller.
AUTOMATIC TEMPERATURE CONTROLLED FAN USING 8051
HISTORY OF MICROPROCESSORS
COURSE OUTCOMES OF Microprocessor and programming
8051 Pin - out PORT 0 PORT 1 PORT 2 PORT 3.
The 8085 Microprocessor Architecture
PROPELLER DISPLAY OF MESSAGE BY VIRTUAL LEDS
PRE-PROGRAMMED DIGITAL SCROLLING MESSAGE
Embedded Microcontroller Systems
PC Mouse operated Electrical Load Control Using VB Application
UNIT – Microcontroller.
Under the Guidance of Submitted by
The 8085 Microprocessor Architecture
DIGITAL CALCULATOR USING 8051
Hardware Source: ttp:// under
BVM Engineering College Electrical Engineering Department : Microprocessor and Microcontroller Interfacing Interrupts of 8051 Prepared by:
Dr. Michael Nasief Lecture 2
8085 microprocessor.
8085 Microprocessor Architecture
Under the Guidance of Submitted by
The Arduino Microcontroller: Atmel AVR Atmega 328
An Introduction to Microprocessor Architecture using intel 8085 as a classic processor
Data bus CPU General Purpose microprocessor RAM ROM I/O Port Timer
Introduction to Microprocessors and Microcontrollers
Memory organization On- chip memory Off-chip memory
Architecture & Support Components
The 8051 Microcontroller (8 bit )
8085 Microprocessor Architecture
Unit – Microcontroller Tutorial Class - 2 ANITS College
8051 Microcontroller.
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
Md. Mojahidul Islam Lecturer Dept. of Computer Science & Engineering
Hardware Source: ttp:// under
Important 8051 Features On chip oscillator 4K bytes ROM 128 bytes RAM
UNIT-VIII 8051 Microcontroller Architecture Register set of 8051
The 8085 Microprocessor Architecture
The 8051 Microcontroller (8 bit )
Compiled by Dr. N.Shanmugasundaram, HOD, ECE Dept, SECE.
8085 Microprocessor Architecture
Under the Guidance of Submitted by
A PROJECT ON PASSWORD BASED CONTROL SYSTEM. A PROJECT ON PASSWORD BASED CONTROL SYSTEM.
MCU – Microcontroller Unit – 2
Presentation transcript:

8051 Micro Controller

FEATURES OF 8051 4 KB on chip program memory. 128 bytes on chip data memory(RAM). 4 register banks. 128 user defined software flags. 8-bit data bus 16-bit address bus 32 general purpose registers each of 8 bits 16 bit timers (usually 2, but may have more, or less). 3 internal and 2 external interrupts. Bit as well as byte addressable RAM area of 16 bytes. Four 8-bit ports, (short models have two 8-bit ports). 16-bit program counter and data pointer. 1 Microsecond instruction cycle with 12 MHz Crystal.

INTEL MCS 51 Family ynmurthy@vedaiit.com

contd.. ynmurthy@vedaiit.com

8051 pin diagram Pins 1-8: Port 1 Each of these pins can be configured as an input or an output. Pin 9: RS A logic one on this pin disables the microcontroller and clears the contents of most registers. In other words, the positive voltage on this pin resets the microcontroller. By applying logic zero to this pin, the program starts execution from the beginning. Pins10-17: Port 3 Similar to port 1, each of these pins can serve as general input or output. Besides, all of them have alternative functions: Pin 10: RXD Serial asynchronous communication input or Serial synchronous communication output. Pin 11: TXD Serial asynchronous communication output or Serial synchronous communication clock output. Pin 12: INT0 Interrupt 0 input. Pin 13: INT1 Interrupt 1 input. Pin 14: T0 Counter 0 clock input. Pin 15: T1 Counter 1 clock input. Pin 16: WR Write to external (additional) RAM. Pin 17: RD Read from external RAM.

Circuits Power Supply Circuit Oscillator

8051 LED based Projects 1.LED Blink 2.LED Delay 3.Switch LED

8051 With Seven Segment display

8051 interfacing with Switch & LED

DC motor interfacing with 8051   DC motor interfacing with 8051

DC motor interfacing with 8051

  L293D current driver

8051 With LCD Interfacing

8051 With 4-bit LCD Interfacing