Battlezone Played On Vector Display With Hand-Wound Yoke

We’ve been admirers of the work [Eric] and friends have been doing over at TubeTime for years. One of the earliest we can remember is the decatron kitchen timer, and we still tell the story of [Eric] purposely leaving out button debouncing in order to make his vector flappy bird even harder.

TubeTime is back at it this year and we had the opportunity to speak with them at Bay Area Maker Faire. The group specializes in working with old tube displays and this year’s offering was spectacular in many ways. First off, the software side of things is an emulator running on an STM32 F4 Discovery board. The chips on these boards have a pair of 12-bit DACs which are driving the X and Y of the vector displays. Code to run the original ROMs was ported from existing projects, but the audio for the games was kind of a hack to get working.

This particular display is where things get really fascinating. The tube itself was originally manufactured as test equipment for television repairmen. What’s fascinating about this is that [Eric] had to rewind the deflection yokes himself to get it working again. Luckily he documented quite a bit about his initial research into this process and his experiments to remedy some distortion issues he encountered once it was working.

Make sure to head on over to TubeTime and read their overview of the Battlezone machine. After the break we’ve also embedded a few of our own pictures as well as the interview at BAMF.

Continue reading “Battlezone Played On Vector Display With Hand-Wound Yoke”

The Greatest Thing Since (Toasted) Sliced Bread

That’s right. [Colin Furze] just made a household appliance obsolete. Who needs a toaster when you can cut your bread… and toast it at the same time!

Leave it to [Furze] to make something out of the Hitchhiker’s Guide to the Galaxy a reality. Submitted as an idea by one of his subscribers to his new series called Furze’s Invention Show, he took it upon himself to make the long revered lightsaber bread knife. We were waiting for this day.

Unfortunately, it’s not exactly a light saber. In fact, its more of a light-saw-ber, which, pronounced with the right accent could be easily mistaken for the real deal. Using a re-wrapped microwave transformer — much like home-made spot welder rigs — [Furze] is pumping a ton of amps at low voltage through a hacksaw blade, making it red hot and ready to toast bread.

Continue reading “The Greatest Thing Since (Toasted) Sliced Bread”

Retrotechtacular: Automatic For The People

Throughout their long history, American Machine and Foundry (AMF) have made forays into many areas of automation. And as the American cultural landscape of the 1950s and ’60s shifted toward fast, cheap, and convenient foodstuffs available for consumption inside of spacious, finned automobiles, AMF was there with AMFare, an (almost) completely automated system for taking orders, preparing food, and calculating bills.

AMF named the system “ORBIS” after its two main functions, ordering and billing. But ORBIS was not completely autonomous. A human operator received orders from a table-side telephones inside the restaurant and intercoms used by drive-in customers, and entered them on an enormous console. Orders were routed to several machines to prepare the food, cook it, and package it in various ways. We witness the odyssey of the burger in complete detail, from punching out perfect patties to their final, plastic-wrapped form.

Surprisingly, the AMFare selection wasn’t limited to delicious burgers, fries, and milkshakes. It could crank out sixteen different menu items, and do so pretty quickly. In the space of one hour, AMFare could produce more than 400 burgers, over 350 orders of fries, or about 700 milkshakes. Even so, collating the orders required human intervention. We imagine that the awful task of cleaning all that expensive Rube Goldberg-esque machinery did, too.

Continue reading “Retrotechtacular: Automatic For The People”

Teensy Adds S/PDIF To Library

With Arduino library support on an ARM Cortex M4 processor, it’s no surprise that we’re fans of the Teensy 3.1. And lately, [Paul Stoffregen] has been building out the Audio Library for this platform, making it even more appealing to the synth / audio geeks among us. And now, with just the addition of a highfalutin LED and some software, the Teensy can output digital audio over optical fiber.

S/PDIF, and more specifically optical TOSLINK, uses LED light sent down an optical fiber to encode audio data. The advantage of this over any voltage-level signals (like with regular wires) is that the source and destination devices aren’t electrically connected at all, which gets rid of the dreaded ground loop hum and any RF interference.

An S/PDIF audio data stream is a bit complex, but if you’re interested [Micah Scott] has a fantastic dissection of it up on her blog. Of course, you don’t have to know anything about any of that to simply use S/PDIF with the Teensy Audio Library.

We love open source hardware and software because of the collaborations that make ultra-rapid development of niche stuff like this possible. You can follow along with the development of the Teensy’s S/PDIF capabilities on the PJRC forum. Contributor [Frank B] modestly claims that “everything was already on the internet”, but that doesn’t make it any less cool that they got from zero to working library in a few weeks. (And note the clever use of a precomputed lookup table for speed.)

LED_TOSLINK2On the hardware side, [Paul] has posted up his adapter board for a cheap, but very professional looking, optical TOSLINK sender. But if you’re feeling ghetto, you can simply use a red LED pointed just right into the optical cable.

The end result? Lossless transmission of CD-quality audio from an Arduino-esque microcontroller, sent on a beam of light, for less than the cost of a latté.

We Have A Problem: 3D Printers Are Too Expensive

Hackaday, we have a problem. 3D printing is changing the world but it’s still too expensive to be embraced as a truly transformative technology.

With each passing year, the 3D printing industry grows by leaps and bounds. Food safe PLA is now the norm, with dissolvable and other exotic filaments becoming more mainstream.  New filaments are making it possible to print objects that were not possible before. New CAD software is popping up like dandelions, with each iteration giving novice users a friendly and more intuitive interface to design 3D models. As time marches on, and we look into its future, a vision of the 3D printing world is evident – its only going to get bigger.

3d printerImagine a future where a 3D printer is as common as an ink jet printer in homes all across the world.  A future where you could buy filament from the supermarket down the street, and pick up a new printer from any hardware store. A future where dishwashers, refrigerators and bicycles come with .stl files that allow you to print upgrades or spare parts. A future where companies compete to give the market easy-to-use printers at the cheapest price.

Is this future possible? Not until the technology changes. It’s too expensive, and that’s the problem you’re going to solve. How can you make a 3D printer cheaper? A cheap printer could change the game and make our future a reality.

Where do we need cost savings?

To get you going, here are some parts of common 3D Printers which think need to find cost-saving solutions.

XYZ AND HOT END MOTORS

Stepper motors are going to run you about $15 each. Is it possible to use cheaper DC motors with some type of position tracking while keeping the cost down?

HARDWARE

Threaded rod is probably the cheapest way to move your XYZ axis. What about couplings and guide rods? Check out how this guy made a CNC out of parts from his local hardware store.

ELECTRONICS

No arduino with Easysteppers here – too expensive. We’ve just seen a super cheap controller a few days ago. If we use something other than NEMA steppers, it will radically change the typical electronic controller for our super cheap 3d printer.

EXTRUDER

What is the cheapest way to melt and extrude plastic? What about using thermistors in place of thermocouples? Let’s think out of the box with this, and see if we can get away from the typical stepper motor based extruder. Remember, everything is low cost. If we have to sacrifice some resolution, that is OK.

So there you go. Let’s hear your input on the issue. We need to make 3D printers a lot more affordable and we want to hear any ideas you have on the topic in the comments below. Do you think this is in our future and why?


The 2015 Hackaday Prize is sponsored by:

Bringing A Century Stereo Into The 21st Century

Way back in the previous century, people used to use magnetized strips of tape to play music. It might be hard to believe in today’s digital world, but these “cassette” tapes were once all the rage. [Steve] aka [pinter75] recently found a Bang & Olufsen stereo with this exact type of antequated audio playback device, and decided to upgrade it with something a little more modern.

Once the unit arrived from eBay and got an electronic tune-up, [pinter75] grabbed a Galaxy S3 out of his parts drawer and got to work installing it in the old cassette deck location. He used a laser cutter to make a faceplate for the phone so it could be easily installed (and removed if he decides to put the tape deck back in the future).

The next step was wiring up power and soldering the audio output directly to the AUX pins on the stereo. Once everything was buttoned up [pinter75] found that everything worked perfectly, and mounted the stereo prominently on his wall. It’s always great when equipment like this is upgraded and repaired rather than thrown out.

Hackaday Prize Entry: Useful Code For Useful Things

The Hackaday Prize isn’t exclusively about building things that will help the planet; you can also build things that will enable others to build things to save the planet. [Eric] isn’t saving the world with his commonCode library, but it will make it vastly easier for other people to build the next great Thing.

The idea behind commonCode is the same as shared libraries you’ll find in any desktop application of reasonable size; it provides a common library for AVR microcontrollers to build just about anything. Bit manipulation, an interface for timers, math functions, graphics, I/O, and peripheral drivers are all available in the commonCode library. This makes it easy for the developmentally challenged among us to create whatever project they want.

The commonCode library wasn’t created just for The Hackaday Prize. [Eric] has been tinkering around with AVRs since well before the Arduino existed, and he has dozens of projects in permanent installations. It’s a great way to give back to the community, and the perfect way to allow people to develop their own things to solve whatever problem they have in mind.


The 2015 Hackaday Prize is sponsored by: