Water-powered Multi-channel Audio

[Niklas Roy] is rolling out some water-powered music for Berlin’s Museum night. It seems that this water-wheel is attached to the side of the Museum. It’s got a stream flowing past it and the wheel is constantly turning. The thing is, that work isn’t being used for anything. Now we’ve already seen [Niklas] making electricity from moving water, but that’s far from what he had in mind this time around. Instead he’s driving a multitude of music boxes with the motion transferred from the water.

He teamed up with another artist named [La belle Imira] to build and connect a series of pulleys to the waterwheel. The video after the break shows the rope system being strung throughout the grounds of the museum. After passing around the output drum of the water wheel, the rope snakes through each pulley. Many of the pulleys have the mechanism from a music box attached to their axles, so whenever the water is flowing, music plays. They don’t all play the same tune, so you get a variety of selections as you walk around. We could swear that one of them is playing ‘My Way’.

Continue reading “Water-powered Multi-channel Audio”

The Dish-o-Tron 6000 Is Back And Better Than Ever

dish_o_tron_6000_extreme

When designing a circuit on the bench, sometimes things work far better than they do in real life. [Quinn Dunki] learned this lesson over the last few months as she struggled with one of her recent creations, the Dish-o-Tron 6000. We featured the Dish-o-Tron back in April, and at that point things seemed to be working out well for [Quinn]. As time passed however, she found the device to be an unreliable power hog. Aside from eating through a battery every few weeks, it kept spontaneously switching states from ‘Dirty’ to ‘Clean’ and back. It was time to take the Dish-o-Tron back to the bench for some debugging.

The random status flip from ‘Dirty’ to ‘Clean’ was a relatively easy fix, and required a small capacitor between the set pin and ground to eliminate the electrical noise that was tripping things up. She nailed down the spontaneous ‘Clean’ to ‘Dirty’ flip to a stuck tilt switch, which she swapped out for a mercury-based model, making things far more reliable. She solved her battery problems by wiring in a 12v wall wart, which might not be any more energy efficient, but it does save her from swapping out batteries all the time.

It’s always nice to see how projects evolve over time, and how the inevitable bugs are worked out of an initial design.

Forget That Boring Old Fire Pit, Build A Flame Tree Instead!

maker_faire_bay_area_2011_fire_tree

Maker Faire is a great event to attend not only because you get to see all sorts of cool designs and machinations, but because you can participate as well. At Maker Faire Bay Area 2011, maker [Brett Levine] put together a fun and interactive display he likes to call the DIY Flame Tree.

The concept is pretty simple, and he says everyone who participated got a pretty good kick out of lending a hand. Each participant was given a piece of copper tubing and allowed to bend, twist, and sculpt it to their liking before using a drill to add holes wherever they pleased. They were then allowed to choose where their portion of the project would be mounted on the existing tree.

With everyone standing a safe distance away from the display, [Brett] pumped it full of propane and lit the various sections on fire. In the video below, you can see that the display was blown around a bit by the wind, but we imagine it would look pretty awesome on a still summer evening.

Even if you’re not into this sort of art, you have to admit that it certainly beats a boring old fire pit!

Continue reading “Forget That Boring Old Fire Pit, Build A Flame Tree Instead!”

The Scariest Hacks From Black Hat And Defcon

Although [HAD] is generally all about legal hacking, this list of demonstrated hacks could be used for the dark side as well. Hopefully by demonstrating hacks like this, most people can be more aware of how they use their information. Computer security experts also have a chance to hone their skills and see where potential vulnerabilities lie.

Some of the highlights from this article include hacking a Siemens S7 PLC, which can be used for factory automation, a “hacker drone” that we’ve featured before, and a method to deduce someone’s social security number from personal photos on social networking sites.  Also scary is a method to shut down certain personal insulin pumps.  Although serious in itself, one would hope that other life preserving devices would be adequately protected against intrusion.

One hack that seems like it could have interesting uses in the legal-hacking world is the idea of VoIP botnet control. Although “botnet control” obviously implies illegal use, controlling a computer with voice or touchtones can and does have many legal uses.

“Extrem Konsolen Modding”

Not to be outdone by their North American counterparts, these German-speaking hackers have come up with a truly unique console mod. Although modding one system may be OK for most, the builders of this console decided to combine three systems into one clear plastic box. A stripped down Xbox360, Playstation3, and Nintendo Wii were all put together to form this “Extrem” system.

The build style should be very appealing to those interested in video game hardware. Combining the look of a tower PC with a clear plastic allows one to see all components in action. Since the box is lit up with electroluminescent lighting, one is able to show off this system in the day or at night. Continue reading ““Extrem Konsolen Modding””

High Voltage: Build Your Own 84 KV Lightning Stick

There’s a proverb that says ‘Speak softly and carry a big stick’. Now that stick can come in a high-voltage form factor. The device above, which reminds us of a side-handled baton with a coke can stuck on the end, is a portable Van de Graaff generator.

Although debated in the comments, the creator of this hack claims you can shock someone with 84 kV of electricity using the device. Of course as a weapon it’s lacking since we’re talking about static electricity; the voltage can be through the roof but the current is extremely low. Despite that, there are some fun things you can do with them. The video after the break show it throwing off sparks with the lights dimmed. [Yardleydobon] also includes a few other tricks at the end of his tutorial. He makes a set of Franklin Bells using two more soda cans with the aluminum tab from one suspended in between them. As he charges it up, the tab dances back and forth, ringing the ‘bells’ it runs into. Once they are charged, the ringing can be restarted by discharging just one of the cans.

 

Continue reading “High Voltage: Build Your Own 84 KV Lightning Stick”

All Your I/O Pins Belong To ArduinoDashboard

arduino_dashboard

So if you’re knee deep in an Arduino-based project and you want to constantly monitor all of the micro’s pins, what’s the best way to go about it? [Jonathan Clark] from LVL1 in Louisville was looking to keep a closer eye on his board and whipped up an application he calls ArduinoDashboard.

Programmed in Processing, the application gives you a look at all of your Arduino board’s analog and digital pins in a simple to use display. All that’s required to run the application is a bit of code inserted at the top of your sketch, which can be called anywhere in your program’s loop. Once the code snipped is called, all of the board’s pins are read and the data is sent to your PC.

ArduinoDashboard is still very much in beta at the moment, but it looks to be stable enough for everyday use. [Jonathan] has plenty of improvements and new features in mind, so be sure to check back often to see what’s changed.

[via Adafruit Blog]