A Vintage Sony Portable TV, Brought Up To Date

In the time before smartphones for on-the-go visual entertainment, there were portable TVs. You might think of a portable TV as a luggable device, but the really cool ones were pocket-sized. Perhaps if you are familiar with pocket TVs you’ll be thinking of a Citizen or a Casio with a matchbox-sized LCD, but before those devices reached the market there was an earlier generation that featured tiny CRTs. These were simply the coolest electronics that an ’80s kid could lust after, and [Nick Reynolds] is lucky enough to have one. It’s a Sony Watchman from some time in the first half of that decade, and because it’s useless in the age of digital broadcasts he’s upgraded it by installing a Raspberry Pi in its case.

The unlikely inspiration for the project came from the 1970s British sci-fi TV series Space 1999, in which portable CRT-based communicators were a prop. They were typical of the sci-fi vision of the future in shows of the period, one that got so much right but didn’t quite see the smartphone coming.

The Watchman features Sony’s angled CRT, and fitting a Pi Zero W into the limited space behind it called for some careful insulation of its parts with Kapton tape. He’s even included a Pi camera module with a contorted run of flexible cable, placing it beneath the screen where a tuning indicator once sat. He has no sound as yet, but is able to demonstrate a working videophone using Ekiga as a client. He has a few more Watchmen, and has plans for a suite of retro videophones, and a Pi 3 based model.

Surprisingly this isn’t the only Sony Watchman that’s had this kind of treatment, previously we’ve brought you one that hosted a Pong game.

A 6502 Computer, With Acres Of Breadboard And Dozens Of Chips

Imagine you’re time-warped back to 1979 and tasked with constructing a personal computer. Could you do it? [RadicalBrad] thinks he can, and his 6502-based “Super VIC” build looks like it’s off to a great retrocomputing start.

Most emulations of old hardware these days go the FPGA route, and while we respect those projects immensely, there’s something to be said for applying a highly artificial constraint at the outset of a project. [RadicalBrad] chose to design like it’s 1979, and limited his ode to the machines of his youth to the 6502 CPU and logic and RAM chips available before 1980. The computer will support NTSC video output and 4-channels of 8-bit sound. No circuit boards will be used – everything is to be assembled on solderless breadboards. So far he has 48 (!) of them ganged together, which sounds like an enormous amount of space to work with, but he still found things crowded enough that some of the DIP bodies were trimmed a bit to fit more closely on the breadboards. The SRAM posed a problem, though, in that the 512K chips he wanted were not available in DIPs. To stay faithful to the constraints, he soldered the SOJ-packaged RAM chips into 40-PIN DIP headers – all 25 chips! We can’t recall a PC of the era sporting 12 megabytes of RAM, but no matter – it’s too cool not to love.

[RadicalBrad] has his work cut out for him, and this could take years to finish. We’re keen to follow his progress and can’t wait till it boots for the first time. Until it does, we’ll just gaze upon such discrete computing wonders as this almost-as-simple-as-possible computer, or even this delightfully noisy adder for a relay computer.

Arduino Shield Makes Driving Nixies Easy

Nixie tubes are adored by hackers across the world for their warm glow that recalls an age of bitter nuclear standoffs and endless proxy wars. However, they’re not the easiest thing to drive, requiring high voltages that can scare microcontrollers senseless. Thankfully, it’s possible to score an Arduino shield that does the heavy lifting for you.

The HV supply is the heart of any Nixie driver.

The shield uses HV5812 drivers to handle the high-voltage side of things, a part more typically used to drive vacuum fluorescent displays. There’s also a DHT22 for temperature and humidity measurements, and a DS3231 real time clock. It’s designed to work with IN-12 and IN-15 tubes, with the part selection depending on whether you’re going for a clock build or a combined thermometer/hygrometer. There’s also an enclosure option available, consisting of two-tone laser etched parts that snap together to give a rather sleek finished look.

For those looking to spin up their own, code is available on Github and schematics are also available. You’ll have to create your own PCB of course, but there are guides that can help you along that path. If you’re looking to whip up a quick Nixie project to get your feet wet, this might just be what you need to get started. Of course, you can always go straight to hard mode, and attempt a functional Nixie watch. Video after the break.

Continue reading “Arduino Shield Makes Driving Nixies Easy”

TI-83 Gets CircuitPython Upgrade

Graphing calculators are an interesting niche market these days. They’re relatively underpowered, and usually come with cheap, low resolution screens to boot. They remain viable almost solely due to their use in education and the fact that their limited connectivity makes them suitable for use in exams. The market is starting to hot up, though – and TI have recently been doing some interesting work with Python on their TI-83.

Rumor has it that TI have been unable to get Python to run viably directly on the TI-83 Premium CE. This led to the development of the TI-Python peripheral, which plugs into the calculator’s expansion port. This allows users to program in Python, with the TI-Python doing the work and the calculator essentially acting as a thin client. The chip inside is an Atmel SAMD21E18A-U, and is apparently running Adafruit’s CircuitPython platform.

This discovery led to further digging, of course. With some hacking, the TI-Python can instead be replaced with other boards based on Atmel SAMD21 chips. For those of you that aren’t in Atmel’s sales team, that means it’s possible to use things like the Adafruit Trinket M0 and the Arduino Zero instead, when flashed with the appropriate CircuitPython firmware. It’s a tricky business, involving USB IDs and some other hacks, but it’s nothing that can’t be achieved in a few hours or so.

This is a hack in its early days, so it’s currently more about building a platform at this stage rather then building fully-fledged projects just yet. We’re fully expecting to see Twitter clients and multiplayer games hit the TI-83 platform before long, of course. When you’ve done it, chuck us a link on the tip line.

[Thanks to PT for the tip!]

Arcade With LED Marquee Shows Off Your Game

We’ve seen a lot of arcade machine builds here on Hackaday. Seriously, a lot. Even more so since the Raspberry Pi took over the world and made it so you didn’t have to cannibalize an old laptop to build one anymore. It’s one of those projects with huge appeal: either you’re somebody who’s built their own arcade, or you’re somebody who wishes they had. But even after seeing all these builds, we occasionally come across a specimen that deserves special recognition.

LED display controller

[Al Linke] recently wrote in to tell us about his arcade build, which we think you’ll agree is worth a closer look. The core build is actually a modification of a previously published design, but what makes this one unique is the addition of a programmable LED matrix in the top that actually shows the logo and artwork for whatever game you’re currently playing. This display really helps sell the overall look, and instantly makes the experience that much more authentic. Sure you don’t need the marquee of your home arcade machine to show era-appropriate artwork…but we know you want it to.

So how does one interface their Raspberry Pi with this beautiful 64×32 LED marquee display? Well it just so happens that [Al] is in the business of making cool LED displays, and even has a couple successful Kickstarter campaigns under his belt to prove it. He’s developed a board that lets you easily connect up to low-cost HUB75 LED panels such as the one used in the arcade. It’s been a few years since we’ve last seen a project that tackled these specific LED displays, and it’s encouraging to see how far things have come since then.

Even if you’re somehow not in love with the LED marquee, this build really does stand on its own as a fantastic example of a desktop arcade machine. [Al] went to great length to document his build, including putting together several videos during different phases of construction. If you’re curious about the start of the art for home arcade builds, this project would be a pretty good one to use as a barometer.

Whether it’s a full-size replica of the machine you spent your youth standing in front of, or an entirely new design made to your exacting specifications, there’s few projects that are a better conversation starter than one of these beauties blinking away in your living room.

Continue reading “Arcade With LED Marquee Shows Off Your Game”

Reinking Dot Matrix Printer Ribbons Because It’s Fun, Okay

Ink! No matter the printer you’ve got, whether it be inkjet, laser or otherwise, it’s the consumables that will send you broke. At times, the cost of Hewlett-Packard black ink has exceeded the price per volume of human blood, and shareholders around the world have rejoiced.

As a retrocomputing reprobate, I have a personal dilection for printers of the vintage persuasion. My previous dalliances have involved fully fledged office copiers, but lately I’ve found myself tinkering with dot matrixes of a 1980s vintage. These workhorses are now reaching middle age, and as you’d expect, their ribbons are a little worse for wear after all this time.

Replacements are cheap enough for the most common printers, but shipping takes weeks and hackers are an impatient bunch. Plus, if you’ve got one of the more obscure models, it’s unlikely you’ll find a fresh cart just sitting on the shelf. It was these factors that spurred my good friend [Cosmos2000] and I into action.

Continue reading “Reinking Dot Matrix Printer Ribbons Because It’s Fun, Okay”

The Repair And Refurbishment Of Silicone Keyboards

There are a lot of retrocomputers out there sitting in garages and attics, and most of them need work. After thirty or forty years, you’re looking at a lot of corrosion, leaking caps, and general wear and tear. When it comes to extreme refurbishment, we haven’t seen anyone better than [Drygol], and this time he’s back with an exceptional example of how far repair and refurbishment can go. He’s repairing the silicone keyboard of a Commodore 116 using some very interesting techniques, and something that opens up the door to anyone building their own silicone keypad.

This project comes from from a member of a demoscene group that found an old C116 that needed a lot of work. The C116 shipped with a silicone membrane keyboard instead of the mechanical keyswitches of the C64 and other, higher-end computers. Unfortunately, this silicone keypad had a few keys ripped out of it. No one, as far as we can tell, has ever figured out how to make these silicone keypads from scratch, but [Drygol] did come up with a way to replace the ripped and missing keys. The process starts with making a silicone mold of the existing keyboard, then casting silicone into the negative of that mold. After a few attempts , [Drygol] had a custom silicone button that matched the shape and color of the original C116 keyboard. The only thing left to do was to attach tiny conductive carbon pads to the bottom of the newly cast buttons and fit them into the existing keyboard.

This is an interesting refurbishment, because there are a lot of vintage computers that used silicone keyboards in the place of mechanical keyswitches. The Speccy, The Commodore TED machines, and a lot of vintage calculators all used silicone keyboards. Until now, no one has figured out how to make DIY silicone keypads, and repairing silicone was out of the question. [Drygol]’s attempt isn’t perfect — it needs key labels, but screen or pad printing will take care of that — but it’s the best we’ve seen yet and opens the doors to a lot of interesting projects in the world of vintage computer repair.