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.

How to use 8051 to design 3x4 keypad?

Status
Not open for further replies.

gakko

Newbie level 6
Joined
Jun 6, 2013
Messages
14
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,363
Such as title
and I want to use 8051 and 1602 alphanumeric LCD display module and buzzer to do a 3X4 keypad
For example a number board
7 8 9
4 5 6
1 2 3
. 0 -

Also,
Can this device detect more one button at a time?
 

Such as title
and I want to use 8051 and 1602 alphanumeric LCD display module and buzzer to do a 3X4 keypad
For example a number board
7 8 9
4 5 6
1 2 3
. 0 -

Also,
Can this device detect more one button at a time?

There is plenty to choose from on the WWW, here is another example:
**broken link removed**

As the keypad is connected as a matrix, when you read a raw (or a column) you can read 3 (or 4) buttons in one instruction, so the answer is YES, but not from different raws (or columns) ..

:wink:
IanP
 

Attachments

  • 8051_keypad_buzzer_LCD.JPG
    8051_keypad_buzzer_LCD.JPG
    28 KB · Views: 81

thanks for answer
the problem is solving
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top