3D whiteboard without the whiteboard

This one is so simple, and works so well, we’d call it a hoax if April 1st hadn’t already passed us by. But we’re confident that what [William Myers] and [Guo Jie Chin] came up with exists, and we want one of our own. The project is a method of drawing in 3 dimensions using ultrasonic sensors.

They call it 3D Paint, and that’s fitting since the software interface is much like the original MS Paint. It can show you the movements of the stylus in three axes, but it can also assemble an anaglyph — the kind of 3D that uses those red and blue filter glasses — so that the artists can see the 3D rendering as it is being drawn.

The hardware depends on a trio of sensors and a stylus that are all controlled by an ATmega644. That’s it for hardware (to be fair, there are a few trivial amplifier circuits too), making this an incredibly affordable setup. The real work, and the reason the input is so smooth and accurate, comes in the MATLAB code which does the trilateration. If you like to get elbow deep in the math the article linked above has plenty to interest you. If you’re more of a visual learner just skip down after the break for the demo video.

[Read more…]

Modeling an object with internal IMUs

[Joseph Malloch] sent in a really cool video of him modeling a piece of foam twisting and turning in 3D space.

To translate the twists, bends, and turns of his piece of foam, [Joseph] used several inertial measurement units (IMUs) to track the shape of a deformable object. These IMUs consist of a 3-axis accelerometer, 3-axis gyroscope, and a 3-axis magnetometer to track their movement in 3D space. When these IMUs are placed along a deformable object, the data can be downloaded from a computer and the object can be reconstructed in virtual space.

This project comes from the fruitful minds at the Input Devices and Music Interaction Lab at McGill University in Montreal. While we’re not quite sure how modeled deformable objects could be used in a user interface, what use is a newborn baby? If you’ve got an idea of what this could be used for, drop a note in the comments. Maybe the Power Glove needs an update – an IMU-enabled jumpsuit that would put the Kinect to shame.

[Read more…]

Micro Star Wars arcade game is a work of art

No, it’s not just another MAME cabinet build. [Le Chuck] over on the arcadecontrols.com forum built a fully functioning 1/6 scale replica of the classic 1983 Atari arcade game Star Wars.

The hardware is a CAANOO Linux-based portable media player running an emulation of the classing 1983 Star Wars video game. When [Le Chuck] turns his cabinet on, MAME4All boots up and goes directly into the game.

Because there are no 1/6 scale arcade parts, [Le Chuck] needed to fabricate most of his build from scratch. The case is basswood, along with the very-accurate light up coin slot doors. The joystick for the game was a bit tricky; the Star Wars game used an X Z joystick modeled after the yoke in the cockpit of an X-wing. To build this joysitck, [Le Chuck] took apart a few pots and crafted the joystick out of thin sheet metal. The controls operate exactly like the original, only in 1/6 scale.

After the break you can see the video of this incredible build in action.

[Read more…]

Micro Arduino bot skitters its way into our hearts.

Here’s a quick and easy little robot with a not-so-pint-sized brain. [Dikos] over at grobot, slapped together some gutted micro servos, an Arduino pro mini, H bridge chip, and a solar key-chain charger  to make this little three wheeled cutie. The robot boasts some very simple object avoidance thanks to the Sharp GP2Y0A21YK analog IR distance sensor, and that’s about it. This leaves tons of Arduino Pro left for a whole slew of sensors and robot stuff. We can’t spot it but somewhere under the pro mini is the solar key-chain’s 3.7V Lipo battery. The PCB for the emergency charger also makes a convenient little back panel housing a few LEDs, charging electronics, and a handy spot to hang a bead roller.

The micro bot has a pretty mean starboard list due to the lack of wheel position feedback, after all the micro servos were gutted to just function as simple gear boxes. We might have kept the servo mostly untouched, ditched the H bridge and performed a continuous rotation mod. We even have a guide for it! This is a really cool little bot though, and not terribly expensive if you need a little maze roller… or if you have a ton of money and like swarms of things.

Check out a (silent) video of the robot after the jump, the bot doesn’t hit the table until 1:16.

[Read more…]

Incredible home made miniature engines

On the heels of a small stirling engine we featured, an astute Hackaday reader sent in a few awesome builds from HMEM, the home model engine machinist forum.

First up is a fantastic looking stirling engine made entirely from scratch. The build is modeled on a Moriya Hot Air Fan, but instead of making a fan spin around, [IronHorse] put a flywheel on the engine. It also uses propane instead of an alcohol or other liquid fuel lamp for the heat source.

Next up is a pee-wee sized V8 engine by [stevehuckss396]. Unlike the model engines we’re used to, this one runs on gasoline. The engine started out as a 3 x 3 x 5 inch block of aluminum. This thread goes on an amazing 85 (!) pages and makes for great afternoon reading, but here’s a video of the engine in action.

Last is [keith5700]’s amazing 1/4 scale V8. Not only is this [keith]’s first project, he also completed this entire project on manual mills and lathes. There’s an electric starter thrown in there, and the pictures are simply incredible.

Thanks to [Norberto] for sending this one in, and if you’ve got an example of amazing machining skill, send it on it to the tip line.

Automating household devices with Google Calendar

[Shane] is building a new house and wants some, “subtle home automation” as he calls it. His first project is hooking up a small heater to the Internet, and judging from his demo video everything is going swimmingly.

[Shane]’s project is built around an mbed microcontroller that connects to the Internet via an Ethernet connection. The mbed has a temperature controller and a solid state relay to turn the heater on an off; simple enough, but we really like how easily [Shane] connected his project to Google Calendar.

After looking over the Google API, [Shane] was understandably overwhelmed. He figured out that by syncing the mbed’s clock to network time and sending a GET request for one minute in the future, the mbed would always know what was scheduled with a minimal delay.

Now, all [Shane] does to turn on his heater is schedule a time and temperature in Google Calendar. He can do this from across the globe or country and makes for a really slick part of a home automation system.

[Read more…]