posted Oct 15th 2010 9:00am by
Mike Szczys
filed under:
tool hacks

This 3D printer manages some pretty fantastic resolution, and these are just the early results of [Junior Veloso's] build. He put together a machine that prints objects in resin that cures in visible light. To print, a thin layer of raw liquid resin self-levels across a printing surface and a DLP-based projector shines light from below, onto the portion to be hardened. The z-axis then pulls that layer up and the next to be printed will become the newest bottom layer. Horizontally the printer yields 1024×768 resolution with a layer thickness as small as 0.01 mm. No wonder he’s turning out this kind of quality.
The model above took 5 hours to print, with eight-second exposure for each layer, and 0.1mm layer thickness. There is lots of good information on his blog, from the early planning, to the finished hardware so take some time to learn about this fascinating project.
Update: Thanks to reader [Nave.notnilc] for pointing out that we’ve seen a chemical 3D printing technique before.
posted Oct 15th 2010 8:00am by
Mike Szczys
filed under:
transportation hacks

Focus Designs has a new version of their self-balancing unicycle for sale. This improves upon their original design in several ways. The battery pack has moved to LiFePO4, which is becoming more common in electric transportation. There’s also regenerative braking and fall protection which kills the motor when you fall off.
We’ve embedded their marketing video after the break. Our favorite part is the shot seen above: a guy on the unicycle cruising along next to a woman who is running. There’s nothing like sitting on your bum while some else exercises.
At any rate, from what we see in the video they’ve turned out a solid product.
Read the rest of this entry »
posted Oct 15th 2010 7:13am by
Caleb Kraft
filed under:
multitouch hacks

We all love a little bit of multitouch, but we’ve seen so many setups that it is getting a bit less exciting. This one will get your attention with its unique shape. It is a spherical multitouch using all open source software. Well, since the poles are unusable, it might just be toroidal, or cylindrical, but it is still impressive. They are using a convex mirror mounted to the upper most point of the frosted sphere to reflect a projector mounted at the bottom of the base. A web cam pointed at that same mirror picks up reflected IR light from a few emitters. You can catch a video of it after the break.
Read the rest of this entry »
posted Oct 15th 2010 6:22am by
Mike Szczys
filed under:
home hacks

[Niklas Roy] built a motorized window curtain to screen out foot traffic in front of his window. When you hear “motorized curtain” you may think that this will move up and down but it doesn’t. Instead, the small curtain move horizontally to cover passersby as they travel down the sidewalk. This is accomplished using a camera in conjunction with some motion sensing software. In the video after the break you can see that the software also anticipates the movement, and ends up doing a good job of keeping the target covered. That’s thanks to the Processing sketch working in conjunction with a rotary encoder on the hardware setup. Details for both are available on the page linked above.
This harkens to other community involvement hacks we’ve seen like the subway stair piano, or the bottle recycling video game. It’s fun and quirky, which is not too much of a surprise as we saw a glimpse of that when we looked at [Niklas'] public fountain hydropower generator.
Read the rest of this entry »
posted Oct 14th 2010 2:00pm by
Jakob Griffith
filed under:
transportation hacks

Part one and Part two of Hackerspace Pumping Station: One taking on the Scion challenge are up and ready for your viewing pleasure. The team at Pumping Station: One built a Tron themed bicycle that when setup properly, would churn ice cream that turned your urine neon in about 6 minutes by using dry ice and ethyl alcohol. Besides sounding not so tasty, and having a multitude of problems along the way, the project turned out the be a success. The question becomes, does it stand up to the last Hackerspace, NYC Resistor, who made a drink mixing slot machine? And how will both fair against the up and coming Musical Building by Crash Space?
[Thanks Deven]
posted Oct 14th 2010 1:00pm by
Mike Szczys
filed under:
android hacks

Here’s a 2-channel Oscilloscope for your Android phone. It uses a base module driven by a dsPIC for signal processing. From there, an LMX9838 Bluetooth module broadcasts the data to the phone so that the waveform can be displayed. [Yus] ported some Python code he had been using over to a set of Java and XML files in order to get it working on Android. This was actually the first time he worked with the SDK… we’d say he’s a quick learner. See it in action after the break.
Read the rest of this entry »
posted Oct 14th 2010 11:10am by
Mike Szczys
filed under:
news

[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.
posted Oct 14th 2010 9:00am by
Mike Szczys
filed under:
cellphones hacks

[Rossum's] taking a look at the Nokia LCD screens that are both plentiful and begging to be bent to your will. For quite some time the Nokia 6100 screens have been used in a lot hacks, but he wanted to see what else is out there. He digs into his junk box of cell phones and comes up with a couple to test; the Nokia 6101 and Nokia 2760. The screens use a 3-wire SPI interface, which he sniffs out with a logic analyzer. At power-up the cellphone polls the screen to determine which type of LCD controller is connected. [Rossum] grabs these commands from the logic analyzer and uses it to determine the hardware in use with each screen.
He made himself a nice breakout board which has connectors for several different screens. The firmware he’s using detects when a screen is attached and switches to the applicable protocol for that display. Take a look at the video after the break.
Read the rest of this entry »