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).
 
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

Cookies are required to use this site. You must accept them to continue using the site. Learn more…