This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TCA8418: TCA8418

Part Number: TCA8418
Other Parts Discussed in Thread: TCA9544A

Hi! First, sorry for my English. I need to make a keyboard with ~280(!) buttons. Is it possible to use 4 x TCA8418  on one i2c bus or is there another solution? Thanks!

  • Hello Aleksey,

    TCA8418 does not have an address configuration (its slave address is all static). So you cannot connect 4 of them on the same bus together in a normal configuration. It could be possible to do this if you used a switch to select between one of the four TCA8418s at a time. My recomendation would be to use TCA9544A to separate the 4 devices from the I2C line and have an ISR (interrupt service routine) to check which TCA8418 generates an INT (read TCA9544A INT registers).

    Thanks,

    -Bobby

  • Thank you very much! This solves my problem!