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]

Sticky Light

light

With the availability of webcams and projectors, multitouch and interactive demos have become increasingly popular because they’re so easy. Students at the University of Tokyo took a new approach that uses lasers instead. They created Sticky Light, which uses mirrors, a laser, and a single photodetector. Unlike camera-tracking setups, this system requires no visual processing. The laser moves around and bumps into dark objects, sticking to them. It can follow drawings on the table or objects in space, such as shirt designs. They also created a few basic games and a demo that makes sounds based on the movement of the spots. Video of the project after the break.

Continue reading “Sticky Light”