Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

working of 4x4 matrix keypad

Status
Not open for further replies.

senthil_99

Newbie level 6
Joined
Aug 8, 2012
Messages
12
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,343
could any one explain how 4x4 keypad works
 

here's a simple writeup
https://www.8051projects.net/keypad-interfacing/introduction.php

the need for 4x4 keypad is to use less lines for the 16 switchs. normal method shown uses only 8 lines.

4 lines are output from uC, and connect to each column
4 lines are input to uC and connect to each row.

now first energise 1st column with 5v. other columns are all kept low. then read all the rows. If some key is pressed in that column, the input will have that as high, otherwise low. this way we know which key(s) is pressed in that column.

now very quickly we do exact same thing with 2nd column, then 3rd, then 4th. each time reading in the rows and seeing which is high, and which is low.

easy no ?
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top