There's more than meets the eye to this robot car

This is a robot that any Transformers enthusiast will love. Sure, the car looks just a bit boxy, but you’ll forget all about that when you see it unfold into a bipedal robot (translated). [Zak Sawa] is responsible for the creation. He pull off the build using 22 servo motors which let the car transform, and provide the somewhat awkward ability to walk. Fold it back up again and the car can drive away. In other words, here’s the Transformers toy that you always wanted; radio controled and it actually works!

This is the result of about four years of work. Apparently it’s the eighth iteration, and a note on the video after the break teases a ninth version on the way. It’s not just the robot that looks great, check out the carrying case that houses it for storage.

[Read more…]

Converting a manual camera lens to use motorized zoom and focus

[Guy] wrote in to share this motorized camera lens project he recently finished. He really loved the zoom lens, but since both zoom and focus are manually controlled, he sometimes had trouble getting both set to the right place in time to take the shot. With modern DSLR cameras which allow video capture, he also wants to have the option of a smooth zoom that is always in focus. The solution was to add motors to the rings and control them with a Wii classic controller.

This hack really shines when it comes to the add-on hardware. He has some beautifully made rings which wrap around the focus and zoom rings on the lens. They are then held in place by a timing belt. These belts have teeth which key into the gears on a pair of servo motors. From there it’s a snap to drive the motors with an Arduino, connecting to the Wii controller with a breakout connector. You can see [Guy] showing off the build in the clip after the break.

[Read more…]

Quick and easy wildlife camera

This wildlife camera is really easy to put together. You should keep it in mind if you’re ever tying to figure out what’s eating the heads off of all of your tulips. [Revoltlab] put it together, and although there’s one fatal flaw in this particular system, the concept is quite sound.

The build uses a camera, paired with an ultrasonic range finder. When something passes within the pre-set distance for the sensor, a servo motor clicks the shutter button on the camera. It’s all driven by an Arduino and powered from a 9V battery.

If you watch the video after the break you’ll discover the flaw we mentioned. This is a disposable film camera and requires winding between pictures. That hasn’t been implemented yet. But we’ve got an old digital camera with a broken LCD screen which would be perfect for the job. We’d have to do a bit more work to turn the camera on before taking the picture though.

There are a couple of possible upgrades to the idea. [Revoltlab] mentions removing the IR filter from the camera and adding an infrared flash for night-vision shots. But we would also recommend ditching the servo motor for a simple remote shutter solution as a way to avoid scaring the wildlife with the motor noise.

[Read more…]

Cardboard hexapod gets around with three motors

Here’s a lesson in doing a lot with very little. [Oldrobot] built this hexapod using cardboard for most of the pieces. He still had the box from his vacuum clear and it just happened to have a large black area the makes the top of the beetle look like it’s been painted.

The control board is from an old radio controlled airplane. Since RC airplanes used servos for flight control, it was a snap to hook up the three that make the bug go. One controls the set of middle legs which lift the body and change which of the propulsion legs are in contact with the ground. The other two servers move pairs of the front or back legs. It uses the same concept as this other RC controller hexapod, but much less time went into crafting the chassis and legs.

As you can see in the video after the break, the control scheme isn’t the most intuitive. But once you get a hang of which stick orientation affects each leg movement the bot ends up having fairly precise steering.

[Read more…]

A locking chest with a musical key

music-detecting-box

[Basil Shikin] was thinking about different types of locks, and was trying to come up with a locking solution that he had yet to see. It dawned on him that he had never come across a lock triggered by music, so he set off to construct one of his own.

He ordered a wooden chest online, then proceeded to piece together the electronics required for the locking mechanism as well as the music detecting logic. Using an Atmega328P paired with an electret mic, his system listens for a particular tune (the Prelude of Light from the Ocarina of Time) to be played , which triggers a tiny servo to undo the latch. To do this, he implemented a version of the Goertzel Algorithm on the Arduino, allowing him to accurately detect the magical tune by frequency, regardless of what instrument it is played on.

Be sure to check out the video below to see his musical lock in action.

[Read more…]

Adding an electronic lock to a DIY book safe

electronic-book-safe

DIY book safes are well and good, but if you give someone enough time to peruse your book collection, the 3-inch thick “Case study on Animal Husbandry Techniques during the 14th Century” is likely to stand out among your collection of hand-bound “Twilight” fan fiction. In an attempt to teach his friend a bit about microcontrollers and circuits, [Jonathan] spent some time adding a bit more security to your run of the mill book safe.

The pair started out with the time-consuming process of gluing the book’s pages together and creating enough hollow space for both storage and the electronics. With that out of the way, they installed a latch and servo motor inside the cavity, the latter of which is controlled using an Atmega328p with the Arduino bootloader. To gain access to the goodies stashed away inside, Jonathan hooks up a small PS/2 keypad and enters a passcode. This triggers the servo motor, opening the latch.

While the latch likely only adds a nominal bit of security to the book safe, it’s a fun enough learning exercise to justify the time spent putting it together.

Continue reading to see a short video of [Jonathan’s] electronic latching book safe in action.

[Read more…]