Cracking a manipulation-proof, million combination safe

posted Jan 19th 2011 11:41am by
filed under: lockpicking hacks

So you spent the big bucks and got that fancy safe but if these guys can build a robot to brute-force the combination you can bet there are thieves out there who can pull it off too. [Kyle Vogt] mentioned that we featured the first iteration of his build back in 2006 but we can’t find that article. So read through his build log linked above and then check out the video of the new version after the break. It’s cracking the combination on a Sargent and Greenleaf 8500 lock. There’s an interesting set of motions necessary to open the safe. Turn the dial four revolutions to the first number, three revolutions to the second, two revolutions to the final number, then one revolution to zero the dial. After that you need to press the dial inward to activate the lever assembly. Finally, rotate the dial to 85 to retract the bolt which unlocks the safe.

The propaganda on this lock says it stood up to 20-hours of manual manipulation. But [Kyle] thinks his hardware can get it open in a few hours. His hardware looks extremely well-engineered and we’d bet some creative math can narrow down the time it takes to brute force the combo by not going in sequence.

Read the rest of this entry »

Arduino The Documentary

posted Jan 19th 2011 9:57am by
filed under: misc hacks

We finally got around to watching “Arduino The Documentary” and it’s a two-thumbs-up kind of film. What did we like? It’s a documentary about open source hardware so what’s not to like? You’ll hear the story of how the Arduino team was formed and the path they took from design to production. There are also interviews with early adopters and we even find out that Sparkfun passed on their chance to sell the original through-hole kit version of the board. It’s well made, and thanks to the Creative Commons license you can download it for free, or watch the embedded version here after the break. It’s only 28 action-packed minutes so finish up that special clock and watch it during lunch today.

Read the rest of this entry »




Gas turbine jetpack – test pilots wanted

posted Jan 19th 2011 5:48am by
filed under: transportation hacks

Feeling brave and ready to strap on this jet pack? Well, that’s not all of it. What you see above is just the manifold with two nozzles that can be aimed for control. The gas turbine engine that is being designed for the project will attach to the large circular coupling on top. The finished suit, called a Monocopter, should weigh in at about 265 pounds. That kind of weight makes us think they should include a robotic exoskeleton to help support it during takeoff, landing, and just when standing around. This thing already looks like it belongs to a villain from the Megaman series. Here’s hoping it’s used for good and not to help produce an army of mean robots.

[Thanks Rob]

MCP2200 USB to serial chip hacked to do your bidding

posted Jan 18th 2011 2:00pm by
filed under: Microcontrollers

Mircrochip has a new USB to Serial converter available called the MCP2200. [Sjaak] suspected that it may have been made from an existing 20-pin PIC and found that reading the device signature with the PICKIT3 shows that the chip is an 18F14K50. Most likely this is running Microchip’s USB stack but it’s hard to tell because chip is code-protected, reading back all zeros. So he set out to write some replacement firmware which would provide the same functionality and give you access to the rest of the chip’s features.

There were some speed bumps along the way. The first one is that Microchip’s licensing for their USB stack won’t allow you to open source your firmware. That’s okay, it seems there is already a USB stack that can be ported which doesn’t have this restriction. The second wrinkle in the plan is that [Sjaak's] code doesn’t come with a VID/PID pair that you can use like V-USB does for AVR chips. But that doesn’t diminish the accomplishment of getting the device to work by echoing back characters it receives. Full USB to serial support with the replacement firmware is on the way.

[Thanks Chris]

Attitude control for a really big rocket

posted Jan 18th 2011 11:59am by
filed under: Microcontrollers, transportation hacks

If this is meant for a model rocket it must be the biggest we’ve ever seen. [Scott] and [Trevor] took on the task of building a rocket attitude control system after reading about some research on the topic. But that researcher only tested the theories using simulations so they set out to build their own. The prototype above has a tank of compressed Nitrogen which can hold up to 3000 PSI. You can begin to understand why this needs to be used with a big rocket. The pressurized gas is connected through a regulator to four valves which feed nozzles around the circumference of the fuselage. An Arduino takes readings from a gyroscope and actuates the gas valves via a relay board.

You can check out the test rig in the video after the break. The prototype is suspended horizontally from a wire and its orientation held at one position by the system. There’s also a paper (PDF) if you’re interested in the equations that went into the stabilization control. This system would have been right at home on that huge sugar rocket we saw back in October.

Read the rest of this entry »




New Year’s Eve ball drop in your kitchen

posted Jan 18th 2011 10:30am by
filed under: home entertainment hacks

[Tech B.] hacked together a Ball Drop for New Year’s Eve using stuff he had lying around. The ball itself is an old Christmas ornament that he cut in half and filled with 14 LEDs and a 9V battery. He finished up that portion of the project by gluing the halves back together and adding a hole for the guide rod. The base is made of some cardboard boxes and hides an Arduino, a servo motor, an LCD screen, and the base for the vertical rod. When the last ten seconds of the year are counted down, a servo lowers the ball by unspooling some yarn that loops over the top of the rod. As the yarn is slowly dished out gravity pulls the ball toward its goal. We’ve embedded [Tech B.'s] demonstration video after the break.

Read the rest of this entry »

Phosphorescent Laser Painting

posted Jan 18th 2011 9:09am by
filed under: laser hacks, video hacks

Here’s a simple and interesting idea that increases the visual persistence of a laser scanner image. Using glow-in-the-dark paint, [Daito Manabe] prepares a surface so that the intense light of a laser leaves a trace that fades slowly over time. He’s using the idea to print monochromatic images onto the treated surface, starting with the darkest areas and ending with the lightest. The effect is quite interesting, as the image starts out seeming quite abstract but reveals its self with more detail over time.

As evidenced in the test videos, the bursts of laser scanning are matched to the fade rate of the paint. Therefore it would seem that the time taken to “write” an image is directly proportional to the desired visual persistence of the final image. We wonder, by combining clever timing and variable laser intensity could you write images much more quickly? How hard would it be to use this for moving pictures? With the ability to create your own tiny laser projector, and even an RGB scanner, there must be a lot of potential in this idea for mind-blowing visual effects. Add portability by using a phosphor-treated projection screen!

Share your ideas and check out the test videos after the break.

Read the rest of this entry »

The Lunchtime clock gives you 12 extra minutes

posted Jan 18th 2011 8:08am by
filed under: home hacks

The Lunchtime clock is a hacked clock that pulls a sneaky little trick to get you a longer lunch. In this instructible, [Randofo] shows us how he uses an Atmega168 and a realtime clock kit from Adafruit to slow the clock down 20% starting at 11:00 and then speed it back up at 11:45, gaining you an extra 12 minutes of sweet delicious lunch. Not really sure how noticeable this would be? Check out the video after the break. This is pretty hilarious and we can actually think of a few offices where this might work. However, many offices rely on their main network server for actual time keeping leaving this as just an amusing novelty. Still, those with luddite bosses can rejoice in your new-found extended lunch.

[via Gizmodo]

Read the rest of this entry »




Hack a Day serves up fresh hacks each day, every day from around the web as well as hacking related news.

Send us your hacks










     




Hacks

Resources