Building capacitive sensitive floor tiles

posted Nov 22nd 2009 11:49am by Mike Szczys
filed under: peripherals hacks

That title’s a mouthful but you’re already familiar with the technology and application of foot pads as sensors in games like Dance Dance Revolution. The usbddr project sought to make a USB connected DDR controller from scratch. The microcontroller used is an Atmel ATmega8 running the V-USB firmware for connectivity and uses the analog to digital converts to read in data from the capacitive sensors.

The physical implementation is cleaver. The base plate has a capacitor plate attached to the top of it and the tile has the other capacitor plate attached to the bottom of it. The two are separated by some weather-stripping which is spongy enough to allow compression, bringing the two capacitor plates together.

We’re not convinced of the long-term durability of the system. We certainly don’t think it will hold up to very much hard-core DDR playing. But we would love to see a Super Mario RPG style puzzle to unlock the door to the ‘castle’ at a child’s birthday party.

[Thanks Hans]

Hackaday Links: Sunday November 22

posted Nov 22nd 2009 9:10am by Caleb Kraft
filed under: Hackaday links

Hacklab’s laser cutter got the customary musical treatment. You can see it play the theme from mario brothers here. It’s nothing new to us, but we still enjoy seeing it done.

Ever been curious how a pole transformer is made? Quench that curiosity with this educational video. [via HackedGadets]

Here’s a quasi humanoid robot that is designed to be your workout trainer. He’ll show you the exercises, give you motivational and encouraging pep talks and even play games with you. We think the idea sounds good, but in execution, he flails his arms and randomly says creepy insincere sounding things like “I’m having  fun. I could play this game all day long. I’m having too much fun.” That’s just creepy.

[Mr. Nelson] got sick of walking all the way down the hall just to see if there was anyone in the bathroom. His solution was to build this massively overdone indicator light system. It uses a proximity sensor located in each bathroom to determine occupied status and has a fantastic industrial look.

If you’ve ever wanted to get into 3d photography you’ll be pleased to see this writeup on how to build a simple rig and compile the images for different viewing methods.

We were amazed by these beautifully crafted brass machines. The one in this video is solar powered and seems to run pretty smoothly. Not bad for something that was all hand crafted from sheets of brass.

Be careful with this one folks. This video shows how to melt a beer bottle in your microwave. We’re not sure why you would want to, but we sure enjoyed watching it happen. Maybe that’s reason enough.

Build a camera boom at less than a grand

posted Nov 21st 2009 3:32pm by Mike Szczys
filed under: digital cameras hacks

The folks at The Geek Group built a camera crane for less than $1000. In the video embedded after the break a presenter takes you through the different parts that make up the boom and how it is operated. This feels like something from a Junkyard Wars challenge as most of the parts are scavenged or from an industrial surplus store. Don’t let that sour your opinion, what they’ve ended up with is amazingly functional.

The base of the unit is a rolling tripod used for television cameras from around the 1960’s. The aluminum boom attaches to the base with a few large bearings and features a fine tuning balance system. The camera mount is motorized and can be moved using a joystick or set to scan automatically. It’s nice to see more examples of custom camera mounts. Obviously this isn’t a build for everyone, but as cameras and camera equipment become more readily available it makes high quality video production available for the masses, not just the networks.

Read the rest of this entry »




LED PDF from TI (KUWTA)

posted Nov 21st 2009 10:00am by Jakob Griffith
filed under: led hacks

[Satiagraha] let us know that Texas Instruments(TI) has given out a neat “LED Reference Design Cookbook” PDF. The document contains 17 some odd little projects featuring different TI ICs and ways of using them to control LEDs in things from backlights to torches to solar lanterns to advanced PWM control! Sure the document is biased towards using TI equipment, but that shouldn’t stop you from recreating, modifying, and generally just having fun with their designs in your own productions.

Review: mbed NXP LPC1768 microcontroller

posted Nov 21st 2009 8:19am by Phil Burgess
filed under: reviews

mbed is a next-generation 32-bit microcontroller platform. It’s a prototyping and teaching tool somewhat along the lines of Arduino. On steroids. With claws and fangs. Other contenders in this class include the MAKE Controller, STM32 Primer and Primer 2, Freescale Tower, and Microchip’s PIC32 Starter Kit. The mbed hardware has a number of advantages (and a few disadvantages) compared to these other platforms, but what really sets it apart is the development environment: the entire system — editor, compiler, libraries and reference materials — are completely web-based. There is no software to install or maintain on the host system.
Read the rest of this entry »

Multixylophoniomnibus

posted Nov 20th 2009 1:00pm by Mike Szczys
filed under: arduino hacks, digital audio hacks

[Ania] wrote in to let us know her team had finished the Multixylophoniomnibus and that they have posted an extensive writeup about it. We covered this augmented xylophone when it was still in development at the beginning of this month. Originally they wanted to use mallets wrapped in tinfoil as switches that close when they contact the metal keys, something akin to matchbox cars as a switch. This plan was thwarted when they realized the paint surface insulated the metal keys. At this point they switched to piezo sensors which turned into an odyssey of trial and error to achieve a reliable input for the Arduino to monitor. In the end they got it working with around forty lines of code, interfacing six boxes containing a different type of noisemaker.

See the finished instrument played in the video after the break. Alas, the addition of the piezo sensors do impede the resonance of the xylophone keys, but we still like it! There’s something reminiscent of the beginning of Pink Floyd’s Money when this is played.

Read the rest of this entry »




Tube prototyping station

posted Nov 20th 2009 11:51am by Mike Szczys
filed under: tool hacks

[Gio] enjoys using vacuum tubes in his projects. He designs the circuits using a CAD program but was finding that there is no substitute for actually building a prototype before heading to a final design. To make this process easier, he built his own tube prototyping station.

At the top of the board he’s got three different sizes of tube sockets with the pins from each wired as common. The nine pins from the sockets break out to a terminal strip where they can be interfaced with a solderless breadboard. For added versatility he’s included terminals to tap into some RCA jacks, as well as a 100 kOhm variable resistor. We’d bet this is not something that you can find ready-made, but it sure does look a whole lot better than a workbench full of components alligator-clipped together.

Remote uses no batteries

posted Nov 20th 2009 9:52am by Mike Szczys
filed under: peripherals hacks

How often do you change the batteries in your television remote control?  Yeah, basically never. But that’s a tribute to how efficient the device is and not a reason to overlook this development. NEC is showing off a remote control that uses no batteries. Power is generated using the piezo effect that occurs when a button is pushed. That is to say, when a crystal is compressed it emits a tiny bit of electricity which is harnessed and used to power this device. This is the same principle that is used in the electricity producing sidewalks tested in Japan.

It’s pretty phenomenal that they can run the device using this method. Right now there’s only a handful of buttons but we’re sure there’ll be advances in the technology. There’s a ton of use for this if it can be miniaturized. It is using radio frequency instead of infrared, making it a useful development in wireless doorbells, garage door openers, key-less entry fobs for your car, and many more applications.

[Thanks das_coach]

USB accelerometer controller

posted Nov 20th 2009 7:31am by Caleb Kraft
filed under: pcs hacks, peripherals hacks

As you can see above, there is no wiimote in that accessory steering wheel. There is, instead, a home-made accelerometer controller that connects to the pc via USB. Based around a PIC 18F2550 and a 2 axis accelerometer, this device is detected by windows as a standard controller. The schematic and source code are available on his website. He says it can also be used as a “motion mouse”. You can see a video of that after the break.

When we first saw the video, we thought it might be the same person as the accelerometer controlled maze project, due to the wiimote steering wheel casing.

Read the rest of this entry »




Axe your camera (again!)

posted Nov 19th 2009 3:43pm by Jakob Griffith
filed under: digital cameras hacks

[Maurice] let us know that his latest photography tool for hackers, the Camera Axe 3.0, is now available. The original allowed you to trigger a high-speed flash and camera from a multitude of sensors, including light and sound. The new one does all that, but also: allows multiple cameras or multiple flashes, clean up of software to make it more user adaptable, and the best (arguably the most important) part – cheaper components! All that and more under the Creative Commons that we do love so much. Keep up the amazingly detailed and just pure awesome work [Maurice].

Hack a Day serves up fresh hacks each day, every day from around the web and a special How-To hack each week.

Send us your hacks