Summary of USB NeXT Keyboard with an Arduino
The article describes a project to convert an old NeXT keyboard—known for its durability and distinctive clicky feel—into a modern USB-compatible device. Since these keyboards use a unique, pre-ADB protocol incompatible with standard interfaces, Ladyada and collaborators developed a custom adapter using an Arduino Micro. This project involves some soldering and programming skills but allows the vintage keyboard to function seamlessly with contemporary computers via USB.
Parts used in the USB NeXT Keyboard with an Arduino:
- NeXT keyboard (original vintage keyboard)
- Arduino Micro
- Soldering tools and wires (for connections)
- USB cable (for connecting Arduino Micro to computer)
Ladyada and pt had an old NeXT keyboard with a strong desire to get it running on a modern computer. These keyboards are durable, super clicky, and very satisfying to use! However, they are very old designs, specifically made for NeXT hardware, pre-ADB and pre-USB! That means you can’t just plug the keyboard into an ADB or PS/2 port or PS/2 to USB converter (even though it looks similar). In fact, I have no idea what the protocol or pinout is named, so we’ll just call it “non-ADB NeXT Keyboard”
There is no existing adapter for sale, and no code out there for getting these working, so we spent a few days and with a little research we got it working perfectly using an Arduino Micro as the go between. Now this lovely black deck works like any other USB keyboard. Sure it weighs more than our Macbook, but its worth it!
This project is for people with a little soldering and Arduino experience – we’ll assume you’ve built some electronics before and have installed & uploaded code to an Arduino. If you haven’t, check out many of the tutorials here at learn.adafruit.com for tons of ideas for practice!
For more detail: USB NeXT Keyboard with an Arduino