Amazing Chassis Hacks

[Crabfu] pulled off some great chassis work on top of a remote control drivetrain. His most recent build turns the tiny traveler into a lunar rover complete with passenger and a communications array. For this he’s sourced the parts from a toy but boosted the realism with hand-painted details that leave us in awe. His previous project sourced the body from a model truck kit. Once again, it’s the paint work that makes us envious of his skills.

Both projects conceal a Losi 1/24 scale micro rock crawler that provides for some incredible locomotion. See video of both builds after the break.

Continue reading “Amazing Chassis Hacks”

LEGO Robot Lays Dominoes Not Eggs

[Mattias] brings the awesome once more with his LEGO robot that sets up dominoes. You’ll remember his work from the wooden keyboard case and the mechanical binary adder. This time around he’s still exercising those woodworking skills by making his own domino tiles, but it’s the robot that makes this interesting. In the must-see video after the break the device lays perfectly straight, perfectly spaced dominoes just begging to be upset by a spoiled toddler. The robot is nothing more than handful of LEGO parts powered by a tape deck motor. The parts may be meager, but there’s an abundance of ingenuity tied up in the design.

Continue reading “LEGO Robot Lays Dominoes Not Eggs”

Pong, For Real

[youtube=http://www.youtube.com/watch?v=Z5mjx1iYt5g]

Over at EvilMadScientistLaboratories.com they’ve asked a question that many of us have never thought to ask. What exactly is Pong supposed to be? Instead of assuming it was ping pong like the rest of us, they decided to build a literal physical  interpretation. They may have taken some liberty, using solenoids as the paddles, but the end effect is quite nice. Watching them play actually looks both challenging and fun. There’s a great writeup about the construction, so be sure to check out the project page.

Missile Hack Taunts Your Cat

[youtube=http://www.youtube.com/watch?v=3K7rTWnuQ6Y]

[Atlantageek] sent in a missile launcher project that he threw together. For Christmas he received a Chumby One and a ThinkGeek USB Rocket Launcher as gifts (lucky dog). Neither of these toys are “played with” in the traditional sense as much as they become centerpieces of your next hack. In that spirit, [Atlantageek] immediately wrote a widget to control the launcher via the Chumby. The side effect of driving his cat bonkers was an unexpected bonus.

Step-a-sketch

[Chris] is getting his feet wet with Computer Numerical Control starting with an Etch-a-Sketch interface. This is a great way to start out because the really tough parts of the project are already inside of the toy. He’s replaced the two white knobs with stepper motors and connected them through a mosfet network to a PIC 16f84a. The PIC then gets its commands from a computer via the parallel port.

A video of the CNC machine can be seen after the break. He needs to add a frame to increase the precision of the images drawn but this first attempt is pretty good. We prefer to have the computer in charge of the design because controlling an Etch-a-Sketch with a mouse doesn’t make our drawings any better. Continue reading “Step-a-sketch”

Star Trek Submarine

[youtube=http://www.youtube.com/watch?v=zQEsG4eKIXs]

You can try to be unimpressed. You can attempt to feign disinterest. But even the most casual Star Trek fan will get giddy watching this model submarine in action.  Apparently there is a group that builds under water R/C vehicles from static models. It’s not Star Trek exclusively either, we saw some anime vehicles as well as a modern-day shuttle replica.

[via Makezine]

Open Source Artillery

[youtube=http://www.youtube.com/watch?v=zPm84nxa2dk]

Thanks to [Josh, Kyle, and Mike], it is now possible to wage (Nerf) war with an Arduino. The turret designed around it is capable of shooting 6 foam projectiles in close succession, between reloads. The faux weapon interfaces with a computer through the Arduino’s onboard serial link (via USB). Software on the PC sends commands to the Arduino, which then executes functions, such as panning, tilting, firing, and rotating the cylinder. The power for the firing itself comes from a 5 gal, 80 psi air compressor. The Java software on the host PC also does smarter things, like show streaming video from the turret’s webcam and even performs basic object tracking (with mixed success). All the code for building the brute is available on [Josh’s] website.