[Phillip Torrone] Pleads For Companies To Open Source Discontinued Projects

[PT] just published an editorial calling on manufactures to transfer knowledge about products they are discontinuing by making them open source. He makes his case on the basis that millions of dollars and innumerable man hours go into developing these products, only to be lost when the company decides that the project is no longer (or maybe never was) profitable. We have to say he’s got a point. Granted the answer to “why not?” is that companies don’t want to give any help to their competitors. But just think of the opportunities lost to society when we can’t build on the work of others.

Now [Phillip] doesn’t stop with his plea for new policies. He goes on to list and defend a few products that are already dead and buried, for which he wishes the secrets had first been shared. These include the Palm V personal data assistant, IBM’s Deep Blue, Sony’s robotic toys/pets, and several others. For what it’s worth, we can think of one company that’s a shining example of this; the source code for Doom, which id Software released for non-profit use more than a decade ago. Good for you id!

Save Boatloads Of Cash By Building Your Own Laser Cutter

diy_laser_build

Have a bunch of time on your hands, and about $2,500 sitting around? Why not settle in and build yourself a laser cutter?

That’s exactly what Buildlog forum member [r691175002] did, and he told us about it in our comments just a few moments ago. Laser cutters can be pretty cost prohibitive depending on what you are thinking of picking up. The cheapest Epilog laser we could find costs $8,000, and you know what can happen when you try buying a cheap laser online.

Instead of going for a ready-made cutter, he purchased an open-source kit from Buildlog, documenting the highlights of the build process online. The build log walks through a good portion of the construction starting with the frame and motor mounts, continuing through wiring up the electronics as well as some of the finishing touches. If you happen to head over to take a look around, you will find that there are plenty of pictures from various stages of the construction process to keep you busy for awhile.

With everything said and done, [Ryan] is quite happy with his laser. After going through the build process, he offers up some useful construction advice, as well as tips on sourcing cheaper hardware. He estimates that if he built the laser today, he could probably cut the costs nearly in half.

There’s no doubt about it – a $1300 laser cutter sounds pretty darn good to us.

3D Modeling Out Of Thin Air

kinect_3d_modeling

It seems that with each passing day, the Kinect hacks that we see become exponentially more impressive. Take for instance this little number that was sent to us today.

[sonsofsol] has combined several open source software packages and a little electronics know-how to create one of the more useful Kinect hacks we have seen lately. His project enables him to manipulate 3D models in GEM simply by moving his hands about in front of his Kinect sensor. Using OpenNI and Ubuntu, all of his actions are tracked by the computer and translated into actions within the GEM 3D engine.

To make things easier on himself, he also constructed a pair of electronic gloves that interface with the system. Using an Arduino, the gloves send different complex commands to the 3D modeling software, just by touching different pairs of fingers together.

You really need to take a look at the video embedded below to get a feel for how complex [sonsofsol’s] “simple” mesh modeler really is.

Looking for more Kinect fun? Check out these previously featured stories.

[Thanks, Jared]

Continue reading “3D Modeling Out Of Thin Air”

Open Source Laser Cutter (v2)

The Buildlog.net 2.x Laser is a second generation open source laser cutter that definitely improves the design of the first model. The 2 axis machine (optional vertical axis is manual or an upgrade is available) boasts a large 12” x 20” x 4” workspace while being smaller than its predecessor, fitting a table top design.

The older model had a goal of being self replicating, which limited the types of materials used, the new 2.x model drops that goal and uses stronger metal parts. Electronics are now modularized that allow easier and cleaner wiring, though you will still need a controller board.

There is an XMOS based controller provided on the main page of BuildLog.net, along with mechanical drawings, schematics, gerbers, instructions for both machines, and kit parts (for the first model) along with resources for the heavy items like laser tubes and power supplies.

Kilobuck Open Kinect Project Prize

Full of video and audio sensors, the newly released Kinect is Microsoft’s answer to Nintendo’s Wii MotionPlus and Sony’s PlayStation Move. Now there is money up for grabs to hack it. Adafruit is offering up a one thousand dollar prize to open source the driver for the Kinect. What do they want this driver to do? They want RGB and distance values. We’re excited to see the hacks that will come around because of this product, and now that prize money is involved, everything has been turned up a notch.

Update: The bounty has been raised to $2000 after a Microsoft response to CNET:

But Microsoft isn’t taking kindly to the bounty offer. “Microsoft does not condone the modification of its products,” a company spokesperson told CNET. “With Kinect, Microsoft built in numerous hardware and software safeguards designed to reduce the chances of product tampering. Microsoft will continue to make advances in these types of safeguards and work closely with law enforcement and product safety groups to keep Kinect tamper-resistant.”

Update: Progress toward a driver
Update: Winner of the Open Source Kinect contest

Cadsoft Eagle Migrating To XML

[PT] posted about an exciting development from Cadsoft, the migration to XML based parts, schematics, and board layouts. The adoption of this open standard goes hand-in-hand with the open hardware initiatives people like [PT] have been pushing for.

Cadsoft Eagle is our go-to schematic and PCB software. We even have a tutorial which guides you through preparing your files for PCB manufacture. But the files containing parts libraries, schematics, and board layouts have always been binaries. A transition to XML means a lot of things. They will be easier to edit, and much friendlier for tracking changes using version control systems like SVN, CVS, Mercurial SCM, Git, etc. But immediately on our minds is the accessibility for hacking. Think of how easy XML parsing is in programs like Python. It should be snap to write scripts on a whim that will manipulate the XML files in any way imaginable. This doesn’t discount the value of Eagle, it extends the usability far beyond what any team of engineers at Cadsoft could produce by themselves. And for that, we say Bravo.

Laser Cutter Doubles As A 3D Printer

[Bart] figured out how to use his laser cutter as a 3D printer. We’ve checked in on his open source laser cutter in the past and we’re happy to see he’s now done with the build. But rather than stop there he took it a step further. For less than $200 he built an extruder head and added RepRap circuitry. You can see in the image above the laser tube is in the background and the extruder head with a line of black filament is mounted on the gantry. [Bart] has other plans for extensibility as well, including a knife cutter, a pen plotter, and a Dremel mount.