Modern Software Brings Back The Timex Datalink

As much as some people on the Internet might like to think — no, Apple did not come up with the idea of the smart watch. Even if you ignore the calculator watches that we imagine a full 60% of Hackaday readers wore at one time or another in their lives, the Timex Datalink was already syncing with computers and pulling down the user’s list of appointments back in 1994 by decoding the pulses of light produced by a CRT monitor. Hey, it sounded like a good idea at the time.

Unfortunately, this idea hasn’t aged well. The technique doesn’t work on more modern displays, and naturally the companion software to generate the flashing patterns was written for Windows 3.1. But thanks to the reverse engineering efforts of [Synthead], you can now sync any version of the Timex Datalink to your computer using nothing more complex than the onboard LED of the Teensy LC or Raspberry Pi Pico.

There’s actually several different projects working together to make this happen. In place of a CRT, there was an official “Timex Datalink Notebook Adapter” back in the day that was designed to be used on laptops and featured a single blinking LED. That’s what [Synthead] has recreated with timex-datalink-arduino, allowing a microcontroller to stand in for this gadget and featuring 100% backwards compatibility with the original Datalink software.

Appointment data is loaded from a text file.

But since you’re probably not rocking Windows 3.1 anymore, having access to that software is far from a given. That’s why [Synthead] also created timex_datalink_client, which is a Ruby library that lets you generate data fit for upload into the Timex Datalink. At the time of this writing there doesn’t seem to be a friendly user interface (graphical or otherwise) for this software, but it’s easy enough to feed data into it using plain-text configuration files.

Helpfully [Synthead] provides screenshots of information loaded into the original software, followed by a config file example that accomplishes the same thing. It looks like writing some glue code that pulls your schedule from whatever service you fancy and formats it for the Datalink client should be relatively simple.

We’ve previously seen projects that got the Timex Datalink synced without the need for a CRT, but they still required the original software. To our knowledge, this is the first complete implementation of the Datalink protocol that doesn’t rely on any original hardware or software. Expect eBay prices to go up accordingly.

A Timex Datalink smartwatch next to an Arduino

Arduino Keeps Your Classic Timex Datalink In Sync

The Timex Datalink was arguably the first usable smartwatch, and was worn by NASA astronauts as well as geek icons like Bill Gates. It could store alarms, reminders and phone numbers, and of course tell the time across a few dozen time zones. One of the Datalink’s main innovations was its ability to download information from your PC — either through flashing images on a CRT monitor or through a special adapter plugged into a serial port.

With CRTs thin on the ground and original serial adapters fetching ludicrous prices online, classic Datalink users today may find it hard to keep their watches in sync with their Outlook calendars. Fortunately for them, [famiclone] came up with a solution: a DIY Datalink adapter based on an Arduino. It works the same way as Timex’s serial adapter, in that it receives data through the computer’s serial port and transmits it to the watch by flashing a red LED.

Updating your watch does require the use of the original Datalink PC software, which only runs on classic operating systems like Windows 95 or 98, so you’ll need to keep a copy of such an OS running. Luckily, it has no problem with virtual machines or USB COM ports, so at least you don’t need to keep vintage PC hardware around. Then again, whipping out a 1995 Pentium laptop to update your Timex watch would make for the ultimate geek party piece.

Love classic geeky watches? Check out this featured article we did on them a few years ago. If you’re interested in using computer monitors to transmit data optically, we’ve covered a few projects that do just that.

Chip Transplant Brings Timex 2048 Back From Grave

The 1984 Timex Computer 2048 that [Drygol] recently got his hands on was in pretty poor shape. Not only did it have the mangled exterior that comes from several decades of hard use and furious typing, but the internals appeared to be shot as well, with the machine showing nothing but vertical lines when powered up. Thankfully, this retro computer virtuoso was more than up to the challenge of bringing it back from the brink.

After a good cleaning and the installation of a reproduction front panel, the Timex was already looking much better. Unfortunately [Drygol] says he doesn’t currently have the equipment necessary to touch up the graphics and lettering on the key caps, but the fact that he had to qualify that statement with “currently” has us all sorts of excited to see what he’s planning down the line.

A bevy of fresh chips.

Of course beauty is only skin deep, and this particular TC-2048 was still bad to the bone. [Drygol] had a hunch its Z80 processor was dead, but after swapping it and its socket out, the machine still wouldn’t start. Though he did note that the garbled graphics shown on the screen had changed, which made him think he was on the right track. He then replaced all the RAM on the board, but that didn’t seem to change anything.

There isn’t a whole lot else to go wrong on these old machines, so the final step was to try and replace the ROM. Sure enough, after installing a new Winbond W27C512 chip with the appropriate software burned onto it, the nearly 40 year old computer sprang back to life.

Another classic computer saved from the trash heap, but it’s all in a day’s work for [Drygol]. Over the years we’ve seen him perform meticulous repairs on computer hardware that any reasonable person would have given up on. Even if you’re not into retro hardware, his restorations are always full of fascinating tips and tricks that can be applied when repairing gadgetry from whatever era happens to tickle your fancy.