Development Tools Of The Prop-Making World

We’ve seen them before. The pixel-perfect Portal 2 replica, the Iron Man Arc Reactor, the Jedi Lightsaber. With the rise of shared knowledge via the internet, we can finally take a peek into a world hidden behind garage doors, basements, and commandeered coffee tables strewn with nuts, bolts, and other scraps. That world is prop-making. As fab equipment like 3D printers and laser cutters start to spill into the hands of more people, fellow DIY enthusiasts have developed effective workflows and corresponding software tools to lighten their loads. I figured I’d take a brief look at a few software tools that can open the possibilities for folks at home to don the respirator and goggles and start churning out props.

Continue reading “Development Tools Of The Prop-Making World”

Raspberry Pi Halloween Voice Changer

[Dave Shevett] has spent a lot of time (more than a year) expanding his Technomancer costume along with the companion (Arduino-driven) magic staff. He found, however, he needed a way to get his voice out from behind the mask. If you are going to go through that much trouble, you might as well augment your voice at the same time, right?

[Dave’s] voice changer uses a Raspberry Pi which isn’t all that complicated. The Pi uses Linux, and Unix–the predecessor to Linux–has a long history of having little tools you can string together to do big jobs. So once you have a Pi and a sound card, the rest is just some Linux command line wizardry.

There’s a battery and a small portable amplifier to get that booming voice. Since you don’t want to lug a keyboard and monitor around to handle every reboot, [Dave] set the Pi up to run his voice-changing scripts on each reboot.

This is a great example of why old Unix programmers make small tools and use the shell to join them together. [Dave’s] voice changer is pretty much just some off the shelf parts and a  script so simple it hardly qualifies as programming in any real sense. In fact, it is essentially one line of “code”:

play "|rec --buffer 2048 -d pitch -300 echos 0.8 0.88 100 0.6 150 .5 band 1.2k 1.5k"

Sure, there is some street cred in embedded development to doing everything the hard way, but with the advent of cheap embedded Linux systems, why not take advantage of the tools where you can?

If you want a more roll-your-own approach, you can pick up your Arduino or break out an audio mixer (but good luck getting it in your costume).

Walk Like A Xenomorph

[James Bruton] is busy working on his latest project, a “scrap metal sculpture”-inspired Alien Xenomorph suit.  However, he wanted to get a boost in height as well as a digitigrade stance. To that end, [James] 3D-printed a pair of customized stilts. Each stilt consisted of a lifter with several parts laminated together using acetone. He bolted an old pair of shoes onto the stilts, adding straps across the toes to keep the shoes from lifting up.

While the stilts worked very well, [James] wanted to add soles to them to give him some traction as he walked – falling while in a Xenomorph costume composed of sharp plastic sounds painful enough! He decided to hybrid print the soles using ABS and Ninjaflex. The ABS part of the sole was then acetone-welded to the bottom of the stilts.

[James] hopes to add some claws for effect, so long as they don’t impede his walking too much. He has already completed a good amount of the 3D-printed suit. We know the finished project is going to be amazing: [James] has created everything from Daleks to Iron Man!

Continue reading “Walk Like A Xenomorph”

Cosplaying As HAL 9000

2001: A Space Odyssey is one of the greatest films of all time, but unlike every other masterpiece of SciFi, you’re not going find many people cosplaying as characters from the movie. Going as a monolith to a con would be hilarious, but [jacqueslelezard] had an even better idea in mind: a HAL 9000 costume.

The costume itself is just bits of painted cardboard, shiny material (we’d go with aluminum tape), some black mosquito netting to see out of, and in a stroke of brilliance, a tablet that will display HAL’s unblinking eye to con attendees. If you’re extraordinarily clever, it might be possible to sample lines from the movie and play them through the tablet. This is, unfortunately, the best way to replicate the voice of HAL, at least until someone gets the money to have [Douglas Rain] sit in for some voice work.

The only drawback to the costume is the propensity for the wearer to hit their head on doorways and low thresholds. This problem could be solved simply by increasing the size of the costume, but then you’re back in monolith territory. So, what do you want to be, a murderous computer or a galactic swiss army knife?

High Voltage Thor’s Hammer: Mjolnir At 80,000 Volts

[Thor’s] hammer, Mjolnir, is pretty freaking awesome. It can only be picked up by [Thor], he can use it to fly, and probably the coolest part, it can summon lightning. After watching the first movie, and goofing around with the guys at ArcAttack, I had this idea that I could stuff a tiny tesla coil into a mjolnir and end up with a really cool prop.

At this point, I had to make a decision. I was either going to go portable and live with small arcs, or make this a stationary piece and hide a giant tesla coil in a base. It would have bigger arcs, but I couldn’t carry it around.  While I may re-visit the stationary version at some point, I ultimately decided I wanted to be able to wander around and play with this thing.

I had seen some videos of [Staci Elaan] showing off her battery-powered coils and I really liked her results. I figured, with her experience, she could probably do a better job than I could on getting the most bang out of a small package.  She was happy to be involved and delivered a small 12v powered coil for me to work with. I should also point out that the coils [Staci] makes are usually donated to educational groups. This woman is awesome.

Continue reading “High Voltage Thor’s Hammer: Mjolnir At 80,000 Volts”

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]