Nixie Inspired 7 Segment Display

The supply of Nixie tubes from east European stock piles is still enough to keep their prices down. But once those start dwindling, prices will move north. Besides, if you want to use them, you need to work with high voltage supplies and worry about not getting zapped while trying to debug a circuit. [FilleK] had some time to spare and decided to build a cheaper substitute for a real nixie tube using a regular 7 segment LED display.

We have already seen this hack before, in the Arduino-based ENIGMA replica. But [FilleK] improved on that by adding an extra LED to simulate the radiant glow typical of Nixie tubes. His project log describes the fairly straightforward process using parts that can be found easily. A piece of plastic, painted in a shade of copper and fixed around the 7 segment display, acts as a nice baffle to contain and reflect the ambient glow of the back-light LED. A nice improvement would be to add a random flicker to the background LED. Maybe add an Octal socket (the decimal point had to be nixed though!), and cap it in a proper glass tube. If you’d rather work with the real McCoy, check out our archives.

Speaker out of a hard drive

Hard Drive… Speakers?

Speakers really aren’t that complex to make. In fact, if you’re clever about it, you can make a speaker out of just about anything. [Afroman] is kicking it old school with a hack he first did back in 2001, but now, in video form: Make your own HDD Speaker!

All you need is an old hard drive you don’t care about anymore, a bit of flexible wire, and an externally powered amplifier (no your cellphone will not work!). If you don’t have an amp, [Afroman] even has a tutorial so you can build your own Class D Amplifier on a breadboard!

First off you’ll need to crack open the HDD enclosure. You might need a torx or hex key to get past the manufacturer’s “safety screws” though. Once it’s open you’ll need to locate the hard drive head — this is the small metal arm that looks kind of like a record player tone arm. It’s actually controlled by a coil, you know, just like a speaker…

Continue reading “Hard Drive… Speakers?”

Solder Sucking the Easy Way

Introducing The Solder Sucker 9000

Using a regular plunger style solder sucker is tedious at best, and usually not that effective. If you’re trying to salvage components off a PCB, sometimes it can take longer than it’s worth to do — short of reflowing the entire board that is! But what if you had something to desolder individual components faster?

After getting fed up with his cheap plunger-based solder sucker, [electro1622] decided to try a different tactic. He reuses components from old PCBs all the time, so he tried something a bit unorthodox to remove them. Compressed air.

Now let’s just preface this with it will be messy, so you might want to set up a box to catch the removed solder. Simply use your iron of choice to heat up the solder globs holding back your components, and then blast it with compressed air out of a small nozzle. Way faster than a solder sucker.

Continue reading “Introducing The Solder Sucker 9000”

X-Carve, The Logical Upgrade To A Shapeoko

When it comes to small CNC carving machines for hackerspaces and extremely well-equipped garages, the Shapeoko, or something like it, has been the default machine. It’s dead simple – a Dremel attached to linear rails – and is useful for everything from milling PCBs to routing complex woodworking project to plotting designs with a pen. Now, [Bart Dring], the guy behind the Buildlog.net lasers and Inventables have teamed up to create the next generation of carving machines. It’s called the X-Carve, and while it’s fully compatible with the Shapeoko 2, it adds a few improvements that make for a much better machine.

The X-Carve does away with the Dremel-based spindle and replaces it with something that can produce torque. There’s a 24VDC spindle in the stock arrangement that will give you speed control through Gcode. There is, of course, adapters to fit the Dewalt and Bosch routers most commonly used in these types of machines.

As far as the gantry goes, the X and Y axes are makerslide; no change there. The Z axis leadscrew has an optional upgrade to Acme threaded rod, an improvement over the M8 threaded rod found in just about every other DIY machine kit. The entire machine is basically all the upgrades a Shapeoko should have, with stronger corners, NEMA 23 motors, and increased rigidity.

There are a few versions of the X-Carve, ranging from an upgrade kit to the Shapeoko 2 to a fully loaded kit with a square meter of machine space. The big, high-end kit ships for around $1250, but a smaller kit with 500mm rails, NEMA 17s, and threaded rod lead screw is available for around $800.

[Bart] and [Zach], the founder of Inventables sat down and shot a video going over all the features of the X-Carve. You can check that out below.

Continue reading “X-Carve, The Logical Upgrade To A Shapeoko”

Retrotechtacular: Crystals Go To War

More than one of our readers suggested we highlight this beautifully-shot process documentary about the laborious and precise manufacturing of piezoelectric quartz crystals in the early 1940s. Just a few years later, Bell Labs would perfect a method of growing synthetic crystals, sending droves of brave men and daintily-handed women from the Reeves Sound Laboratories to the unemployment line.

Early radio equipment relied upon tuned or L-C circuits for clocking. These were prone to drift by a few kHz, which prompted the use of crystal oscillators for stable frequencies in the 1920s. The lives of our armed forces and those of our WWII allies depended on reliable communication equipment, so the crystal oscillators they used were top shelf, produced by hand from Brazilian crust.

Continue reading “Retrotechtacular: Crystals Go To War”

Origami Busts A Move With Dancing Paper

Origami cranes are cool, but do you know what’s cooler? Origami cranes dancing to the beat. That’s the challenge [Basami Sentaku] took on when he created Dancing Paper (YouTube link). You might remember [Basami] from his 8 bit harmonica hack. In Dancing Paper, paper cranes seem to dance all on their own – even performing some crazy spinning moves. Of course, the “magic” is due to some carefully written code, and magnets, lots of magnets.

Using magnets to move objects from below isn’t a new concept. Many of us have seen the “ice skating pond” Christmas decoration which uses the same effect. Unlike the skating pond,Dancing Paper has moving parts (other than the cranes themselves). Under the plastic surface are a series of individually controlled electromagnets. Each of the supporting dancers has a line of four magnets, while the featured dancer in the center has a 5×5 matrix. The 41 electromagnets were wound around bolts with the help of a Tamiya motor and gearbox.

The actual dance moves are controlled by C code which appears to be running on an Atmel microcontroller. Of course a microcontroller wouldn’t be able to drive those big coils, so some beefy TO-220 case transistors were employed to switch the loads. The cranes themselves needed a bit of modification as well. Thin pieces of wire travel from the neodymium magnets on their feet up to the body of the crane. The wire provides just enough support to keep the paper from collapsing, while still being flexible enough to boogie down.

Click past the break to see Dancing Paper in action!

Continue reading “Origami Busts A Move With Dancing Paper”

BeagleSNES For Game Boy, Game Boy Advance, NES, And – Yes – SNES

By far the most common use for the Raspberry Pi is shoving a few dozen emulators on an SD card and calling it a day. Everybody’s got to start somewhere, right? There are other tiny, credit card-sized Linux boards out there, and [Andrew] is bringing the same functionality of the Raspi to the BeagleBone Black and BeagleBoard with BeagleSNES, an emulator for all the sane pre-N64 consoles.

BeagleSNES started as a class project in embedded system design, but the performance of simply porting SNES9X wasn’t very good by default. [Andrew] ended up hacking the bootloader and kernel, profiling the emulator, and slowly over the course of three years of development making this the best emulator possible.

After a few months of development, [Andrew] recently released a new version of BeagleSNES that includes OpenGL ES, native gamepad support through the BeagleBone’s PRU, and support for all the older Nintendo consoles and portables. Video demos below.

Continue reading “BeagleSNES For Game Boy, Game Boy Advance, NES, And – Yes – SNES”