KL25z + 4x4 matrix keypad

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

KL25z + 4x4 matrix keypad

Jump to solution
3,164 Views
xabiergarciarui
Contributor I

Could someone help me with a project KL25z microcontroller???

The problem I have is that I have no idea how to implement a 4x4 matrix keypad.

If anyone has a project that has implemented a keyboard in KL25z could share?

Thanks for your time

Labels (1)
Tags (2)
0 Kudos
1 Solution
1,460 Views
mjbcswitzerland
Specialist V
0 Kudos
4 Replies
1,460 Views
Monica
Senior Contributor III

Hello Xabier!

Have these been helpful suggestions? Please let us know! :smileyhappy:

Best regards,

Monica.

0 Kudos
1,460 Views
xabiergarciarui
Contributor I

Yes sorry you are right, the information was very useful.

Best regards,

Xabier.

0 Kudos
1,461 Views
mjbcswitzerland
Specialist V

Hi

There are some extra details her:http://www.utasker.com/docs/uTasker/uTaskerKeypad.PDF

Regards

Mark

0 Kudos
1,460 Views
erikmalund
Contributor I

The problem I have is that I have no idea how to implement a 4x4 matrix keypad.

If anyone has a project that has implemented a keyboard in KL25z could share?

I do not share projects, they are all proprietary, buy I can give you an "how to implement a 4x4 matrix keypad"

for debouncing purposes you do this in a timer ISR (10 ms. is usually good)

pull all columns high

a*

pull column 1 low, if any row low, you have your key

pull column 1 high

repeat from a* for columns 2 3 and 4

Erik

Erik

0 Kudos