Creating Art From An Old Christmas Tree

So you manged to get a great deal on a fake tree during the after Christmas sales, but what should you do with your old one? If it was lighted with fiber optics you can reuse the strands to create your own star map. [Mr Trick] shows how to disassemble one of these trees, grouping the fibers by length. He built a wood frame, then covered it with a layer of cardboard and another of black fabric. From there the painstaking process of routing the fibers in a way to looks convincing starts.[Mr Trick’s] final product uses multiple LED light sources and even includes RF control.

Think this project is large and time-consuming? Check out the same idea built into a bedroom ceiling.

IPhone Tilt Motion Controller

Here’s a mounting system that adds mechanical tilt control to the iPhone (link dead, try the Internet Archive version). It uses two servo motors to rotate along the X and Y axes. An analog joystick is used along with an Arduino to control the movement of the apparatus. As you can see in the video after the break, this works quite well when playing accelerometer-based games. But adding a joystick isn’t the end-goal of the project. [Shane] plans to point a camera at the iPhone and use image recognition to play games automatically. That sounds like a big bite the chew but we’ve seen this work with Guitar Hero so we’re optimistic.

Continue reading “IPhone Tilt Motion Controller”

A Look Back At DefCon 18 Badges

As he does every year, [Joe Grand] gave a talk explaining the development process for Defcon 18 badges. We looked in on these when details started trickling out back in July. They feature a neat bit of tech in the form of an LCD that acts much like ePaper. It doesn’t take any electricity to hold the image, only to change the display. This is a valuable feature for a battery powered device and allowed him to get about 9 days of juice out of a CR2032. This year’s badges also used laser-etched Aluminum as a substrate.

We’ve embedded the talk after the break and found it interesting enough to watch the entire hour. If you’re more interested in the hacks that came out of the badge, we’ve put together a playlist of videos [Joe] took while at the conference.

Continue reading “A Look Back At DefCon 18 Badges”

Fixing The Rovio Battery Charging Circuit

[Chris] was unhappy with the battery performance of his Rovio. It seems that he’s not alone, so he set out to reverse engineer the battery charging circuit to see if there was a fix. Boy is there, what he found is the diode above, apparently installed backwards when compared to the silk screen diode symbol. Now it’s entirely possible that the silk screen is wrong and this was fixed during assembly. We think that’s unlikely because if the closer of the two diodes was supposed to have the same polarity as the one next to it there should have been room to install them both in exactly the same orientation. [Chris] pulled out a soldering iron and changed the diode to match the silk screen. That fixed his problem and he’s now getting better performance than he ever has.

[From our comments section]

Internet Enabled Drip Coffee

A fresh pot of coffee is never more than a tweet away with the Tweet-a-Pot. It works in much the same way that our Troll Sniffing Rat does. For that build we used a Python script to monitor our comments, and this does the same except that the script read tweets through the Twitter API. It watches for a specific hash tag (#driptwit) and when found it sends a serial command to an Arduino. The microcontroller then writes a digital pin high to actuate a relay, powering up the coffee maker.

Sure, you have to preload the pot with grounds and water, but what do you expect, automatic coffee roasting and brewing? That’s quite a bit more work.

Drill-based Kinect Camera

[Brett Graham] and [David Cox] are taking the Kinect out into the world thanks to this handheld hack they call the Drill of Depth. Apparently, the Kinect wants 12V at 1A which is quite easy to provide with a rechargeable power tool like this Ryobi drill. The setup features a 4.3″ touchscreen display, connected to the Gumstix Overo Air that is running Linux. They claim that there’s a “legitimate scientific reason” for building the device but they’re not sharing it yet.

So what would you use this for? We wonder if it would be possible to roll a GPS into the mix, then use post processing from the captured data to recreate the environment in a virtual setting? Imagine if a weekend spent walking around campus and processing the results let you model your University and make it an add-on level for your favorite game. Or perhaps this could be paired with a regular camera to generate high-quality 3D skinning data for Google Earth. That’s what we came up with, what do you think?

Making Punch Card Programming A Snap

About thirty years ago [H. P. Friedrichs] pulled off a hack that greatly improved the process of programming with punch cards. At the time, his school had just two IBM 029 keypunch machines. One of them is shown in the upper right and it uses a keyboard to choose which parts of each card should be punched out. This was time-consuming, and one misplaced keystroke could ruin the card that you were working on. Since you had to sit at the machine and type in your source code these machines were almost always in use.

But wait, the school acquired a dozen of the TRS-80 computers seen in the lower left. They were meant to be used when teaching BASIC, but [HPF] hatched a plan to put them to task for punch card generation. He built his own interface hardware that connected to the expansion port of the new hardware. Using his custom interface a student could create a virtual card deck that could be rearranged and revised to correct mistakes in the source code. The hardware then allows the virtual deck to be dumped in to the punching machine. This broke the bottleneck caused by students sitting at the punch card terminal.

We think that [HPF] sent in this project after seeing the antiquated hardware from that 1970’s calculator. These hacks of yore are a blast to revisit so don’t be afraid to tip us off if you know of a juicy one.