Defying gravity for new user interfaces

[Jinha Lee] at the MIT Media Lab created a new interface allowing new ways to modify and play with 3D objects. It’s called ZeroN, and it’s nothing short of a futuristic device straight out of Star Trek.

ZeroN is simply a platform for levitating a small spherical permanent magnet in 3D space. It does this by mounting a hall effect sensor on an electromagnet. The hall sensor measure the strength of the magnetic field of the ball every few milliseconds and keeps the spherical magnet levitated. To move the object in 3D space, a few webcams track the ball over the platform and tell the electromagnet to move on a CNC-like x y table.

[Jinha] showed off a lot of cool stuff that is possible with the ZeroN; ping-pong is by far the coolest implementation, but it’s also possible to use the magnetic sphere to demonstrate n-body gravity or as a camera flying around a digital scene.

It’s a really amazing piece of work with an exceptional demo video. You can check that video out after the break. Thanks, [ferdinand] for sending this one in.

[Read more…]

Pleasing results from a CNC mill project

[Roy] is getting to the end of his second CNC mill project and finally seeing some results. Here you can see a bear he milled in some floural foam.

The project started out as an Arduino-based pen plotter. It move the pen along one axis, and the drawing surface along another, with the third axis allowing the pen to be lifted and repositioned. With that in his back pocket he went all out and began what he calls the Mark II. He used T-slot aluminum for the frame, which really helped when it came to aligning the linear rod supports for each axis. After a lot of drilling, and tapping he managed to bring each axis on line one at a time. A pre-fab CNC driver kit drives the stepper motors, making them groan as they do their work. hear it for yourself in the test video after the break were the machine is first tested as a pen plotter.

[Read more…]

Hackerspace Intro: TkkrLab in Enschede, Netherlands

[Dave Borghuis] put together a quick video tour of the TkkrLab hackerspace in the Netherlands.

The tour stats off with the entry system. We looked in on this project at the end of last year. The space totals about 150 square meters (about 1600 square feet) divided into three rooms. There’s a ‘dirt’ room which houses some tools for woodworking and general fabrications. Another room is used for electronics prototyping, including a 3D printer and CNC mill. Finally there’s the large meeting room which acts a hang-out lounge to work on your projects, watch some movies, or hold events.

There are weekly meetings on Tuesday nights which are open to everyone. There’s also a range of classes given covering topics like learning Python, or an intro to Arduino.

We really enjoy seeing these tours. What are you waiting for? Send us a video tour of your own hackerspace!

[Read more…]

Golden spiral chicken coop

[Marchelo] wanted to build his own chicken coop. He started researching different designs and ended up basing his build on the golden spiral.

In addition to the interesting shape, a ton of clever design choice made it into the build. For instance, [Marchello] took the time to dramatically round over the lumber used as the skids of the base. This, along with wheels on one side, will make it much easier to slide the coop if he needs to move it. Also, the roosting boxes are an addition to the side wall of the hen-house. The roof for these boxes is hinged, so checking on the chickens, or harvesting eggs happens at a comfortable height for the farmer. And finally, the plank that allows entry for the hens doubles as the door at night. So far this is a manual-operation, but we could see some mechanization as a future improvement.

[via Reddit]

Hackaday Links: May 11, 2012

Three days of work in 5 minutes

[Celso] bought himself a Ultimaker kit and put together a time-lapse video of him putting it together. There’s a lot of work that goes into these machines, but being able to print a nearly perfect cube on the first run is nearly magical.

How about a CNC mill, too?

The folks over at Inventables have put together a tiny CNC mill kit designed from the fruitful mind of [Edward Ford]. The Shapeoko mill is designed around the Makerslide linear bearing system, so you’re getting a lot of precision very easily. Here’s some more info on the Shapeoko

Update the firmware on your RasPi

[Hexxeh] has been playing around with the Linux images for his Raspberry Pi, so he needs to reinstall the firmware on an image quite a lot. He wrote a tool to automate this task, but it should be useful for RasPi users that want to keep kernel and firmware up to date. You can get the rpi-updater at [Hexxeh]’s GitHub.

Your robotic barista is still always on the phone

Zipwhip is a company that provides a bridge from your phone to your computer so text messages can be displayed on your desktop. To show off their tech, they created a text enabled espresso machine. Everything on this robotic barista is automatic: the cups are grabbed from a warming tray with a servo arm, coffee is automatically brewed, and the last three digits of your cell phone number are printed on the foam to identify each cuppa. Check out the video; action starts at 1:30.

Awesome reading material

If you’re looking for something to read on that fancy tablet computer of yours, here’s every issue of New Scientist from 1956 to 1985. The early 60s issues say fusion power plants are about 50 years away, so we should be just fine in a couple of years.

USB connectivity that is so very very small

Using FTDI chips as a USB to Serial solution is nothing new, but this MicroFTX board takes the footprint to a new low. If you’re space limited this should have no problem fitting into your project. But if you plan to use it for prototyping we predict it’ll be lost in the parts bin forever as soon as you take your eyes off of it.

The USB Mini-B connector is becoming quite popular with hobby electronics these days. But here [Jim Paris] chose to use its little brother, the USB micro connector. Want to put this together by hand? How are you with 0402 footprints and QFN chips? In fact, there’s a ground pad on the bottom of that IC which means you really need to use a reflow oven to do the job right.

Aside from the diy-unfriendly fabrication size, we do like the design. There are four output pins (voltage, ground, TX, and RX) with a set of four solder jumpers to configure them. It can be powered from the USB port or an external connection, with the option for 5V or 3.3V output.

[Thanks John]