Hackaday Links: Sunday November 22

Hacklab’s laser cutter got the customary musical treatment. You can see it play the theme from mario brothers here. It’s nothing new to us, but we still enjoy seeing it done.

Ever been curious how a pole transformer is made? Quench that curiosity with this educational video. [via HackedGadets]

Here’s a quasi humanoid robot that is designed to be your workout trainer. He’ll show you the exercises, give you motivational and encouraging pep talks and even play games with you. We think the idea sounds good, but in execution, he flails his arms and randomly says creepy insincere sounding things like “I’m having  fun. I could play this game all day long. I’m having too much fun.” That’s just creepy.

[Mr. Nelson] got sick of walking all the way down the hall just to see if there was anyone in the bathroom. His solution was to build this massively overdone indicator light system. It uses a proximity sensor located in each bathroom to determine occupied status and has a fantastic industrial look.

If you’ve ever wanted to get into 3d photography you’ll be pleased to see this writeup on how to build a simple rig and compile the images for different viewing methods.

We were amazed by these beautifully crafted brass machines. The one in this video is solar powered and seems to run pretty smoothly. Not bad for something that was all hand crafted from sheets of brass.

Be careful with this one folks. This video shows how to melt a beer bottle in your microwave. We’re not sure why you would want to, but we sure enjoyed watching it happen. Maybe that’s reason enough.

DIYLILCNC: Do-it-yourself CNC Mill

DIYLILCNC

The DIY LIL CNC project is the newest member of the homebrew fabrication scene. This is a three-axis CNC mill that can be built by anyone with basic shop skills and about $700 in their pocket. Many of the materials can be acquired from the likes of Home Depot: the basic framework is assembled from Masonite, while other cost-cutting measures include the use of skate bearings and a common Dremel tool for powering the cutting bit. About half of the cost is for the HobbyCNC driver and stepper motor package that runs the show.

The instructions for the DIY LIL CNC are distributed under a Creative Commons license, allowing for modification and distribution with few restrictions. They’re well-written and quite thorough, including all patterns and a complete bill of materials with suppliers, part numbers and costs. As documented, the ’bot can produce parts up to 12 x 14 x 2 inches, but the project’s creators offer some suggestions on adapting the design for larger work. It’s not self-replicating like the RepRap aims for; you’ll need access to a laser cutter for some of the parts. If you can clear that hurdle, this looks like a great introduction to CNC production.

Stereoscopic 3d With A PIC Micro

tomy2 (Custom)

[Pyrofer] sent in his stereoscopic game project and we are just giddy with excitement. He has hacked apart an old TomyTronic 3D handheld viewer and put new guts in. He’s using a PIC micro to push stereoscopic imagery to twin LCDs. He wrote all code from scratch including the 3d library, wii nunchuck driver, and LCD driver. This thing even has bluetooth so he can play multiplayer if he ever makes a second one. The whole unit is kept alive via a lithium polymer battery so you don’t have to worry about any cords other than the wii nunchuck.  This thing is awesome, we would love to play with one. You can see a video after the break.

Continue reading “Stereoscopic 3d With A PIC Micro”

CNC Used To Make 3D Video Using One Camera

3d-video-one-camera-cnc

[Gabriel] is making 3D movies using only one camera. This should be impossible because true 3D needs to be stereoscopic, with images from different perspectives for each eye. He’s worked this out by mounting the camera on a CNC gantry and programming it to make two passes along slightly different paths. He’s plotting the camera paths using SketchUp and a plugin that exports paths as CamBam files, automatically adjusting for perspective. The two videos are then merged using Stereo Movie Maker.

We’ve embedded both a 3D video as well as behind-the-scenes filming video after the break but you’ll need the red and blue 3D glasses to view the former. It’s not too much of a stretch to tweak his methods and use this for stopped motion video where one button press takes a frame for each eye. Now, who will be the first to bring us a Star Wars remake filmed in stopped-motion 3D using the original action figures? Continue reading “CNC Used To Make 3D Video Using One Camera”

3D Magnetometer Mouse In Processing

FFB4SV5G0SD7J7G_MEDIUM

[etgalim] works in Solidworks extensively and wanted a more intuitive way of rotating objects onscreen. To do this, he created a mouse that responds to rotation. He put a 3D compass module inside an old mouse and wired it up to an Arduino. The Arduino then relays the I2C sensor data to the computer. So far, he has a Processing script that uses the mouse to rotate a cube, but eventually he wants to write a Solidworks plugin. It’s a bit shaky, and we think it would be a bit smoother (and cheaper) if he used gyros like the jedipad. Video after the jump.

Continue reading “3D Magnetometer Mouse In Processing”

Portable, Digital Stereoscopic Image Viewer

FSI6C3BFZWXORMT.MEDIUM[madaeon] couldn’t find a digital viewer for his stereoscopic 3D images. He felt that he could probably build one, so he did.  He found two identical digital picture frames and made a custom rig to hold the two frames.  The method he is using involves polarized lenses, so you do have to put glasses on to see it. Being polarized though, you get full color, like modern 3D movies. We think it would be even nicer to see them without glasses, but some people have a really hard time with this style of 3d image.

DIY 3D Gets A Nod At SIGGRAPH

3dscan

Among the courses at this year’s SIGGRAPH (an annual technical conference and showcase of the latest in computer graphics research) was an introduction to 3D scanning that covers all the bases: mathematical foundations, two different build-your-own hardware approaches, and how to process and render the resulting datasets. The presenters have assembled all the course materials on a top-notch web site featuring slide shows, complete source code, and an extensive round-up with links to both commercial and homebrew 3D scanning gear. The simplest of these methods requires nothing more than a webcam, halogen light source, and a stick!

SIGGRAPH and 3D scanning have been highlighted many times on Hack a Day, but we’re swelling with pride now seeing an academic venue give a favorable nod to the DIY hacking community (on their links page). Okay, so Hack a Day isn’t called out by name, but just wait’ll next year!

[Thanks Fahrzin]