[Staci Elaan]’s Awesome Portable Tesla Coils.

We stumbled onto [Staci’s] videos a while ago when we posted this big tesla gun. While it wasn’t the first portable coil we had seen, it was certainly an impressive implementation. In the comments we found [Staci] had already been making these for a while. Hers were big and small, had awesome modulation, and looked freaking cool too.

It also should be pointed out that [Staci] donates her coils to people when she’s done! Let me say that again, she gives them away to groups of people that could use them. That deserves some respect.

Unfortunately, [Staci] didn’t document her builds in great detail at the time. She has added some information recently though.   You can read about her first working prototype from 2006, or a slightly more modern one here.

Of course, the real fun is in seeing them work.

Continue reading “[Staci Elaan]’s Awesome Portable Tesla Coils.”

Pixar-style Lamp Project Is A Huge Animatronics Win

pixar-lamp-animated-procedurally

Even with the added hardware that lamp still looks relatively normal. But its behavior is more than remarkable. The lamp interacts with people in an incredibly lifelike way. This is of course inspired by the lamp from Pixar’s Luxo Jr. short film. But there’s a little bit of most useless machine added just for fun. If you try to shut it off the lamp shade is used to flip that switch on the base back on.

[Shanshan Zhou], [Adam Ben-Dror], and [Joss Doggett] developed the little robot as a class project at the Victoria University of Wellington. It uses six servo motors driven by an Arduino to give the inanimate object the ability to move as if it’s alive. There is no light in the lamp as the bulb has been replaced by a webcam. The image is monitored using OpenCV to include face tracking as one of the behaviors. All of the animations are procedural, making use of Processing to convey movement instructions to the Arduino board.

Do not miss seeing the video embedded after the break.

Continue reading “Pixar-style Lamp Project Is A Huge Animatronics Win”

RC Truck Has Working Windows, Steering Wheel, And Much More

This truck is not simply a drive train and a radio module. Great care was taken to fabricate every part to work like a full-sized vehicle. NSFW WARNING: The forum on which the details have been posted is Russian and may have sidebar ads you don’t want on your screen at work. That being said, here’s the link (translated).

The build starts with a custom-made frame which looks like it’s aluminum. The gearbox is assembled from a huge number of parts, with power is transferred to the wheels through a proper differential. But hey, why not go that extra mile? The rope and hook hanging off the front are connected to a functional winch. The doors have windows that crank down, the steering wheel moves when the wheels turn, and where would this thing be without windshield wipers and headlights? Don’t miss the pair of demo videos after the break.

We remember seeing a pretty neat stirling engine come out of the same forums earlier this year.

Continue reading “RC Truck Has Working Windows, Steering Wheel, And Much More”

USB Keyboard Becomes An AVR Programmer

[Steve] created an AVR programmer using an old USB keyboard. We feature a bunch of AVR programmers, but this one is made from parts that many people will have lying around. There are two components: the controller PCB from a USB keyboard, and an optocoupler for emulating key presses.

In order to send data to the AVR, [Steve] used the LED outputs on the keyboard. These LEDs can easily be toggled according to the HID device specification. They provide a 5 volt output with current limiting resistors, which means they can be connected directly to the target AVR.

Reading data is a bit more complex. The optocoupler tricks the keyboard into believing that a single key has been pressed, firing off a data transfer. The MISO pin on the AVR is connected to the row and column of the shift key, which is read by the driver.

On the software side [Steve] created an avrdude interface driver. This allows the programmer to be used with avrdude, just like any other programmer. [Steve] does point out that it isn’t the fastest programmer since the keyboard tries to debounce the MISO input, greatly limiting the speed. However, since it’s made from stuff you might have in your junk bin, it’s a neat hack.

Google Books Team Open Sources Their Book Scanner

It’s no secret that Google has been scanning hundreds of thousands of books in the hope of recreating the Library of Alexandria. Publishers and authors really didn’t like that idea, so the Google books team is doing the next best thing: they’re releasing the plans for a very clever book scanner in the hope others will pick up the torch of creating a digital library of every book ever written.

Unlike some other book scanners we’ve seen that rely on an operator manually flipping pages, this linear book scanner turns the pages automatically with the help of a vacuum cleaner and a cleverly designed sheet metal structure after passing them over two image sensors taken from a desktop scanner.

The bill of materials comes in at around $1500, but according to the official design documents this includes a very expensive scanner, something that could be replaced in true hacker style with a few salvaged flatbed scanners.

After the break you can check out a Google Tech Talk presented by [Dany Qumsiyeh] going over the design and function of his DIY book scanner. There’s also a relatively thorough design document over on a Google code page.

Continue reading “Google Books Team Open Sources Their Book Scanner”

tempescope_in_bookshelf

An Extemely Unique Weather Display

Most home weather displays use an LED screen or other moderately interesting methods of showing you what’s going on outside. The [Tempescope], however, takes an entirely different route, actually recreating a tiny weather environment on your bookshelf!

This active weather device is controlled via an Arduino as well as a pump, ultrasound diffuser, and other assorted components connected to a computer. It was originally meant to display, or more accurately recreate (precreate?) tomorrow’s weather. What is even more interesting is that using [World Weather] software, it’s able to simulate the weather on any place on earth.

Early in this article [Ken] lists the art of [bonsai] as one of his inspirations. He’s open to suggestions as to how to expand this device, which can be seen after the break. We (I at least) would think it was awesome if there was actually a bonsai tree in the environment in keeping with its influences. Certainly our readers can give him some feedback as well! Continue reading “An Extemely Unique Weather Display”

Robot Stroller Lets Baby Steer Without Mowing Down Other Toddlers

We’ve seen strollers and car seats that have a steering wheel for the baby to play with (like in the opening of The Simpsons). But what we hadn’t seen is a stroller that allows baby to actually steer. You might think that a putting a motorized vehicle in the hands of someone so young is an accident waiting to happen. But [Xandon Frogget] thought of that and used familiar hardware to add some safety features.

The stroller seen above is a tricycle setup, making it quite easy to add motors to the two rear wheels. These are controlled by a tablet which you can see nestled on the canopy of the stroller (look for the light reflected on the glass). This interfaces with two Kinect sensors, one pointing forward and the other pointing back. They continually scan the environment, looking for obstacles in the stroller’s path. You can see [Xandon’s] little girl holding a Wii Wheel, which connects with the tablet to facilitate steering. A test run at the playground is embedded after the break.

Continue reading “Robot Stroller Lets Baby Steer Without Mowing Down Other Toddlers”