Using Nixie Tubes As Robot Eyes

[radmeck] on the ez-robot.com forums came up with a great use for Nixie tubes. Instead of using Nixies for clocks, or indicating values, he used them as robot eyes.

He used the arduNIX Arduino-powered Nixie tube driver to power the tubes. [radmeck] was very impressed with the arduNIX kit. The kit is able to drive eight Nixies or eighty neon bulbs, but there’s no word from [radmeck] on additional Nixies or neons in his build. The eventual goal of the project is to rebuild the Omnibot while adding more servos and motors. The EZ-B robot controller will be used to control the robot, something we’ve seen before.

[radmeck]’s Omnibot looks a lot better after the retr0bright bath, and with Nixie eyes its even more adorable. While the Omnibot didn’t live up to the original promise of impressing your girlfriend, Nixie tube eyes will give you some blog cred.

Check out the video of the much-improved Omnibot after the break.

Continue reading “Using Nixie Tubes As Robot Eyes”

Robust Wireless DSLR Control Over Bluetooth

yanis_android_bluetooth_camera_controller

[Manishi] wrote in to share his latest project, a Bluetooth DSLR controller that works with Android. More than a mere Bluetooth shutter trigger, his device lets you control a wide array of other settings such as aperture, shutter speed, ISO, white balance, focus position and live view.

His “YaNis” control system was built using an Arduino Pro Mini, along with a USB host shield and a Bluetooth module he picked up from SparkFun. Obviously any other Arduino and SPP compatible Bluetooth board can be used, though component size is definitely a consideration for this project, and his selections are pretty well-suited to the job. The Arduino half of the software relies heavily on [Oleg Maruzov’s] PTP/USB libraries to get things done, but the free Android control app is all [Manishi’s] creation.

The Bluetooth dongle connects to the camera via USB, and once it’s paired with his Android phone, [Manishi] has total control at his fingertips. He has plenty of improvements planned for the near future including additional camera support, so we expect that we’ll see an even more robust control application before too long.

Continue reading to see a quick video demo of YaNis in action.

Continue reading “Robust Wireless DSLR Control Over Bluetooth”

Repairing An Old Pick And Place Machine

repairing_juki_placemat_360

Professional-grade pick and place machines are quite pricey, so when the crew at Null Space Labs picked up an old Juki Placemat 360 for only $1,200, they were stoked. When they finally got it in-house however, they realized that the seller’s definition of “working” was a bit different than theirs. The machine’s compressor is busted, and there are all sorts of other bits that require some TLC before they can get things up and running again. They have put together a “build log” showing off their work as the machine is taken from an ancient, mostly-working relic to a lean, mean, picking and placing machine.

So far, they have torn the thing down and inspected the upgrades and damage the machine has been subjected to over the years. The crew started making a few small repairs, and have even replaced the unit’s laser with machine vision, which seems to be working well thus far during testing.

While you might not have any similar machinery in your workshop, it’s still fun to watch as they tear it down and revamp it, bit by bit.

Engine Hacks: Liquid Fuel Amateur Rocket Roundup

When the idea of an engine hacks theme was being kicked around at Hack a Day, the subject of rocket engines was one of the first to come up. There was a problem though; solid rocket motors are far too common to be interesting, and even hybrid rocket engines are becoming passé. We’ve never seen a liquid-fuel rocket build before, so that’s what this roundup evolved into.

First up is [Robert Watzlavick], who has been has been building liquid fueled engines for the last decade. He started out with an uncooled kerosene/LOX whose death is seen in the title pic for this post. Lately he’s been working on a monster of an engine that is projected to deliver over 1,000 Newtons of thrust. As with many of the early rockets that launched man into space, [Robert] uses kerosene and liquid oxygen for fuel. This man knows his stuff.

Next up is a ‘kit’ liquid fuel rocket, the SS67B-3, that’s based on the German WWII Taifun missile. This engine is about as basic as you can get. There’s one fuel tank that holds both the Hydrogen Peroxide oxidizer and gasoline fuel. Both are blasted into the combustion chamber with pressurized gas. we found a write-up on this kit with some good pictures, but no video.

If high pressures, glowing metal, and huge flames pique your interest, there’s also a fabulous e-book (PDF warning) available that is a reprint of How to Design, Build and Test Small Liquid-Fuel Rocket Engines by [Leroy J. Krzyck]. This book was originally written in 1967, but lathes and mills haven’t changed that much over the past 44 years. Why not give it a go? There’s still plenty of time to complete the build before the 100th anniversary of Goddard’s first flight.

Building A CNC Router To Call My Own

As with most writers for [HAD], I enjoy doing projects as much as I like writing about them. As a mechanical Engineer that writes for a blog mostly about electronics, a CNC router seemed like something I needed in my garage. Building a router like this requires a bit of expertise in both electronics and mechanics, so it seemed like a good challenge.

This router kit, made by Zen Toolworks, comes fairly complete frame-wise, but requires a lot of knowledge on the electrical side to get things running correctly. In order to make it look decent and work correctly, I had to rely on some zip-tie and basic diagnostic skills that I’ve honed as a former engineering Co-op and technician. Also, I had to figure out a way to cheaply stack everything in my garage as we park two cars there (the footprint is 14″ x 22″, so I consider that a success).

One of the bigger challenges that I still have to overcome with this project is learning “G-code” and how to use software to generate it.  Although I’ve done some basic programming already, as seen in the video after the break, there’s still much to learn. I’d hope that having this tool around can lead to better projects as I won’t have to be restricted to simple milled lines and circles anymore.

Continue reading “Building A CNC Router To Call My Own”

Google ADK On An EvalBot

evalbot_google_adk

After learning that Google’s ADK relied on using an Arduino-compatible board, [Benjamin] was disappointed that other microcontroller platforms weren’t invited to the party. Rather than switch camps, he took it upon himself to get the ADK working with his EvalBot. In fact, his modifications should allow the ADK to work with nearly any Stellaris ARM kit.

The hack is composed of two parts. The first, and most important bit is the USB host driver he developed to work with the ADK. The code borrows some bits from Texas Instruments, and will be published on GitHub once he gets a chance to clean up the source a bit. To get his phone working with the EvalBot, he also had tweak the external USB power supply in order to provide the current required to operate properly with other USB-connected hardware.

It’s always nice to have more options when working with Google’s ADK, and [Benjamin’s] work is likely a welcome addition to any Stellaris developers toolkit.

Continue reading to see a quick video of his EvalBot ADK demo.

Continue reading “Google ADK On An EvalBot”

Bare-bones Electronic Advent Calendar

It’s officially September now (in some parts of the world), and that means we’ve been watching the Christmas decorations go up on the floor of Costco, Walmart and Target for the last few weeks. As a small test of reality, [Eric] decided to build an electronic advent calendar that counts down the days until Christmas. As a simple build using parts lying around on the bench, [Eric] did a pretty good job at deferring his kid’s questions of, “How long until Christmas?” to a machine.

The build is fairly bare-bones, using only an Arduino Pro Mini, RTC and LCD display. For the real-time clock, [Eric] used the ever popular DS3231 RTC. The software reads the time from the clock and calculates the number of seconds between the present time and the hard-coded target date.

Everything is powered by a 9 Volt battery that wouldn’t last the remaining 115 days until Christmas. There is a power switch and the RTC has a battery backup, so the build will probably suffice for all but the most fanatical child.