Hopefully Detect Trolls Before They Devour You

In the cold and mysterious wilderness of Norway, it pays to be ready for anything–especially heavy-walking trolls. The team at [nullohm] decided to prepare thoroughly for their trek into the woods to witness the Leonids meteor shower by putting together an Arduino-based “troll detector”.

The device is based on the superstition of hammering a steel spike into a tree to keep trolls away from camp. This goes one step further by including an accelerometer and LED indicators so that you can tell exactly what type of troll is just about to feast upon your tender human flesh.

When the detector is installed into a nearby tree, it takes an average seismic measurement and then looks for telltale footfalls. Even if you’re not concerned with perpetuating superstitions, you might find a use for the source code for simple seismic activity monitoring at home to supplement your miniature seismic reflector.

Elder Robots

It’s always nice to show our appreciation for our elders. Today’s young robots may be whippier, snappier, and go-gettier than their forbears but you have to admit that few of them have the moxie to dust themselves off after 45 years and have a walk around town (although it still wouldn’t qualify for a senior’s discount). George, a British humanoid robot made out of a WWII bomber, was resurrected by his inventor after decades in the garage–and all it took was a little bit of oil and some new batteries. Respect.

George is very impressive, but he’s not the oldest robot by any means. Ever-popular Buddha inspired a Japanese robot some 80 years ago that has recently been updated (pics here)–do robots meditate in solid state?

In a similar aesthetic vein to George, Chinese farmer Wu Yulu made a robotic rickshaw driver, one of his many eccentric projects since the 80s.

Here on hackaday we see a lot of modern robotics, but what about a return to the old school? Next time you have a scrap airplane on hand why not weld together a classic robot, and while you’re at it give your regards to old George.

Making Music With Tech Stolen From Predator

This is a second generation Manta, a touch-based controller with visual feedback made to use with Max/MSP. The hexagonal size and the patterns seen in the video after the break remind us of the arm-based computers the Predators sport in the movies. Like the previous generation, this controller can tell not only which of the 48 sensor you’re touching, but how much of your finger is touching it. The sky is the limit on extensibility with this type of data, but for now you can just try out the pre-built plugin and see how it goes. New with this rendition of the Manta is the use bi-color LEDs which adds another lay of interaction with the PC to which this is tethered.

If you don’t mind giving up the touch controllers for good old push buttons perhaps this Harmonic Keyboard is right up your alley. Continue reading “Making Music With Tech Stolen From Predator”

Thanksgiving With Thermite

For those in the states, Happy Thanksgiving. Whether or not you celebrate the traditional holiday, you might still want to take a moment to think of what you are thankful for. We are thankful for our readers, who drive us to keep posting projects and challenge us to improve our skills. The Hackers, who supply us projects to write about, both simple and complicated. We are thankful for our bosses, who employ us to do this awesome stuff and only beat us occasionally. And we are thankful for thermite, which burns oh so bright and looks oh so pretty.

Join us after the break to see a turkey, roasted with thermite in slow motion.

[via Neatorama]

Continue reading “Thanksgiving With Thermite”

The Quest To Build A Better Stairmaster

[Eric Feldman] likes to use the Stairmaster in his exercise routine during the winter months. But apparently the exercisers that are designed for mere mortals don’t satisfy his need to climb stairs really, really, quickly. After mastering the upper speed limits of some top-of-the-line equipment he contacted the company asking if there was a way to unlock the software-imposed speed restriction. They laughed at him; a motivation that he used to build his own that is already five times faster. He calls it the Stairmonster, and after being tested at over 500 stairs per minute that name is quite fitting. It’s got a nice interface for choosing an exercise program and recording data from his routines. It uses an AT89C51RD2 along with a quadrature decoder and a heart rate monitor module that talks to a chest strap worn during each session. A 320×240 touchscreen gives feedback on the routine, which is altered to achieve targeted heat rates for optimum results. Nice job [Eric]!

Double The Hertz, Double The Pleasure

[tinhead] has opened up a Tekway DST1102B oscilloscope and doubled its bandwidth to 200MHz, sharing his work in the eevblog forum. This is great news to anyone who is looking for a faster sampling rate but can’t afford the high-end models. Mind you, for a lot of us even these Hanteks and Tekways are hard to afford but there are more appropriate options for the ramen-dependent hacker.

In the hacking guide [tinhead] includes comprehensive information on the different scopes he originally considered (a Rigol, Atten and UniTrend) before settling on the Tekway, as well as links to regional distributors for the hackable scope. Good quality benchtop units are invaluable for development and troubleshooting, and it pays off to understand their inner workings. It’s heartwarming to know that even the tools of hacking can be hacked.

Building A Bandwidth Meter

Here’s an analog bandwidth meter made to look like an old pressure gauge. It’s actually new, but the paper showing the graduated scale was stained in a bath of black tea, then dried in an oven to give it an aged appearance. We think it’s quite effective.

The dial itself is a volt meter driven by an Arduino in much the same way as the multimeter clock. Bandwidth data is pulled from a Linux router, filtered down to the target data using ‘grep’, and sent over the serial connection by a Perl script. Since the meter itself is just waiting for serial data, alterations to the router’s scripting make it easy to represent a count of unread emails, tweets, or whatever data your code can scrape.

[Thanks Ben]