Hackaday Links: October 18, 2012

Capacitive touch plants

Here’s a proof of concept for using plants as a capacitive touch sensor. The sensor is simply a hunk of double-sided copper clad board attached to a microcontroller. But it seems to be able to sense what part of the plant is being touched. [Thanks Fabien]

Adding wireless charging to a Nokia N900

This hack is quite common, but it’s still fun to see what hardware is being outfitted with an inductive charger. This time it’s a Nokia N900 that’s ditching the charging cables.

Wii carrying suitcase from a plastic tackle box

This Wii carrying case (translated) looks great and cost just a few bucks. It started as a tackle box for carrying around your fishing lures. But a bit of creative cutting and there’s a place for everything.

Browser based schematic and board layout

There’s a new kid on the block when it comes to circuit design. Circuits.io offers in-brower schematic design and board artwork layout. [Thanks ADIDAIllinie (and a few others)]

Bender-o-lantern

Halloween rapidly approaches and we hope that [Tim’s] carving of Bender in a pumpkin will inspire you to send in your own Halloween projects.

Unlocking Silk For Uses As An Optical, Digital, Biological, Or Food Storage Device

[Fiorenzo Omenetto] gave a TED talk early last year to illustrates a lot of intriguing uses for silk. Before watching his presentation we would have been hard pressed to come up with a use for silk other than in clothing. But it turns out that investigating how silk worms create the material has led to a range of other applications. You can see the full talk embedded after the break.

One of the first things he shows off is a transparent film made of silk. The material looks almost like cellulose film, and can function in a similar way. [Fiorenzo] shines a laser through a silk slide that has a micro-dot of words embedded in it. the result is a clearly readable message projected on the wall. The film can also be used for holographic images.

But it’s the biodegradable aspects that are clearly the breakthrough here. A slide of silk can be doped with pharmaceuticals and programmed for a very specific time release. This way the drugs no longer need to be stored under refrigeration, and can be reclaimed using only water. The same properties allow one to manufacture disposable objects that will quickly and completely degrade. But there’s even more, if you dope the material with a conductor like gold it becomes a disposable circuit.

Continue reading “Unlocking Silk For Uses As An Optical, Digital, Biological, Or Food Storage Device”

Most Useless Machine: Building Elevator Edition

[Niklas Roy] calls it his Perpetual Energy Wasting Machine, but we know it for what it truly is: a building-sized most useless machine. You’ll remember that a most useless machine is a bobble that uses clever design to turn itself off once you have turned it on. This does the same thing with the elevator of the WRO Art Center in Wroclaw, Poland. The one difference is that it continually turns itself on and off.

He rigged up a pulley system that travels through the stairwell of the building. Whenever the elevator door on the top floor opens it causes the call button on the bottom floor to be pressed. The same thing happens when the elevator reaches the ground floor. But he didn’t stop there. Since the device is just wasting electricity whenever the elevator moves without passengers in it, he added a meter to track the loss. It’s the guts of a printing calculator strapped to the inside of the car. Every time the doors open it adds to the total.

You can see the installation in the video clip after the jump.

Continue reading “Most Useless Machine: Building Elevator Edition”

Creating A MIDI Synth From A Commodore SID

The Commodore SID was the audio chip in the venerable Commodore 64 and in the 30 years since release has attained classic status and become one of the best ways to get your chiptune on. Designed by famous synthesizer designer [Bob Yannes], it was only a matter of time before we saw a real, homebrew MIDI synth based on the Commodore SID.

Because real SID chips are rare as hen’s teeth nowadays, [Jeff Ledger] built his SID synth around an emulated system running on a Pocket Mini Computer. This very cool microcontroller platform runs on the Parallax Propeller. An emulated SID runs in one of the Propeller’s 8 cores, with the remaining cores kept open for reading MIDI notes and displaying info on a display.

The hardware portion of this build is amazingly simple; just an optoisolater, a few resistors, and a diode connect a MIDI keyboard to the Pocket Mini Computer. The buttons and dials on [Jeff]’s MIDI keyboard control the waveforms, filters, and envelope controls. A very neat setup if we do say so ourselves, and just perfect if you’re needing more chiptunes in your life.

You can check out [Jeff]’s video after the break.

Continue reading “Creating A MIDI Synth From A Commodore SID”

Android Debug Bridge Released For The Raspi

Over on the XDA developers forums, something really cool is happening. Android hacker extraordinaire [AdamOutler] has managed to port the Android Debug Bridge to the Raspberry Pi.

The Android Debug bridge allows hardware tinkerers full access to their Android device. This feature has been used to build everything from telepresence robots to connecting a MIDI keyboard to a phone. With this port of the Android Debug Bridge, anyone can take advantage of the existing hacks and hardware written around the ADB to build something completely new.

Of course, the port of the Android Debug Bridge is only useful if your Raspi is running Android. Current Android builds for the Raspberry Pi are janky at best, but the current rate of progress does look encouraging. Hopefully with the most useful Android tool ported to everyone’s favorite credit-card sized computer, the progress of the Raspi/Android builds will pick up their pace.

Tank Tread Robot Build Aims For A Smooth Ride

There’s all kinds of interesting things going into this tank robot build, but that beautiful suspension system immediately caught our eye. It helps to protect the body of the robot from being shaken apart when traveling over rough surfaces. Make sure to check out the four parts of the build log which are found on the left sidebar at the post linked above.

This a Master’s thesis project and has been built from common parts. The motors for the treads are pulled from a pair of cordless drills, with some capacitors added to help combat the draw when they start up. The treads themselves are each made from a pair of bicycle chains connected with numerous PVC pipe segments. The curved section of each PVC piece goes toward the chain, leaving the edges toward the ground for great traction. The tree wheels which support the middle of the tread each have a hinge and spring to absorb the shock of running full speed into concrete sidewalk corners like we see in the video after the break.

Continue reading “Tank Tread Robot Build Aims For A Smooth Ride”

GD-ROM Drive Emulated To Use SD Cards Instead

This board is the prototype which [Deunan] has been working on in order to use an SD card in place of a GD-ROM drive. The idea is to fully implement the hardware protocol used by a GD-ROM drive so that it can be completely replaced. The end goal is to do away with the optical drive on a Dreamcast game console.

As these game systems age, the optical drive is the most likely part to fail first as it involves moving parts and a lens that may degrade over time (we’re basing that assumption on our experience with DVD-ROM and RW). This may sound like a way to play pirated games, but [Deunan] makes it clear in his question and answer post that the firmware for his prototype is written to only play proper disc images and will probably not play the rips which are found in the darker recesses of the interwebs.

He’s been at this for quite a while. Here’s an earlier project he did that uses an FPGA board for the hardware.

[Thanks Walt]