KL25z + 4x4 matrix keypad

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

KL25z + 4x4 matrix keypad

跳至解决方案
4,389 次查看
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

标签 (1)
标记 (2)
0 项奖励
回复
1 解答
2,685 次查看
mjbcswitzerland
Specialist V
0 项奖励
回复
4 回复数
2,685 次查看
Monica
Senior Contributor III

Hello Xabier!

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

Best regards,

Monica.

0 项奖励
回复
2,685 次查看
xabiergarciarui
Contributor I

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

Best regards,

Xabier.

0 项奖励
回复
2,686 次查看
mjbcswitzerland
Specialist V

Hi

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

Regards

Mark

0 项奖励
回复
2,685 次查看
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 项奖励
回复