I2C Based Keypad interface

Status
Not open for further replies.

dc_man

Newbie level 2
Joined
Jun 29, 2010
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
earth
Activity points
1,292
Can anybody suggest an I2C based keypad interface IC, like texas instruments TCA8418.
It must have a keypad encoder and give character outputs through i2c
 

I suppose you could also use any mcu (pic, avr) to do that job instead of a dedicated chip
and it would also be easily customizable with different keypads.
I don't know the cost of your mentioned chip so i can't judge which solution is cheaper.
You can also use an i2c port expander if you already have an mcu in your project and you don't have the free pins needed to interface the keypad or
you can use the adc converter connected to a keypad wired with resistors, only one adc input is needed in this case.
One Input Keypad

Alex
 
Reactions: dc_man

    dc_man

    Points: 2
    Helpful Answer Positive Rating
Thanks Alex.
Keypad wired with resistors is unconventional. But it have certain problems as told by the author itself. When multiple keys are pressed at the same time, the Voltage values will be unpredictable. I2C port expander is a better solution.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…