Automated Doors For Theatre Effect

Door Actuator

For a theatre production, [Jason] needed a way to automatically open and close doors as a special effect. His solution, hosted on Github, lets him remotely control the doors, and put them into a ‘freak out’ mode for one scene in the play.

Two Victor 884 motor controllers are attached to an Arduino that controls the system. A custom controller lets [Jason] actuate the doors remotely, and LEDs are used to display the state of the system.

On the mechanical side, two wind shield wiper motors are used. These are connected to custom arms that were printed using a Lulzbot AO-100. The arms allow for the door to be automatically actuated, but also allow for actors to open the door manually.

The result is a neat special effect, and the 3D models that are included in the repository could be useful for other people looking to build automated doors. In the video after the break, [Jason] walks us through the system’s design and demonstrates it in action.

Continue reading “Automated Doors For Theatre Effect”

Robot Has Rhythm; Carries Drum Sticks

This little robot needs to go on the road with the Blue Man Group. The treaded rover carries its own drum sticks and uses random objects as its drum set.

We admit that this is not a fresh hack. It harkens from 2008 but this is the first time we can remember seeing the little guy. After viewing the video embedded after the jump we think you’ll agree the project deserves to be seen by as many aspiring hardware hackers as possible.

Perched atop the pile is a speaker, with a second hidden between the yellow treads. The lower unit lets the PICAX 28 microcontroller produce beeps and pops, while the upper unit provides a background track for the drumming. The two rods extending above the ultrasonic rangefinder are connected to a couple of motors and drum along with a third stick that looks like a tail. Even the servo that sweeps the rangefinder from side to side keeps the beat. The synchronized magic is all in the code, which you can get your hands on in step 11 of this longer build tutorial.

Continue reading “Robot Has Rhythm; Carries Drum Sticks”

Who Would Win In A Fight, Robot [Lemmy] Or Robot God?

[youtube=https://www.youtube.com/watch?v=3RBSkq-_St8&w=580]

So this is what happens when a fan of The Rock-afire Explosion grows up. Meet Compressorhead, a musical trio of hydraulic and pneumatic musical mastery.

Compressorhead is a lean band, consisting of only three members. Stickboy, the drummer, is a four-armed beast reminiscent of [General Grievous] that plays a 14-piece Pearl kit with a double bass. His listed influences include [Danny Carey] and the original MPC60.

Fingers is the guitarist and a wonder of mechanical linkages consisting of 78 hydraulically actuated fingers. Influences include [Yngwie Malmsteen], but with more fingers and less of an ego, we expect Fingers to be an even better guitarist than his idol.

Bringing in the low-end is Bones, the robotic tread-mounted bassist for Compressorhead. Like Fingers, he plays an unmodified instrument. He’s also the newest member of the band, completed in 2012.

If you’d like to check out Compressorhead in person, they seem to be touring Australia right now. If you’d like to schedule them, their rider lists a requirement of 65 Amp, 3 phase power, 3 liters each of hydraulic fluid and motor oil, and suspiciously no requirement for removing all the brown M&Ms from a package. Be sure to check out the videos of the band in action on their media site.

Thanks [BadWolf] for sending this one in.

Brute Forcing A GPS PIN

pin

[JJ] picked up a Garmin Nuvi 780 GPS from an auction recently. One of the more frustrating features [JJ] ran into is it’s PIN code; this GPS can’t be unlocked unless a four-digit code is entered, or it’s taken to a ‘safe location’. Not wanting to let his auction windfall go to waste, [JJ] rigged up an automated brute force cracking robot to unlock this GPS.

The robot is built around an old HP scanner and a DVD drive sled to move the GPS in the X and Y axes. A clever little device made out of an eraser tip and a servo taps out every code from 0000 to 9999 and waits a bit to see if the device unlocks. It takes around 8 seconds for [JJ]’s robot to enter a single code, so entering all 10,000 PINs will take about a day and a half.

Fortunately, the people who enter these codes don’t care too much about the security of their GPS devices. The code used to unlock [JJ]’s GPS was 0248. It only took a couple of hours for the robot to enter the right code; we’d call that time well spent.

You can check out the brute force robot in action after the break.

Continue reading “Brute Forcing A GPS PIN”

Building A Rather Rudimentary Arduino Tank Bot

building-an-arduino-tankbot

The tank robot builds that we see are often quite complex. This lets them do great things, but makes the platform scary for beginners. Here’s a tank build that would be a great first project, especially if you’re more interested in the programming side of robotics than you are in the hardware itself. [Paul Bleisch] combined several different commercially available products to fabricate this Arduino-powered tank robot base.

Locomotion is provided by a double geared-motor module. This unit, the plastic wheels and treads, as well as the wooden mounting platform are all made by Tamiya. They cost very little and are already designed to work with one another. To this base he adds the Arduino and a motor shield which makes the connections dead simple. The black case on one end of the chassis holds four AA batteries which provide power for everything.

These components are all that’s really needed to start, but they provide no interactivity. So [Paul] picked up a used wireless PlayStation 2 controller. There’s a library (written by regular reader [Bill Porter]) that allows him to connect the receiver to the Arduino in order to pick up commands from the controller. He also plans to add an ultrasonic range finder to the build sometime in the future.

If you’re don’t need to do things the easy way you should consider fabricating your own tank treads.

Tentacles And Phalanges Made From Drinking Straws

arnie

He human hand is one of the most impressive pieces of machinery – biological, mechanical, or otherwise – that you’ll ever lay eyes on.  With two dozen degrees of freedom, the hand can gently caress the most fragile flower petal without bruising it, or beat a hammer into an anvil with tremendous force. Simulating the human hand, however, is quite a challenge that requires dozens of servos and complex mechanical linkages. [Tomdf] over on Instructables is able to create hands, tentacles, and other weird biological contraptions using spring-loaded drinking straws and custom-made 3d printed joints.

[Tomdf] got the idea for drinking straw phalanges after seeing a few 3D printed drinking straw connectors meant to be used for creating 3D objects out of disposable plastic tubes. After designing a new spring-loaded joint for drinking straws, [Tomdf] is able to add a few lengths of thread to serve as ligaments to control the segments of drinking straws. It’s a similar setup to the horrible demon spawn we saw at Maker Faire last year, but far more extendable for any project that might pop into your head.

You can check out the drinking straw tentacles in action after the break.

Continue reading “Tentacles And Phalanges Made From Drinking Straws”

Robot Can Barely Move With So Much Hardware Strapped To It

web-server-robot

We think that [Andrej Škraba] needs to start looking for a beefier motor platform. This little robot has so much hardware strapped to it the motors can barely keep up. But with a little help it can make its way around the house, and it takes a whole lot of connectivity and computing power along for the ride.

The white stick on the top is a single-board computer. The MK802 Mini sports an A10 processor and up to a gig of ram. Just below that is a USB hub which is sitting on top of a USB battery pack. This powers the computer and gives him the ability to plug in more than one USB device. The robot chassis is from Pololu. It uses an Arduino and a motor shield for locomotion, with commands pushed to it via USB.

This setup makes programming very easy. Here [Andrej] has a keyboard and HDMI monitor plugged in to do a little work. When not coding it can be disconnected and driven over the network. He makes this happen using an Apache server on the MK802 and node.js. See a demo of the system in the clip after the break.

Continue reading “Robot Can Barely Move With So Much Hardware Strapped To It”