Retroplayer
Experienced Member
- Joined
- Jun 6, 2023
- Messages
- 189

I absolutely love the aesthetic of this device. It is technically a handheld language translator with some other modules for calculator, phonebook, notepad, etc...
The device has a single row 16 character LED display. The cartridges usually came with a keyboard template that snapped in place to map the keys to the functions of the cart.
The unit itself was just the batteries, display, and keyboard. All of the smarts are in the cartridges.
I wrote some code to make a pi pico cartridge to re-use the display and keyboard quite a while ago, but I never finished the project because I just can't come up with a novel use for the limited screen and keyboard.
The code did implement some features such as scrolling the screen up/down and left/right maintaining a small buffer. It also allowed re-mapping of the keys. But I didn't get any farther than developing the drivers.
The above was made possible because there was an old magazine article (Popular Electronics July 1980) that gave the details of repurposing for a simple terminal connected to a parallel port.
Just tossing this out there in the hopes of getting some possible ideas for use for such a thing. I have a small collection of them that I picked up, so at least one is planned for just re-use of the housing and the display would be replaced with an OLED.
If you don't know what this is, here is a site that gives some details and shows some internal pictures:
Nixdorf LK3000 Saintummers Elektronik und Radio Projektseite
Nixdorf, Computer, Nixdorf LK-3000
You can find the magazine article here. I didn't want to link directly to the PDF, so you will need to select July 1980:
POPULAR ELECTRONICS: Consumer Electronics and Experimenter magazine
Popular Electronics Magazine: 1954 through 1982 Consumer electronics and experimenter publication. All issues available for reading or searching.
www.worldradiohistory.com
Last edited:



