• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Pi (Zero) GPIO matrix keyboard using linux HID gadget

XmagusX

Limp Gawd
Joined
Jun 12, 2003
Messages
268
Basically a feasibility / sanity check. What I would like to build is a keyboard matrix (5x16 if possible) which connects to and is read by the Pi Zero's GPIO pins, then acts like a standard HID keyboard via Linux gadget. Ideally built in such a way that one could also still be able to switch off the gadget functionality, connect an HDMI monitor, USB hub/mouse/etc, and use the keyboard matrix to control the Pi directly -- something vaguely C64-ish, for those old enough to remember such devices.

It feels like all the pieces are there -- I've seen Linux gadget be used to act like an HID device and send information across USB, and I've seen someone connect a hand-wired switch matrix to act as a local keyboard, but I've never seen those two put together for a Pi Zero.

Has anyone already dived down this rabbit hole that any of y'all know of? I know most people who have done such projects have used a ATMEGA32U4 board of one type or another (such as a Teensy), but I think this might have the potential of being an interesting new beast.

Thoughts? Am I just off the deep end? Thanks!
 
Back
Top