Tying The Knot With MakerBot

makerbot-ring

De Beers would have you believe that only diamonds will do, but hackers are hardly ones to follow convention. How better to say “I love you” than with a MakerBot-extruded black ABS engagement ring? [Adam Elkins] did just that, creating the design with a combination of GIMP, SketchUp and Blender, then producing the final output on a MakerBot at Philadelpha hacker space Hive.

From the steampunk wedding at the 2008 Maker Faire, to the science-meets-romance web comic xkcd, hackers certainly have some unique ways of expressing their devotion. What are some of the wildest or most charming that you’ve seen? Comments are open…speak now or forever hold your peace.

Oh, and the engagement ring? She accepted. Congratulations to the lucky couple!

[via MakerBot blog]

RFID-enabled Robot…mood…tail…thingy.

moodtail

Furries: is there nothing they cannot do? Well okay, “shower” remains an elusive concept, but wearable technology seems to be in, as evidenced by this robotic mood tail. [Wei-Chieh Tseng]’s adorable Arduino-driven fashion accessory operates either via Wii Nunchuk or a set of RFID cards tagged with specific emotions to depict.

Details are scant. It appears to have been a project for a physical computing or design class. One thing’s for certain: Halloween is going to be awesome.

[via Engadget]

Online Chip Reference Trims The Fat

partsdb

Quick: which pins are used for I2C on an ATmega168 microcontroller?

If you’re a true alpha geek you probably already know the answer. For the rest of us, ChipDB is the greatest thing since the resistor color code cheat sheet. It’s an online database of component pinouts: common Atmel microcontrollers, the peripheral ICs sold by SparkFun, and most of the 4000, 7400 and LMxxx series parts.

The streamlined interface, reminiscent of Google, returns just the essential information much quicker than rummaging through PDF datasheets (which can also be downloaded there if you need them). And the output, being based on simple text and CSS, renders quite well on any device, even a dinky smartphone screen.

Site developer [Matt Sarnoff] summarizes and calls upon the hacking community to help expand the database:

“The goal of my site isn’t to be some comprehensive database like Octopart; just a quick reference for the chips most commonly used by hobbyists. However, entries still have to be copied in manually. If anyone’s interested in adding their favorite chips, they can request a free account and use the (very primitive at this point) part editor. Submissions are currently moderated, since this is an alpha-stage project.”

Daft Punk Replica Helmet

daftpunkhelmet

For all their varied and entertaining uses, circuits and code comprise only part of the complete hacking experience. To really put your project over the top, sooner or later you’ll want to possess some physical fabrication skills. Consider the works of [Ben Heckendorn]: He’s always done a fantastic job with the electronics, but it’s the fit and finish of the enclosures that make him a legend.

“Fabrication” usually conjures images of shop tools — saws and sanders and drills — all tremendously useful skills worth learning, and easily within reach of most home shops or garages. Recently, the techniques of mold making and casting have seen something of a DIY renaissance. Mold making is nothing new, the basic concepts go back millennia, but in just the past few years the materials for extremely high-quality molds have become safer, simpler to use, and easier to acquire.

This being Halloween month, what better example of the medium than this impeccable replica helmet styled after half of the musical duo Daft Punk (a recurring theme among Hack a Day contributors), created by prop maker [Harrison Krix]. After sculpting an original master part (from common hardware store and art store materials, we might add), a one-piece flexible mold is built up from silicone, which captures every minute detail, and later the helmet form is cast from a thin layer of resin. The visor is vacuum formed. A follow-up with the internal electronics build is yet to be posted, but even at this stage the shell alone is so refined it looks straight off a showroom floor. If mold making can do this for someone’s noggin, imagine what it can do for your next creative hardware project. Smooth-On, a major supplier of these materials, has a free PDF introduction and a set of tutorials on their web site.

[thanks Wolf]

DIY Dyson Vac Hack

cyclone

[James Dyson] may have built eleventy billion prototypes to perfect his famous cyclonic vacuum, but sometimes just one will do the trick.

A cyclonic separator is used in workshops to keep larger cruft out of the dust collection system. The airflow inside a separator creates a vortex that flings heavier bits and particles to the periphery of the chamber, where they settle out the bottom, while relatively clean air escapes the vacuum port at the top. This makes for fewer filter changes and a more consistent pull from the vacuum.

You can go buy a fancy professionally-made separator, but [neorazz] shows how to create one from an assemblage of PVC fittings and a five gallon bucket. The design may lack the power and slick design of the big units, but for garage hack use this may be all you ever need. They demonstrate it to be about 95% effective, and it’s very simple to make. A prior cyclonic separator hack appeared a bit more work-intensive, but the principle is all the same. It all comes down to what skills you possess and what parts you have on hand.

ITunes LP: There’s A Hack For That

fantasia

One of the most-hyped features of iTunes version 9 is the addition of “iTunes LP,” which aims to recreate the classic record album experience with artwork and photos, lyrics, and liner notes — provided, of course, that you can pony up the purported $10,000 for production and you’re not one of those filthy indie labels.

Almost immediately upon its release, folks set about dismantling the iTunes LP format and found that it largely consists of an unprotected combination of HTML, CSS and JavaScript files. Such information is now scattered about the web, but a new site, iTunesLP.net, is jockeying to be the one-stop shop both for LP creation tutorials and for fan-made LP downloads (sans the copyrighted music tracks — bring your own). The first LP available for download there is [Walt Disney]’s 1957 release of Fantasia, faithfully reproducing the original 24-page color program in all its politically incorrect glory. Check it out…quickly, before Apple and Disney lay the smack down.

Adding A Keypad To A Key Card Lock

keypad

[Colin Merkel] had a little problem: he was continually forgetting his electronic key card, locking himself out of his own dorm room. Like any normal Hack a Day reader, rather than getting in the habit of always carrying his card, the natural impulse of course is to build this elaborate rig of electronics and duct tape. Right?

The result is an additional keypad that can be used to gain access…not by altering the existing electronic lock, but with a secondary mechanism that operates the inside door handle. An 8-bit PIC microcontroller scans the outside keypad (connected by a thin ribbon cable), and when a correct access code is entered, engages a 12 volt DC motor to turn the handle. It’s a great little writeup that includes a parts list, source code, and explains the process of keypad scanning.

It’s similar to the RFID-based dorm hack we previously posted. By physically operating the handle, most any approach could be used: facial recognition, other biometrics, DDR pad, or whatever inspired lunacy you can dream up.