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 make switching keypad

Status
Not open for further replies.

pritee

Member level 1
Joined
Oct 9, 2012
Messages
34
Helped
2
Reputation
4
Reaction score
2
Trophy points
1,288
Location
India
Activity points
1,484
m having 4*4 matrix keypad.how can i scan only 4th row & 4th column? i want to make keypad like my 16th key is common when that key is on then keypad should generate alphabates on uart for 4*4 matrix keypad and when key is off it should generate numeric characters.pls help me
 

A solution:

Use this 16th key as a toggle switch (like the caps-lock on the PC keyboard) and store this state in a bit-variable,
which will change the look-up tables (numeric <> alpha).
An additional LED also can be lit to visualise the keyboard state (like on the PC keyboard :))

Thus, you can use the usual routines for the 4x4 keypad (no additional HW).
 
  • Like
Reactions: pritee

    pritee

    Points: 2
    Helpful Answer Positive Rating
i unable to write program for toggle key?? :-(
on same matrix i checking status of toggel key and look up table
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top