Dear Team,
I have to interface 4x4 keypad with nrf52840
please help me..........
Best regards
nishant singh
Dear Team,
I have to interface 4x4 keypad with nrf52840
please help me..........
Best regards
nishant singh
Hello,
I have to interface 4x4 keypad with nrf52840
Is this a component that comes with some kind of serial interface, or is it a simple button matrix - and if so, is it multiplexed? Please be as specific as possible - the more specific you are, the easier it is for us to help you.
Depending on your answer to the above question, but you can likely use the GPIOTE peripheral for this. A simple demonstration of the GPIOTE peripheral's usage is given in the Pin Change on Interrupt example from the SDK.
Best regards,
Karl
Dear sir ,
how to initialize 4x4 keypad in ble_app_blinky project. and how to read and write.
Hello again,
nishant singh said:how to initialize 4x4 keypad in ble_app_blinky project. and how to read and write.
Karl Ylvisaker said:Is this a component that comes with some kind of serial interface, or is it a simple button matrix - and if so, is it multiplexed? Please be as specific as possible - the more specific you are, the easier it is for us to help you.
The answer to your question still depends on the answer to what I asked in my previous comment.
Did you take a look at the GPIOTE peripheral documentation and example that I referenced in my previous comment?
Best regards,
Karl
Hello again,
nishant singh said:how to initialize 4x4 keypad in ble_app_blinky project. and how to read and write.
Karl Ylvisaker said:Is this a component that comes with some kind of serial interface, or is it a simple button matrix - and if so, is it multiplexed? Please be as specific as possible - the more specific you are, the easier it is for us to help you.
The answer to your question still depends on the answer to what I asked in my previous comment.
Did you take a look at the GPIOTE peripheral documentation and example that I referenced in my previous comment?
Best regards,
Karl