Teensy Liberates The ThinkPad Keyboard

[Frank Adams] liked the keyboard on his Lenovo ThinkPad T61 so much that he decided to design an adapter so he could use it over USB with the Teensy microcontroller. He got the Trackpoint working, and along the way managed to add support for a number of other laptop boards as well. Before you know it, he had a full-blown open source project on his hands. Those projects can sneak up on you when you least expect it…

The first step of the process is getting your laptop keyboard of choice connected up to the Teensy, but as you might expect, that’s often easier said than done. They generally use a flexible printed circuit (FPC) “ribbon cable” of some type, but may also be terminated in any number of weirdo connectors. [Frank] goes over the finer points of getting these various keyboards connected to his PCB, from searching the usual suspects such as Aliexpress and Digikey for the proper connector to throwing caution to the wind and cutting off problematic nubs and tabs to make it fit.

You might be on your own for figuring out the best way to connect your liberated keyboard up, but [Frank] has done his part by designing a few PCBs which handle routing the appropriate connections to the Teensy LC or 3.2 microcontroller. He’s such a swell guy he’s even written the firmware for you. As of right now there’s currently a dozen keyboards supported by his software and hardware setup, but he also gives tips on how to get the firmware modified for your own board if you need to.

It should come as no surprise that it was a Thinkpad keyboard that got [Frank] going down this path; as we’ve documented over the years, hackers love their Thinkpads. From fitting them with more modern motherboards to going full on matryoshka and putting a second computer inside of one, it’s truly the laptop that launched a thousand hacks.

Continue reading “Teensy Liberates The ThinkPad Keyboard”

Getting Started With Free ARM Cores On Xilinx

We reported earlier about Xilinx offering free-to-use ARM Cortex M1 and M3 cores. [Adam Taylor] posted his experiences getting things working and there’s also a video done by [Geek Til It Hertz] based on the material that you can see in the second video, below.

The post covers using the Arty A35T or Arty S50 FPGA boards (based on Artix FPGAs) and the Xilinx Vivado software. Although Vivado will allow you to do conventional FPGA development, it also can work to compose function blocks to produce CPUs and that’s really what’s going on here.

Continue reading “Getting Started With Free ARM Cores On Xilinx”

Custom Joystick For An Old Commodore Finds An Unlikely Home

Retro hardware is getting harder and harder to come by, with accessories such as joysticks and mice dropping out of the market the fastest. So if your old machine needs a new joystick, you may find yourself whipping it up yourself. While you’re at it, you might as well have some fun as [Tom Tilley] did when he built a C-64 joystick inside a replica disk drive case for his rare SX-64 luggable.

Anyone who remembers the amount of desk space the classic Commodore 1541 disk drive occupied might wonder why someone would want such an enormous base for a joystick. But rest assured that no actual 1541s were harmed in the making of this joystick; rather, [Tom] created a smaller replica of the drive case from MDF. The face of the case is about 80% original size, and the depth is cut down to about half the original, so the joystick actually ends up being a manageable size while offering a nice, broad wrist support. The drive door is 3D-printed and painted, and adorned with the original green and red LEDs. Decorations like the front badge and even replicas of the original rear panel labels, connectors, and switches were printed from files off a website devoted to recreating Commodore hardware from paper. Because Commodore love knows no bounds.

It’s silly, but it works, and we love the attention to detail. Hat’s off to [Tom] for not settling for yet another joystick build, and for keeping the Commodore flame burning. They may be tough machines, but they won’t be around forever.

Continue reading “Custom Joystick For An Old Commodore Finds An Unlikely Home”

New Transistor Uses Metal And Air Instead Of Semiconductors

The more things change, the more things stay the same. Early electronic devices used a spark gap. These have been almost completely replaced with tubes and then semiconductor devices such as transistors. However, transistors will soon reach a theoretical limit on how small they can be which is causing researchers to find the next thing. If the  Royal Melbourne Institute of Technology has its way, we’ll go back to something that has more in common with a spark gap than a conventional transistor. You can find the source paper on the Nano Papers website although the text is behind a paywall.

The transistor uses metal, but instead of a semiconductor channel — which is packed with atoms that cause collisions as electrons flow through the channel — the new device uses an air gap. You might well think that if fewer atoms in the channel are better, why not use a vacuum?

Continue reading “New Transistor Uses Metal And Air Instead Of Semiconductors”

An Arduino Wrapped In An OLED Wrapped Inside An Enigma Pocket Watch

A pocket watch, tucked into a waistcoat pocket and trailing a long chain, is a retro-hip accessory. A pocket watch gutted of its mechanical innards and updated as a smart appliance might be a horological abomination, but would still be a cool hack. A pocket watch converted to a digital Enigma machine is in a class all by itself.

[Simon] admits that he has a thing for pocket timepieces, having a sizable collection of old and not-so-old watches, some that even serve for everyday carry. Trouble is, they eventually break, and qualified watchmakers are getting hard to come by. So refitting defunct watches has become a hobby for him, and this example is a doozy. It uses an Enigma emulator running on an Arduino, similar to one that he stuffed into a somewhat oversized wristwatch a few years ago. Fitting it into a pocket watch case required a bit of finagling, including a 0.5-mm thick main PCB that flexes a bit to fit the contours of the case. A small OLED screen peeks through the front bezel, which is done up in an attractive black crinkle finish with brass buttons for a nice retro look. There’s even an acid-etched brass badge on the front cover with his special logo, complete with a profile of the original Enigma rotors.

Very impressive workmanship, and we don’t even care that it doesn’t tell time. Need a little background on the original Enigma? [Steve Dufresne] did a great job going through the basics a while back.

Continue reading “An Arduino Wrapped In An OLED Wrapped Inside An Enigma Pocket Watch”

Etch-a-Sketch 3D Printed With Cell Phone

Most of us have fond memories of the Etch-a-Sketch from childhood. [Potent Printables] wanted to update the designs so he 3D printed an XY carriage for a stylus that works with a cell phone drawing program. You can see the video below and the 3D model details on Thingiverse.

The design is fun all by itself, but it also gave us a few ideas. For one thing, if you motorized it you could make some pretty clever drawing toys. But there could be a more practical use, too.

Continue reading “Etch-a-Sketch 3D Printed With Cell Phone”

Putting That Airplane On The Map – Live And With Python

Mankind’s fascination with airplanes is unbroken. Whether you’re outside with your camera, getting an actual glimpse of the aircraft, or sitting at home with your RTL-SDR dongle and have a look at them from a distance, tracking them is a fun pastime activity. Provided, of course, that you are living close by an airport or in an area with high enough air traffic. If not, well there’s always real-time tracking online to fall back to, and as [geomatics] will show you, you can build your own live flight tracking system with a few lines of Python.

As it’s usually the case with Python, a lot of functionality is implemented and readily available from external modules, which lets you focus on the actual application without having to worry too much about the details. Similarly, plenty of data can be requested from all sorts of publicly accessible APIs nowadays. If you are looking for a simple-enough example to get into both subjects with a real-world application, [geomatics]’ flight tracker uses cartopy to create a map using Open Street Map data, and retrieves the flight information from ADS-B Exchange‘s public API.

We have seen ADS-B Exchange mentioned a few times before, for example with this ESP8266 based plane spotter and its successor. And if you’re more curious about the air traffic in your direct surroundings, it’s probably time for a DVB USB dongle.