Author Topic: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant  (Read 2037 times)

0 Members and 1 Guest are viewing this topic.

Offline yoobe

  • Thread Starter
  • Posts: 48
  • Location: Rolle, Switzerland
  • Yoobe
Hi all,

I just saw this device while searching item for my project.
Did someone used/tested this already? Looks like a cheap chip that could be used in a mechanical keyboard..
I will see if I order one and test it...

Links:
http://www.ti.com/product/TCA8424/description
http://www.ti.com/lit/ds/symlink/tca8424.pdf
Yoobe

ErgoDox - Mx Brown
Filco Minila Air - Mx Red
RedScarfII+ VerC - Gateron White

Offline hanya

  • Posts: 132
  • Location: Japan
Re: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant
« Reply #1 on: Fri, 09 October 2015, 03:54:50 »
I've read the specification of the controller. You need another MCU to connect your keyboard to different kind of interfaces such as USB or PS/2.
Most user designed keyboard is not connected to I2C. It seems recent laptop PC supports such interface internally but there is no connector to be used externally.
[edit] But it looks you are trying to find I2C keyboard, so it would be your choice.
PFU HHKB JP, Sanwa MA-TB38 trackball

Offline yoobe

  • Thread Starter
  • Posts: 48
  • Location: Rolle, Switzerland
  • Yoobe
Re: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant
« Reply #2 on: Fri, 09 October 2015, 03:59:15 »
Yes I was thinking to have a attiny85 or other very small usb device..  Making a PCB with this and a small mcu could be interesting?
At least this will avoid to use all main MCU gpios for the matrix and not have to implement the scan code.
Yoobe

ErgoDox - Mx Brown
Filco Minila Air - Mx Red
RedScarfII+ VerC - Gateron White

Offline yoobe

  • Thread Starter
  • Posts: 48
  • Location: Rolle, Switzerland
  • Yoobe
Re: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant
« Reply #3 on: Fri, 09 October 2015, 05:05:04 »
Yoobe

ErgoDox - Mx Brown
Filco Minila Air - Mx Red
RedScarfII+ VerC - Gateron White

Offline ddlawrence

  • Posts: 5
  • Location: Israel
    • bare metal programming
Re: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant
« Reply #4 on: Sun, 11 October 2015, 07:56:44 »
The TI expander chip is unnecessarily complicated.  This HID spec stuff is forthe birds.  I want a simple keyboard for hacking projects.  The Diligent board with the Analog Devices chip looks much better. 
later............dd

Offline hanya

  • Posts: 132
  • Location: Japan
Re: TCA8424 Low-Voltage 8x16 Keyboard Scanner With HID over I2C Compliant
« Reply #5 on: Sun, 11 October 2015, 08:49:29 »
I2C I/O expander used on ErgoDox made many people mad because of its scan speed of the matrix.
If you really need fast scanning of your large matrix, standalone matrix scanner like TCA8424 or another MCU is better for the task.
PFU HHKB JP, Sanwa MA-TB38 trackball