Master Lock Auto-cracker Built As Coursework At University

We love the beginning of May because the final projects for college coursework start rolling into our tips line. Here’s one of the latest, it’s an automatic Master lock combination cracker which was built by [Ross Aiken] and his classmates as part of their ECE453 Embedded Microprocessor System Design class at the University of Wisconsin – Madison.

We’ve talked about the ease with which these locks can be cracked. But [Ross] points out that the resources we linked to before are flawed. To get the combination as quickly as possible the team has implemented an algorithm discussed here. Their machine uses a stepper motor to turn the dial with a big solenoid to pull on the shackle. The system is sensitive enough to detect the “sticky” spots of the lock, which are then used to narrow the number of possible combinations before brute forcing the combination. As you can see in the video after the break, the shackle moves slightly when pulled after an incorrect combination. The long vertical pin near the solenoid will pass through an optical sensor when the correct combination is found.

Do you have your own final project to show off? What are you waiting for, send us a tip about it!

Continue reading “Master Lock Auto-cracker Built As Coursework At University”

GoPro Hack Delivers Live Video Feed For Piloting Your Quadcopter

The GoPro line of HD cameras seem like they were specifically designed for use with quadcopters. We say that because the small, light-weight video devices present a payload which can be lifted without too much strain, but still have enough horse power to capture video of superb quality. Here’s a hack that uses the camera to provide a remote First Person View so that you may pilot the aircraft when it is out of your line of sight.

The camera in question is a GoPro Hero 3. It differs from its predecessors in that the composite video out port has been moved to a mini USB connector. But it’s still there and just a bit of cable splicing will yield a very clear signal. The image above shows the camera in the middle, connecting via the spliced cable to an FPV transmitter on the right. This will all be strapped to the quadcopter, with the signal picked up by the receiver on the left and piped to a goggle display worn by the pilot. You can see the cable being construction process in the clip after the break.

If you’re looking for other cool stuff to do with your GoPro camera check out the bullet-time work [Caleb] did with ours.

Continue reading “GoPro Hack Delivers Live Video Feed For Piloting Your Quadcopter”

Geiger Counter Tells You If Your Dishes Are Radioactive

geiger-counter-build

[Henrik] really turned out a nice little Geiger counter board based on a cold war era Geiger tube.

It works in much the same way as other projects along the same lines. It does run on batteries if needed, which is no small feat since the tube wants high voltage to operate correctly. And the video after the break shows it spitting out readings to a terminal window when connected to a computer via USB.

But what really caught our eye is the radioactive source material he used for testing. Since he didn’t have anything on hand he had to order something, and ended up going with a couple shards from a dinner plate. A radioactive dinner plate to exact and it’s a brand name you’ve probably heard of before. Red Fiesta Ware apparently used to be radioactive. It’s even mentioned in the intro to the Wikipedia article. Go figure!

One other thing we noticed was [Henrik’s] method of interfacing his multimeter with a breadboard. One of the project photos shows the probe with thin wire wrapped around the tip. We assume this is to make it easy to plug into the breadboard.

Despite this little digression away from the main project we did really enjoy learning about his build. And you can see him showing it off in the clip after the break.

Continue reading “Geiger Counter Tells You If Your Dishes Are Radioactive”

Clean And Minimal Self-balancing Robot

The VertiBOT is a self balancing robot project taken on for the purpose of exploring how the sensors work in conjunction with some PID algorithms.

[Miguel] didn’t roll any extras into the build. But you have to admit that makes it look interesting. There’s almost nothing to it and yet, as you can see in the clip after the break, he accomplished everything he set out to.

The body and wheels are 3D printed, with black bands for tires to help give it some traction. Note the connection in the center of the body which allowed him to make a longer part by printing in two stages. On the electronic side of things he’s using an Arduino Nano. A level converter lets it communicate with the 6 DOF IMU board which is used to detect movement. Three potentiometers provide a way for him to tweak the PID loop without having to bother with reflashing any code. And of course there’s an option to control it remotely thanks to a Bluetooth module also in the mix.

Continue reading “Clean And Minimal Self-balancing Robot”

Hackaday Links: Sunday, May 12th, 2013

hackaday-links-chain

[Johnathan Crawford] isn’t bashful about tearing the insides of his truck apart. He’s built his own remote starter using a Raspberry Pi.

We vaguely remember hearing about a startup that planned to deliver tacos using quadcopters instead of people. We assume that company was a bust but here’s the concept in action at the 2013 RoboGames [thanks Don].

On the topic of food: pizza and joysticks… do they go together? Perhaps. Here’s a joystick made out of an empty pizza box (note the remains of grease stains inside).

[Jonathan] brings to our attention the problem of running out of fingers to press all the buttons on your Monome at just the right moment. No worries, just add some solenoids to act as extra fingers.

Apparently some Samsung cameras (NX20, NX210 and NX1000) can use their USB port as a shutter release. The trick is finding the right resistor values for the ID pin [thanks Janne].

Plagued with a tablet dock that wasn’t weighty enough to prevent the device from tipping over [John] filled base with lead to keep the thing upright.

[Helmut’s] bathroom had no windows. He faked one using an Arduino and an RGB led.

And finally, as a reward for all the readers that made it to the bottom of the article, here’s a gem of a project. [Charlie] was inspired by the recent logic combo lock post to send in his own plans for a lock he made years ago. Unfortunately he can’t find the pictures from the build but the theory behind it is quite engaging.

Hobby Electronics Team Up With Augmented Reality

augemented-reality-hobby-electronics

Here’s an interesting take on using augmented reality alongside hobby electronics. The project, which comes from a group of researchers at the MIT Media Laboratory, starts off by making simple electronic devices like a radio with two knobs using network connected hardware. In other words, build something using an Arduino and include a way to get it on a network. With the radio example on knob is for tuning, the other adjusts the volume. But pick up an iPad and aim its camera at the device — which is what the image above is showing — and those knobs will get a lot more functionality. This opens up a whole set of virtual controls that can be assigned to different segments of the knob controllers.

This is certainly a better use of augmented reality than using it in advertisements which is where it usually shows up. We also think that the proliferation of personal electronics that include high-quality camera modules makes wide adoption a lot more plausible than some of the projector-based augmented reality we’ve seen. Check out a full demo in the video after the break and if that leaves you hungry for details you can get your hands on the whitepaper (PDF).

Continue reading “Hobby Electronics Team Up With Augmented Reality”

External Pinball Controls For An Android Tablet

android-pinball-controls

This hack, which adds external flipper controls to Android pinball, is a great way to cut your teeth at Android hardware hacking.

[Ruben] decided to go with the TI Launchpad for this project. The MSP430 dev board offers serial communications via a USB connection, but it’s not quite as easy as just finding the right cable. His tablet does support USB On the Go (OTG), but the board identifies itself as an ACM device which needs to be handled differently. In order to get the tablet talking to the Launchpad he compiled a CDC_ACM module for the Linux underpinnings that make up every Android OS. In this case the module is tailored for the Allwinner A10 chip inside his model of tablet, but it shouldn’t be too hard to adapt his guide for other processors.

Of course you could go a different route and use Bluetooth for connectivity. We’ve seen several gaming peripherals that use this technique with Android devices.

Continue reading “External Pinball Controls For An Android Tablet”