Kinect-based Turntable 3D Scanner Looks Very Promising

We know that the appearance of the Kinect 3D camera hardware, and subsequent open source driver hacking conquest, is a game-changer that brings the real world into much closer contact with the virtual world. But it still amazes us when we see a concept like this turntable-based 3D object scanner that works so incredibly well.

The concept is extremely simple. A box made from foamboard rests atop a turntable. At its center is the object you wish to scan being well-lit by a small LED light source at each upper corner of the box. First up some code and capture data about the sides and top of the object as it spins. To put the shoe back together in the virtual world, he used a modified version of RGBDemo v0.6.0, a Kinect focused project written by Nicolas Burrus.

[A.J] says that the scan comes out pretty well after just one pass, but that’s not stopping him from setting his sights on making this work with three of four Kinects at once. Don’t forget to check out his video demonstration which is embedded after the break.

Continue reading “Kinect-based Turntable 3D Scanner Looks Very Promising”

Color Changing Door Handles

This color changing door handle was made using a very simple manufacturing process. [Barmak] already had experience working with polyester resins when making passive component filled drawer pulls (he included a couple of pictures at the end of his post). The same process was used here except that instead making it from one solid chunk of clear resin he decided to use alternating layers of dyed resin.

The build begins with a mold made out of MDF. This material has a very smooth surface finish which will help with the final look of the door handle. Threaded rod is inserted through carefully placed holes in the side of the mold — these will serve as the mounting hardware when complete. He then pours thin coats of resin to build up the complete handle.

An RGB LED strip is incorporated in the side of the handle that will go toward the door. It seems like the wires to control the device pass through a hollow spacer surrounding the threaded rod. He makes some mention of using a 555 timer to control the colors, but there’s not much more information than that. Still, the reflected light is a unique feature if you’ve got a place in your home that needs to be spiced up.

Once you’re done, you can use any leftover resin to make your own project boxes.

Feel The Hum Of Electricity Between Your Legs

Here’s a little eye candy for motorcycle enthusiasts everywhere. This is the newest iteration of [Julian’s] electric motorcycle. He obviously knows what he’s doing because everything fits into the frame in a way that is still very pleasing to the eye. But this is actually slimmed down from the original design. If you take a look a back at some of his older posts you’ll see that the four relatively small lithium batteries are a new addition.

The frame was designed to hold four lead-acid batteries. Those things really take up a lot of space and add considerable weight to the vehicle. His recent upgrade was also accompanied by a re-gearing that allows him to reach higher speeds (although he doesn’t say what the top speed actually is). You can’t really see it above, but [Julian] included a wooden insert where the tank on a gasoline motorcycle would have been. It houses control switches as well as a 48V voltmeter. It’s a fantastic finishing touch like the cherry on a sundae.

Lighted Shoe Ruffles — He’ll Never Step On Your Toes Again

Whether for fashion, emergency lighting, or just to make a statement, these lighted shoe clips make for a unique footwear accessory. [Becky Stern], who we’ve seen before hacking automatic knitting machines, tackles this quick lighted project.

The electronics are simple, two LEDs connected in parallel to a button battery by some conductive thread. The circuit is the same as an LED throwie, but she’s using a sewable battery holder. The ruffle is made by cutting out and folding several circles of fabric. We’re not too used to working with this building material and were glad to hear her tip on fusing the cut edges with a lighter. She’s also got a good tip about bending one LED lead in a square shape and the other in a round shape to keep track of the polarity. After sewing everything together and completing the circuit with the conductive thread [Becky] adds a paper clamp making this easy to use with any shoe. In fact, the guy’s don’t have to miss out on the fun as this could easily double as a boutineer.

Don’t miss [Becky’s] complete walk through video embedded after the break.

Continue reading “Lighted Shoe Ruffles — He’ll Never Step On Your Toes Again”

Gain Wizardly Knowledge About Crystals

Make sure your test equipment is handy, then give this video series about crystal oscillators a spin. [Shahriar] of the Signal Path Blog put together a four-part video blog post totaling about an hour. In the discussion he covers the ins and outs of crystal oscillators and ring oscillators. His focus is on how these parts are used as timekeeping devices for microcontrollers. This isn’t a lecture that skims the surface of the topic, it takes you down the rabbit hole, discussing theory, how the devices are built, how to use them, and the pitfalls of doing so.

Our favorite part is in the fourth segment when [Shahriar] measures the effect that temperature has on crystals by spraying them with an inverted compressed air canister. We always thought we were just screwing around when freezing stuff like that. It didn’t occur to us that we were conducting serious experiments.

We’ve embedded the first segment of the video after the break. Continue reading “Gain Wizardly Knowledge About Crystals”

Ever Wonder Where Cool Interactive Museum Exhibits Come From?

[Victor’s] girlfriend works at a museum and enlisted his expertise in designing an interactive detective game for kids visiting the museum. The vision was for the kids to discover phone numbers that they could call for clues. Originally he planned to display the clues on a character LCD, but obviously it’s much neater to hear the clues in the handset of the phone.

Quickly switching gears, [Victor] dropped the ATtiny2313 and started over with an Xmega chip — in fact, it was our recent Xmega post that inspired him to document his project. The microcontroller is responsible for a lot of goings-on. It scans the key matrix for inputs, simulates the DTMF touch tones, reads audio files from a FAT file system on an SD card, and plays them back over the hand set’s speaker. Since most of the hardware is already built into the phones, it was not hard to fit his add-ons inside the case. A simple audio amplifier circuit joins the microcontroller, which is patched into the rows and columns of the keyboard. Take a gander at the video after the break to see the device in action.

Continue reading “Ever Wonder Where Cool Interactive Museum Exhibits Come From?”

Sous Vide Crock Pot Controller

Tempted by what sous vide cooking has to offer, but balking at the price for a unitasker, [Lee’s] father in law set out to see if he could rig up his own precision temperature controlled cooking system on the cheap. He immediately hit eBay and shelled out about around $75 to get his hands on a solid state relay, PID controller, and temperature probe.

As you can see above, a crock pot serves as the cooking vessel. We’ve seen this method before, either splicing into the power cord, or providing a single outlet on the controller. This version provides a PID controlled outlet to which the appliance can be plugged in. The other outlet in the socket is always on and powers an aquarium pump that circulates the heated water during the cooking process.

The result works quite well, even though it wasn’t a huge cost savings. There are a few issues with positioning of the temperature probe, but that may be where experience comes into play.