KL25z + 4x4 matrix keypad

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KL25z + 4x4 matrix keypad

ソリューションへジャンプ
4,392件の閲覧回数
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,688件の閲覧回数
mjbcswitzerland
Specialist V
0 件の賞賛
返信
4 返答(返信)
2,688件の閲覧回数
Monica
Senior Contributor III

Hello Xabier!

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

Best regards,

Monica.

0 件の賞賛
返信
2,688件の閲覧回数
xabiergarciarui
Contributor I

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

Best regards,

Xabier.

0 件の賞賛
返信
2,689件の閲覧回数
mjbcswitzerland
Specialist V

Hi

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

Regards

Mark

0 件の賞賛
返信
2,688件の閲覧回数
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 件の賞賛
返信