MICROCONTROLLER & ITS INTERFACING Er. Mandeep Singh National Institute of Technical Teachers Training & Research- Chandigarh.

Slides:



Advertisements
Presentasi serupa
Oleh: Anis Nurlaili W, MT
Advertisements

TKE 321 Pertemuan IV-V R. Arief Setyawan, ST. MT.
PPI 8255 Programmable Peripheral Interface ( PPI )
Sistem mikroprosesor dan mikrokontroler
© 2009 Fakultas Teknologi Informasi Universitas Budi Luhur Jl. Ciledug Raya Petukangan Utara Jakarta Selatan Website:
Introduksi PLC Februari 2006 by Usman Effendi.
Organisai dan arsitektur komputer
Organisasi Komputer Pertemuan 10 TATA SUMITRA M.KOM HP
Operating Systems Concept (Konsep Sistem Operasi) Minggu 14 Universitas Multimedia Nusantara Serpong, Tangerang Dr. Ananda Kusuma
ADDRESSING MODES Penjelasan dan program lihat pada Pemograman Bahasa Assembly (Ilmu Komputer)
ADDRESSING MODE (PENGALAMATAN DATA).
Sistem Komputer.
Perkembangan Mikrokomputer
Kuliah Mikrokontroler AVR Komunikasi Serial - USART AVR ATmega16
Organisasi dan Arsitektur Komputer
Organisasi dan Arsitektur Komputer
Mode Pengalamatan.
 Basically, a microcontroller is a device which integrates a number of the components of a microprocessor system onto a single microchip and optimized.
1 Pertemuan 4 Mode Pengalamatan Matakuliah: T0483 / Bahasa Rakitan Tahun: 2005 Versi: 1.0.
Pertemuan 3 & 4 Interface Mikroprosesor secara Paralel
Mikrokontroler Materi 2
PENGANTAR TEKNOLOGI INFORMASI
Tugas XTKJ 2 Ahmad Marzuki (02) X TKJ 2.
Shift Register Application Chapter 22 Subject: Digital System Year: 2009.
Memory and Storage Chapter 24 Subject: Digital System Year: 2009.
Pulse width modulation
Pertemuan 1 Konsep Dasar Interfacing
1 Pertemuan 23 Basic Processing Unit: I Matakuliah: T0324 / Arsitektur dan Organisasi Komputer Tahun: 2005 Versi: 1.
Contoh-contoh periferal embedded system
Richki Hardi, S.T.,M.Eng. Pertemuan V - VI. MODUL DAN FUNGSI MODUL I/O Modul I/O :  Interface ke prosessor dan memori melalui sistem bus atau perpindahan.
ARSITEKTUR SET INSTRUKSI
Evolusi dan Kinerja Komputer
1. Mikroprosesor Intel Pertama adalah : a c
Pengantar Arsitektur dan Organisasi Komputer
MIKROPROSESOR DAN MIKROKONTROLER
Programmabel Peripheral Interface ( PPI ) 8255
PPI 8255.
PERTEMUAN DAC & ADC HOME previus next.
Mikrokontroller Judul Pokok Bahasan.
Organisasi dan Arsitektur Komputer
PRINSIP DASAR INTERFACING
Perkembangan Mikrokomputer
ARSITEKTUR SET INSTRUKSI
Unit Masukan dan Keluaran
Mikrokomputer Pendahuluan.
PENGANTAR MIKROKONTROLER
Organisasi dan Arsitektur Komputer
PENGANTAR TEKNOLOGI KOMPUTER & INFORMASI – A
Kuliah 11 TKE 321 R. Arief Setyawan, ST. MT.
Mode Pengalamatan.
Mikrokontroler Umar Muhammad, ST.
EE-2623 Mikroprosesor & Antarmuka
Perkembangan Mikrokomputer
Mikrokontroler D3 Telekomunikasi PENS
ARSITEKTUR SET INSTRUKSI
Pertemuan 16 Interface Mikroprosesor dan Motor DC
Mode Pengalamatan Mulyono.
MODUL 3 Dasar PLC Omron.
BAB VI INTERFACE Up8088 DENGAN I/O
Arsitektur dan Organisasi Komputer
PPI 8255.
Organisasi dan Arsitektur Komputer : Perancangan Kinerja
Evolusi dan Kinerja Komputer
ARSITEKTUR SET INSTRUKSI
Memori & Pemrograman MCS-51
Sistem Komputer.
Konsep Sistem Komputer
Unit Masukan dan Keluaran
Programmable Logic Controllers
ARSITEKTUR SET INSTRUKSI
Transcript presentasi:

MICROCONTROLLER & ITS INTERFACING Er. Mandeep Singh National Institute of Technical Teachers Training & Research- Chandigarh

Topics of Discussion:  Microprocessor  Definition  Working  Microprocessor & Human Behaviour  Microcontroller 8051  Definition  Microprocessor Vs Microcontroller  8051 Features 7/18/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 7/18/20163Er. Mandeep Singh

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

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

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

Microprocessor(cont.): 7/18/20167Er. Mandeep Singh

Microprocessor & Human Behaviour: 7/18/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 7/18/20169Er. Mandeep Singh

Microprocessor Vs Microcontroller: 7/18/201610Er. Mandeep Singh

Microcontroller 8051 Features: 7/18/201611Er. Mandeep Singh

8051 Block Diagram: 7/18/201612Er. Mandeep Singh

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

Pin Diagram-8051: 7/18/201614Er. Mandeep Singh

Addressing Modes: Immediate Addressing Mode Direct Addressing Mode Register Addressing Mode Register Indirect Addressing Mode Indexed Addressing Mode 7/18/201615Er. Mandeep Singh

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

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

How to Write Program: 7/18/201618Er. Mandeep Singh

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

LCD Interfacing: 16X2 LCD Module 7/18/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 7/18/201621Er. Mandeep Singh

Pin Connections of LCD: 7/18/201622Er. Mandeep Singh

Analog Vs Digital: 7/18/201623Er. Mandeep Singh

ADC Interfacing: 7/18/201624Er. Mandeep Singh

Relay Interfacing: 7/18/201625Er. Mandeep Singh

Stepper Motor Interfacing: 7/18/201626Er. Mandeep Singh

DC Motor Interfacing: 7/18/201627Er. Mandeep Singh

Applications of 8051: 7/18/201628Er. Mandeep Singh

?

Contact Details: Er. Mandeep Singh Electrical Engineering Department National Institute of Technical Teachers Training and Research Sector 26 Chandigarh Mobile: /18/201630Er. Mandeep Singh