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]

HaD Links – Quakepocalypse Edition: August 23, 2011

Well, if you hadn’t noticed the news there has been a little bit of a shakeup on the east coast. I just arrived home after being evacuated due to a 30 second rumble the likes of which has not been felt on the east coast in something like 114 years. In lieu of the not so devastating but earth shaking event we thought we’d put together a few earthquake related links for you.

Earthquake-proof Wine Rack

First off instructables user [jofish] has a quick remedy if earthquakes are constantly destroying all the wine on your wine rack. He researched some existing commercial products and simply copied them by stapling cheap O rings to the front of the rack. We assume the back of the wine rack is secured to the wall as well.

Vertical Seismometer

Next up is a vertical seismometer from [Mike] over at mikesense.com. This was in response to a slightly more threatening 7.2 earthquake he experienced in Baja California last year. A vertical seismometer measures the movement of a weight either electronically or mechanically, and then damps the motion of the oscillation by a magnet or some other means. This particular design is known as the AS-1 developed by [Jeff Batten]. Matt’s page has links to everything you’d need to know including build videos.

Predict Seismic Activity with Hard Drives

If you are looking for some non-conventional ways of tracking seismic activity we have a pair of articles that detail earthquake tracking using your disk drive’s accelerometer. [Michael Stadler] realized the potential for all these sensors and released a program that creates a peer-to-peer network compiling data from the sensors. We are not too comfortable with the prospect of somebody tracking every time we drop or kick (or drop-kick) our laptops but 2500 users in Asia downloaded the software in ’06. The second article details an effort lead by IBM to monitor the fixed hard drives in server racks which generally remain far more stationary.

Simple DIY Earthquake Simulator

Finally for those of you who want to cause (miniature) earthquakes, we dug up this MTU project using plywood, an electric drill, rubber bands and some bearings to fabricate a DIY shake table (PDF warning). We are sure there are tons of improvements that can be made but this is a pretty fun project if you have a bunch of CNC parts lying around (we wish we did).

Kinect-controlled Delta Robot Has A Magnetic Personality

kinect_controlled_delta_robot

[Malte] is a loyal Hackaday reader and neurobiology PhD candidate with a keen interest in hobby robotics – definitely our kind of guy! He wrote in to share a project he has been working on in his spare time, a Kinect-controlled delta robot (Google translation).

Deltares, as it is called, is pretty straightforward as far as delta robots are concerned. It uses three servos to actuate the arms, which are controlled by an AVR micro running BASCOM. The AVR gets its coordinate data from his computer via a serial connection after it has been captured by the Kinect. [Malte] opted to use Microsoft’s official SDK for the project, processing the Kinect skeletal data using a small C# application he wrote.

The end result is pretty neat as you can see in the pair of videos below. In the first video, [Malte] uses Deltares as a plotter, drawing a crude face on a piece of paper with a marker. In the second, he commands Deltares with his right hand, using his left to activate the magnetic solenoid to pick up the steel spheres.

It looks pretty cool to us, and we’d love to see what sorts of things he puts together if he ever ends up making robotics his career rather than a hobby.

Continue reading “Kinect-controlled Delta Robot Has A Magnetic Personality”