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.
sir i want to add 4x4 keypad in ble_app_blinky example in ble peripheral
and 4x4 keypad working with blinky example in peripheral
Hello again,
With this information I would then suggest that you take the working code that you have made for the peripheral blinky example and merge it into the BLE blinky example. It is easier to merge non-BLE parts into a BLE example than going the other way around.
Best regards,
Karl
but sir i have done the same things but not working
Please elaborate on what you have done, in detail, so that I may try to help you resolve the issue.
What have you tried? What did you observe? How did it differ from what you would have expected? Was there any errors generated? If so, which, and from where?
The more information you provide, the easier it will be for us to help you resolve your issue.
Best regards,
Karl
sir i have shortout the keypad problem,after change the gpio pins. because
p0.23 is not able to read ,why this is not able to read...... in nrf52840 but it's
work in nrf52832...
sir i have shortout the keypad problem,after change the gpio pins. because
p0.23 is not able to read ,why this is not able to read...... in nrf52840 but it's
work in nrf52832...
Hello again,
I am glad to hear that you have resolved your issue!
nishant singh said:p0.23 is not able to read ,why this is not able to read...... in nrf52840 but it's
work in nrf52832...
P0.23 is used for the external memory on the nRF52840 DK, but is not used for anything on the nRF52 DK which is why you may use it for your application without doing any hardware changes.
Please also make sure to check the pins you are using against the Pin Assignment of the SoC in question, to make sure that you are using a appropriate pin for your application.
Best regards,
Karl