SlideShare a Scribd company logo
1 of 24
Microcontroller and Systems
Part-5
Anil JB
Assistant Professor
Faculty of Engineering and Technology,
Mody Institute of Technology and science,
Lakshmangarh-332311
Sikar(Raj.)
Interfacing Keyboard and Display Devices
 Topics Covered:
 Interface switches and keyboard to the
8051
 Interface LED displays to the 8051
 Overcome Keybounce and multiple key
press problems
 Design a microcontroller based system
with keyboard and display devices
 Interface and program the LCD controller
Interfacing Switches
P1.0
P1.1
P1.2
P1.3
P1.4
P1.5
P1.6
P1.7
8051
ON
DIP
SWITCH
VCC
R
What is a Keyboard ?
 Collection of keys interfaced to the
microcontroller
 Arranged in the form of two
dimensional matrix
 Matrix arrangement used for
minimizing the number of port lines
 Junction of each row and column
forms the key
Interfacing a Keyboard
P1.0
P1.1
P1.2
P1.3
P1.4
P1.5
P1.6
P1.7
+5V
8051
One key per port line
Interfacing a Keyboard
P1.0
P1.1
P1.2
P1.3
X1
X2
X3
X4
3 2 1 0
4
5
6
7
8
9
A
B
C
D
E
F
P2.3
Y4
P2.2 P2.1 P2.0
Y3 Y2 Y1

K
10
PULL-UP
REGISTERS
8051
Keys are organized in two-dimensional matrix to
minimize the number of ports required for interfacing
Interfacing a Keyboard
P1.0
P1.1
X1
X2
X3
X4
3 2 1 0
4
5
6
7
8
9
A
B
C
D
E
F
P2.3
Y4
P2.2 P2.1 P2.0
Y3 Y2 Y1
Pull-up
registers
8051
10K 10K 10K 10K
10K
10K
10K
10K
D
E
C
O
D
E
R
Use of decoder further reduces the number of port
lines required
Key Issues
 Key bounce can be overcome using
Software/Hardware approach
 Keyboard Scanning
 Multiple Key Closure
 2-key lockout
 2-key rollover
 Minimize Hardware Requirement:
 Use of Keyboard Encoder
 Minimize Software Overhead
Key bounce
S
R2
R1
C1
VC
F

1
.
0
1
P
O
R
T
L
I
N
E
S
220 K
4.7K
74HC14
2 3
1
2
3
Hardware approach to overcome key-bounce
Keyboard Scanning
READ ALL PORT2
LINES
START
SET ALL PORT1
LINES LOW
INITIALIZE PORT2 AS
INPUT AND PORT1 AS
OUTPUT
ALL KEYS
OPEN?
NO
YES
1
2
YES
1
READ ALL PORT2 LINES
READ ALL PORT2 LINES
ANY KEY
CLOSED?
NO
ANY KEY
CLOSED?
NO
YES
2
2
ANY KEY
CLOSED?
NO
YES
DELAY FOR DEBOUNCE GET KEYCODE FROM
TABLE
RETURN
SET PORT VALUES TO
SCAN ROW
SET PORT VALUES TO
SCAN NEXT ROW
Software approach for keyboard scanning
Hardware Approach
 Use of an Encoder
 Automatically translates key press code into
4-bit number
 Built-in scanning circuit
 Overcomes key bounce using a single
capacitor (1 µF for debounce time of 10 msec)
 Keyclosure indicated by an output (DA) line
 Last key pressed is stored in a latch
 Examples of Encoder
 20 key encoder – 74C923
 16 key encoder - 74C922
Scanning by Hardware
X1
X2
X3
X4
74C922
4 X 4
KEYBOARD
BOARD
Y1
Y2
Y3
Y4
OSC KBM
D
C
B
A
F

1
.
0
F

0
.
1
D
A
X1
X2
X3
X4
OE
8051
Port line /
Interrupt
input
P1.0
P1.1
P1.2
P1.3
SWITCH
CLOSED
DATA OUTPUT
X1
X2
X3
X4
Y1
Y2
Y1
Y1
Y1
Y1
Y2 Y2
Y2 Y3
Y2 Y4

Y4 X4
0 0 0 0
0 0 0 1
0 0 1 0
0 0 1 1
0 1 0 0
0 1 0 1
0 1 1 0
0 1 1 1

1 1 1 1
D C B A
Minimizes software overhead
at the expense of extra hardware
Display Devices
 Most popular display device: LED
 Very tiny in size
 Available in many colors
 Very reliable and rugged
 Long life
 Operates at low voltage
 Small power consumption
 Visible in darkness
 Single LED
 Bicolor LED
 Seven Segment Displays
 Common Cathode Form (ICM 7218D)
 Common Anode Form (ICM 7218C)
 Consumes large amount of current
Interfacing a single LED
Vcc
R
LED
SWITCH
IF
Vt VF
R1
Port
line
R1
Port
line
R1
R2
Port
line
Vcc
Driver circuit to
interface a single LED
Seven Segment LEDs
a
b
f
g
d
e c
d
p
a b c d e f g dp a b c d e f g dp
Common Cathode
Common anode
a
b
c
d
e
e b
c
b
c
g
f
b
a
d
e
g
a
b
g
c
d
a
f
g
c
d d
c
e
f
a
g
a
b
c
b
f
c
d
g
a
e
b
c
a
f
g
c
b
a
f
e
g
d
g
e
f
a
d
e
f
a
e
d
c
b
g
g
e
f
a
d
g
e
f
a
Two types: Common
cathode and common
anode type
Seven-segment LEDs
can be conveniently used
to display HEX characters
Interfacing multiple 7-Segment LEDs
a b c d e f g d
p
a b c d e f g d
p
A0
A1
A2
A3
B0
B1
B2
B3
S0
S1
S2
S3
S4
S5
+5V
+5V
+5V
3.9 K
11
75491
1
7
8
14
3
5
10
12
13
9
6
4
2
1
7
8
14
3
5
10
12
75491
75492
2
6
7
9
13
1
3
5
8
10
12
14

150

150
3.9 K
3.9 K
11
11
4
2 4 6 9 13
Multidigit Driver
 Features of Multidigit Driver
 8-segment driver output lines
 8-digit driver lines
 20 mA peak current
 LEDs can withstand high peak current
 Sequencing operation:
 Select data using digit address lines DA0-2
 Write data using ID0-3 and ID7 lines
 Three modes of operation:
 HIGH: HEX, LOW: OFF, OPEN: CODED-
HELP
Interfacing using Multidigit Driver
P1.0
P1.7
ID0
WRITE
d
p
d
a
c
b
P3.0
ICM7218D
ID1
ID2
ID3
ID7
DA0
DA1
DA2
MODE
V+
GND
DIGIT8
DIGIT1
e
f
g
1 5
4
3
2 6 7 8
a e
d
c
b f g dp
DIGIT2
DIGIT3
DIGIT4
DIGIT5
DIGIT6
DIGIT7
8051
Liquid Crystal Displays
 Key features:
 Low Power Consumption
 Voltage Controlled
 Easy to read in bright light
 Declining Cost
 Ability to display Characters/Graphics
 Intelligent controller and LCD display
panels readily available
Liquid Crystal Displays
P1.0
P1.1
P1.4
P1.3
P1.2
P1.5
P1.6
P1.7
B0
B1
B2
B3
D0
D1
D2
D3
DIGIT
SELECT
DATA IN
a
g
a
g
a
g
a
g
DIGIT 1
DIGIT 2
DIGIT 3
DIGIT 4
OSC
BACK
PLANE
DISPLAY MODULE
GND
VCC




LCD Display Module
 LCD modules:
 An LCD panel and small circuit board
containing the controller chip
 14 – pin connections to microcontroller
 HITACHI’S HD44780 controller can control
up to 80 characters
 Easy to program
 2 rows, 20/40 character in each row
 Each character can be 5X8 or 5X11 matrix
LCD Display Module
P1.0
P1.1
P1.4
P1.3
P1.2
P1.5
P1.6
P1.7
D0
D1
D2
D3
8
0
5
1
P3.0
P3.1
P3.2
D4
D5
D6
D7
RS
E
R / W
2 3 1
+5V GND
LCD Modules
CG ROM stores
segment pattern of 192
char.
CG RAM stores
segment patterns of 16
user-designed char.
An 8-bit instruction
reg.
An 8-bit data reg.
DD RAM stores up to
80 8-bit char. Codes
11 instructions clear
display, return home
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt
jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt

More Related Content

Similar to jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt

Galil rio catalog
Galil rio catalogGalil rio catalog
Galil rio catalogElectromate
 
Advanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lacAdvanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lacElectromate
 
Advanced motion controls dr100ee15a20bdc
Advanced motion controls dr100ee15a20bdcAdvanced motion controls dr100ee15a20bdc
Advanced motion controls dr100ee15a20bdcElectromate
 
Advanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcAdvanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcElectromate
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock deviceAmitoj Kaur
 
Galil cds3310 catalog
Galil cds3310 catalogGalil cds3310 catalog
Galil cds3310 catalogElectromate
 
Advanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nacAdvanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nacElectromate
 
Embedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxEmbedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxsatheeshKumar750
 
I Ointerface in mp
I Ointerface in mpI Ointerface in mp
I Ointerface in mpAisu
 
Microprocessor lab manual
Microprocessor lab manualMicroprocessor lab manual
Microprocessor lab manualDhaval Shukla
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using ArduinoBalajiK109
 
Advanced motion controls dr100ee25a20nac
Advanced motion controls dr100ee25a20nacAdvanced motion controls dr100ee25a20nac
Advanced motion controls dr100ee25a20nacElectromate
 
Advanced motion controls dzcante 040l080
Advanced motion controls dzcante 040l080Advanced motion controls dzcante 040l080
Advanced motion controls dzcante 040l080Electromate
 
Advanced motion controls zdr300ee12a8ldc
Advanced motion controls zdr300ee12a8ldcAdvanced motion controls zdr300ee12a8ldc
Advanced motion controls zdr300ee12a8ldcElectromate
 
Advanced motion controls dzralte 025l200
Advanced motion controls dzralte 025l200Advanced motion controls dzralte 025l200
Advanced motion controls dzralte 025l200Electromate
 
ARINC-429-DATA-MANAGEMENT-ENGINE
ARINC-429-DATA-MANAGEMENT-ENGINEARINC-429-DATA-MANAGEMENT-ENGINE
ARINC-429-DATA-MANAGEMENT-ENGINEMassimo Talia
 
Advanced motion controls dr101ee25a20nac
Advanced motion controls dr101ee25a20nacAdvanced motion controls dr101ee25a20nac
Advanced motion controls dr101ee25a20nacElectromate
 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERVijay Elavunkal
 
Advanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nacAdvanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nacElectromate
 

Similar to jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt (20)

Galil rio catalog
Galil rio catalogGalil rio catalog
Galil rio catalog
 
Advanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lacAdvanced motion controls dr101ee15a40lac
Advanced motion controls dr101ee15a40lac
 
Advanced motion controls dr100ee15a20bdc
Advanced motion controls dr100ee15a20bdcAdvanced motion controls dr100ee15a20bdc
Advanced motion controls dr100ee15a20bdc
 
Advanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldcAdvanced motion controls dr101ee30a40ldc
Advanced motion controls dr101ee30a40ldc
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock device
 
Galil cds3310 catalog
Galil cds3310 catalogGalil cds3310 catalog
Galil cds3310 catalog
 
Advanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nacAdvanced motion controls dr101ee15a40nac
Advanced motion controls dr101ee15a40nac
 
Embedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptxEmbedded systems optimization memory requirments.pptx
Embedded systems optimization memory requirments.pptx
 
I Ointerface in mp
I Ointerface in mpI Ointerface in mp
I Ointerface in mp
 
Microprocessor lab manual
Microprocessor lab manualMicroprocessor lab manual
Microprocessor lab manual
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using Arduino
 
Advanced motion controls dr100ee25a20nac
Advanced motion controls dr100ee25a20nacAdvanced motion controls dr100ee25a20nac
Advanced motion controls dr100ee25a20nac
 
Advanced motion controls dzcante 040l080
Advanced motion controls dzcante 040l080Advanced motion controls dzcante 040l080
Advanced motion controls dzcante 040l080
 
Advanced motion controls zdr300ee12a8ldc
Advanced motion controls zdr300ee12a8ldcAdvanced motion controls zdr300ee12a8ldc
Advanced motion controls zdr300ee12a8ldc
 
Advanced motion controls dzralte 025l200
Advanced motion controls dzralte 025l200Advanced motion controls dzralte 025l200
Advanced motion controls dzralte 025l200
 
ARINC-429-DATA-MANAGEMENT-ENGINE
ARINC-429-DATA-MANAGEMENT-ENGINEARINC-429-DATA-MANAGEMENT-ENGINE
ARINC-429-DATA-MANAGEMENT-ENGINE
 
Advanced motion controls dr101ee25a20nac
Advanced motion controls dr101ee25a20nacAdvanced motion controls dr101ee25a20nac
Advanced motion controls dr101ee25a20nac
 
IMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETERIMPLEMENTING A DIGITAL MULTIMETER
IMPLEMENTING A DIGITAL MULTIMETER
 
Advanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nacAdvanced motion controls dr101ee30a40nac
Advanced motion controls dr101ee30a40nac
 
1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdf1-AB Tech 2011 for printing.pdf
1-AB Tech 2011 for printing.pdf
 

Recently uploaded

(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...ranjana rawat
 
Hinjewadi ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready Fo...
Hinjewadi ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready Fo...Hinjewadi ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready Fo...
Hinjewadi ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready Fo...tanu pandey
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...tanu pandey
 
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai BlastcumCall Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcumkojalkojal131
 
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)kojalkojal131
 
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130Suhani Kapoor
 
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Booking open Available Pune Call Girls Sanaswadi 6297143586 Call Hot Indian ...
Booking open Available Pune Call Girls Sanaswadi  6297143586 Call Hot Indian ...Booking open Available Pune Call Girls Sanaswadi  6297143586 Call Hot Indian ...
Booking open Available Pune Call Girls Sanaswadi 6297143586 Call Hot Indian ...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...ranjana rawat
 
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Top Rated Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...ranjana rawat
 
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
College Call Girls Nashik Ria 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Ria 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Ria 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Ria 7001305949 Independent Escort Service Nashikranjana rawat
 
Top Rated Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Call Girls in Nagpur High Profile
 
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Junnar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Hadapsar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For...
Hadapsar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For...Hadapsar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For...
Hadapsar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For...tanu pandey
 
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...akbard9823
 

Recently uploaded (20)

(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
(PRIYANKA) Katraj Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune E...
 
Hinjewadi ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready Fo...
Hinjewadi ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready Fo...Hinjewadi ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready Fo...
Hinjewadi ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready Fo...
 
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...Katraj ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For S...
Katraj ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For S...
 
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai BlastcumCall Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
Call Girls Dubai &ubble O525547819 Call Girls In Dubai Blastcum
 
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)
Dubai Call Girls Drilled O525547819 Call Girls Dubai (Raphie)
 
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Sb Road Call Me 7737669865 Budget Friendly No Advance Booking
 
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
VIP Call Girls Service Secunderabad Hyderabad Call +91-8250192130
 
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service NashikCall Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
Call Girls in Nashik Ila 7001305949 Independent Escort Service Nashik
 
Booking open Available Pune Call Girls Sanaswadi 6297143586 Call Hot Indian ...
Booking open Available Pune Call Girls Sanaswadi  6297143586 Call Hot Indian ...Booking open Available Pune Call Girls Sanaswadi  6297143586 Call Hot Indian ...
Booking open Available Pune Call Girls Sanaswadi 6297143586 Call Hot Indian ...
 
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Tingre Nagar 8250192130 Will You Miss Thi...
 
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service
(PRIYA) Call Girls Budhwar Peth ( 7001035870 ) HI-Fi Pune Escorts Service
 
Top Rated Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Baner ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
(ANJALI) Shikrapur Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune ...
 
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Shivane ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
College Call Girls Nashik Ria 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Ria 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Ria 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Ria 7001305949 Independent Escort Service Nashik
 
Top Rated Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated  Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...Top Rated  Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
Top Rated Pune Call Girls JM road ⟟ 6297143586 ⟟ Call Me For Genuine Sex Ser...
 
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(ASHA) Sb Road Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Junnar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Junnar Call Me 7737669865 Budget Friendly No Advance Booking
 
Hadapsar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For...
Hadapsar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For...Hadapsar ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready For...
Hadapsar ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready For...
 
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
Vikas Nagar #Dating Call Girls Lucknow Get 50% Off On VIP Escorts Service 🍇 8...
 

jbptunikompp-gdl-syahrul-23476-14-14-inter-y.ppt

  • 1. Microcontroller and Systems Part-5 Anil JB Assistant Professor Faculty of Engineering and Technology, Mody Institute of Technology and science, Lakshmangarh-332311 Sikar(Raj.)
  • 2. Interfacing Keyboard and Display Devices  Topics Covered:  Interface switches and keyboard to the 8051  Interface LED displays to the 8051  Overcome Keybounce and multiple key press problems  Design a microcontroller based system with keyboard and display devices  Interface and program the LCD controller
  • 4. What is a Keyboard ?  Collection of keys interfaced to the microcontroller  Arranged in the form of two dimensional matrix  Matrix arrangement used for minimizing the number of port lines  Junction of each row and column forms the key
  • 6. Interfacing a Keyboard P1.0 P1.1 P1.2 P1.3 X1 X2 X3 X4 3 2 1 0 4 5 6 7 8 9 A B C D E F P2.3 Y4 P2.2 P2.1 P2.0 Y3 Y2 Y1  K 10 PULL-UP REGISTERS 8051 Keys are organized in two-dimensional matrix to minimize the number of ports required for interfacing
  • 7. Interfacing a Keyboard P1.0 P1.1 X1 X2 X3 X4 3 2 1 0 4 5 6 7 8 9 A B C D E F P2.3 Y4 P2.2 P2.1 P2.0 Y3 Y2 Y1 Pull-up registers 8051 10K 10K 10K 10K 10K 10K 10K 10K D E C O D E R Use of decoder further reduces the number of port lines required
  • 8. Key Issues  Key bounce can be overcome using Software/Hardware approach  Keyboard Scanning  Multiple Key Closure  2-key lockout  2-key rollover  Minimize Hardware Requirement:  Use of Keyboard Encoder  Minimize Software Overhead
  • 9. Key bounce S R2 R1 C1 VC F  1 . 0 1 P O R T L I N E S 220 K 4.7K 74HC14 2 3 1 2 3 Hardware approach to overcome key-bounce
  • 10. Keyboard Scanning READ ALL PORT2 LINES START SET ALL PORT1 LINES LOW INITIALIZE PORT2 AS INPUT AND PORT1 AS OUTPUT ALL KEYS OPEN? NO YES 1 2 YES 1 READ ALL PORT2 LINES READ ALL PORT2 LINES ANY KEY CLOSED? NO ANY KEY CLOSED? NO YES 2 2 ANY KEY CLOSED? NO YES DELAY FOR DEBOUNCE GET KEYCODE FROM TABLE RETURN SET PORT VALUES TO SCAN ROW SET PORT VALUES TO SCAN NEXT ROW Software approach for keyboard scanning
  • 11. Hardware Approach  Use of an Encoder  Automatically translates key press code into 4-bit number  Built-in scanning circuit  Overcomes key bounce using a single capacitor (1 µF for debounce time of 10 msec)  Keyclosure indicated by an output (DA) line  Last key pressed is stored in a latch  Examples of Encoder  20 key encoder – 74C923  16 key encoder - 74C922
  • 12. Scanning by Hardware X1 X2 X3 X4 74C922 4 X 4 KEYBOARD BOARD Y1 Y2 Y3 Y4 OSC KBM D C B A F  1 . 0 F  0 . 1 D A X1 X2 X3 X4 OE 8051 Port line / Interrupt input P1.0 P1.1 P1.2 P1.3 SWITCH CLOSED DATA OUTPUT X1 X2 X3 X4 Y1 Y2 Y1 Y1 Y1 Y1 Y2 Y2 Y2 Y3 Y2 Y4  Y4 X4 0 0 0 0 0 0 0 1 0 0 1 0 0 0 1 1 0 1 0 0 0 1 0 1 0 1 1 0 0 1 1 1  1 1 1 1 D C B A Minimizes software overhead at the expense of extra hardware
  • 13. Display Devices  Most popular display device: LED  Very tiny in size  Available in many colors  Very reliable and rugged  Long life  Operates at low voltage  Small power consumption  Visible in darkness  Single LED  Bicolor LED  Seven Segment Displays  Common Cathode Form (ICM 7218D)  Common Anode Form (ICM 7218C)  Consumes large amount of current
  • 14. Interfacing a single LED Vcc R LED SWITCH IF Vt VF R1 Port line R1 Port line R1 R2 Port line Vcc Driver circuit to interface a single LED
  • 15. Seven Segment LEDs a b f g d e c d p a b c d e f g dp a b c d e f g dp Common Cathode Common anode a b c d e e b c b c g f b a d e g a b g c d a f g c d d c e f a g a b c b f c d g a e b c a f g c b a f e g d g e f a d e f a e d c b g g e f a d g e f a Two types: Common cathode and common anode type Seven-segment LEDs can be conveniently used to display HEX characters
  • 16. Interfacing multiple 7-Segment LEDs a b c d e f g d p a b c d e f g d p A0 A1 A2 A3 B0 B1 B2 B3 S0 S1 S2 S3 S4 S5 +5V +5V +5V 3.9 K 11 75491 1 7 8 14 3 5 10 12 13 9 6 4 2 1 7 8 14 3 5 10 12 75491 75492 2 6 7 9 13 1 3 5 8 10 12 14  150  150 3.9 K 3.9 K 11 11 4 2 4 6 9 13
  • 17. Multidigit Driver  Features of Multidigit Driver  8-segment driver output lines  8-digit driver lines  20 mA peak current  LEDs can withstand high peak current  Sequencing operation:  Select data using digit address lines DA0-2  Write data using ID0-3 and ID7 lines  Three modes of operation:  HIGH: HEX, LOW: OFF, OPEN: CODED- HELP
  • 18. Interfacing using Multidigit Driver P1.0 P1.7 ID0 WRITE d p d a c b P3.0 ICM7218D ID1 ID2 ID3 ID7 DA0 DA1 DA2 MODE V+ GND DIGIT8 DIGIT1 e f g 1 5 4 3 2 6 7 8 a e d c b f g dp DIGIT2 DIGIT3 DIGIT4 DIGIT5 DIGIT6 DIGIT7 8051
  • 19. Liquid Crystal Displays  Key features:  Low Power Consumption  Voltage Controlled  Easy to read in bright light  Declining Cost  Ability to display Characters/Graphics  Intelligent controller and LCD display panels readily available
  • 20. Liquid Crystal Displays P1.0 P1.1 P1.4 P1.3 P1.2 P1.5 P1.6 P1.7 B0 B1 B2 B3 D0 D1 D2 D3 DIGIT SELECT DATA IN a g a g a g a g DIGIT 1 DIGIT 2 DIGIT 3 DIGIT 4 OSC BACK PLANE DISPLAY MODULE GND VCC    
  • 21. LCD Display Module  LCD modules:  An LCD panel and small circuit board containing the controller chip  14 – pin connections to microcontroller  HITACHI’S HD44780 controller can control up to 80 characters  Easy to program  2 rows, 20/40 character in each row  Each character can be 5X8 or 5X11 matrix
  • 22. LCD Display Module P1.0 P1.1 P1.4 P1.3 P1.2 P1.5 P1.6 P1.7 D0 D1 D2 D3 8 0 5 1 P3.0 P3.1 P3.2 D4 D5 D6 D7 RS E R / W 2 3 1 +5V GND LCD Modules CG ROM stores segment pattern of 192 char. CG RAM stores segment patterns of 16 user-designed char. An 8-bit instruction reg. An 8-bit data reg. DD RAM stores up to 80 8-bit char. Codes 11 instructions clear display, return home