Thanksgiving With Thermite

For those in the states, Happy Thanksgiving. Whether or not you celebrate the traditional holiday, you might still want to take a moment to think of what you are thankful for. We are thankful for our readers, who drive us to keep posting projects and challenge us to improve our skills. The Hackers, who supply us projects to write about, both simple and complicated. We are thankful for our bosses, who employ us to do this awesome stuff and only beat us occasionally. And we are thankful for thermite, which burns oh so bright and looks oh so pretty.

Join us after the break to see a turkey, roasted with thermite in slow motion.

[via Neatorama]

Continue reading “Thanksgiving With Thermite”

VGA Interfacing AVR Microcontrollers

[Lucidscience] is back again, this time showing us how to push data to a VGA monitor from your AVR project.  It turns out that it is pretty simple, requiring only n open port and a few resistors and diodes. Well, it is that simple for the most basic version which gives you 56×60 pixels. Of course he couldn’t live with that and had to expand. Version 2 outputs 240×240 resolution and has additional sram and a double buffer making animations smoother and flicker free. As usual, the project is quite well documented with photos of the entire build process and schematics for you to build your own. A video of version 1 and version 2 are available after the break.

[via HackedGadgets]

Continue reading “VGA Interfacing AVR Microcontrollers”

Timelapse Circuit For Point And Shoot Cameras

[Andyk75] has done some fantastic work documenting his timelapse addition to his digital camera.  Most of the more expensive models of cameras have a remote shutter release, but the point and shoot jobs usually don’t. He decided to add the ability to turn the camera on, then shoot a picture, then turn it back off. Pretty smart, since these things tend to eat batteries pretty quickly if left on.  He is using an ATtiny24 for the brains, but the circuit should be pretty adaptable to others. The final piece has several features, like the ability to change the length of time between shots and automatically shut down when it gets too dark outside to continue. He has posted the schematics as well as the board layouts if you can find them amongst the ads in instructibles. You can check out a video of a sunset taken with this camera after the break.

Continue reading “Timelapse Circuit For Point And Shoot Cameras”

PR2 + Kinect

Willow Garage, the makers of the PR2 robot have been playing with the Kinect. You might be a little tired of seeing every little new project people are doing with it, but there’s something here we couldn’t help but point out. When we posted the video of the guy doing 3d rendering with the Kinect, many of the commenters were speculating on how to get full environments into the computer. Those of you that said, “just use two, facing each other” seem to have been on to something. You can see that they are doing exactly that in the image above. The blue point cloud is one Kinect, the red cloud another.   The Willow Garage crew are using this to do telemetry through the PR2 as well as some gestural controls.  You can download the Openkinect stack for the Robot Operating System here. Be sure to check out the video after the break to see the PR2 being controlled via the Kinect as well as some nice demonstrations of how the Kinect is seeing the environment.

[via BotJunkie]

Continue reading “PR2 + Kinect”

Hack A Day Classifieds


Announcing Hack a Day Classifieds! Buy, sell, trade your tools and junk with other Hack a Day readers.

Quite often, we get emails or comments with people asking “do you want this piece of junk?” or “Would you sell that thing?”. We usually just push them off on craigslist, but we realize that it can be hard to find our specific flavor of stuff in craigslist. Who posts a half smashed tube radio on there?

Our answer is to give you guys the Hack a Day Classifieds. We know it isn’t perfect, but we wanted to supply this service to hackers. Feel free to post what you’ve got. Think of it like a little mini craigslist, just for us. It should be fully functional and ready to go, but who knows what issues we’ll see when you all start going there. Please be patient and understanding with us.

Learn To Reverse Engineer

The most common email we get is “how do I learn how to hack things?”. It looks looks like [ladyada] gets that question a lot too. She didn’t waste any time writing up a step by step guide to reverse engineering USB devices, specifically the Kinect.

She goes into depth on how USB works, how to record the communication, what to look for, how to deconstruct what you’ve found, and how to put it all to use. This is all done with real world data from the Kinect so you could easily follow along at home.  There is source code available so you can download her example and see how to control the device as well.

We wish every hack could be so well written that it could also be called a tutorial.

Open Source Kinect Contest Has Been Won

Adafruit Technologies has announced the winner of the Open Source Kinect contest. [Hector], who we mentioned yesterday has won, providing both RGB and depth access to the device.  Some of you were asking at that time, why the contest was not over yet. Well, Adafruit had to verify. The image you see above are of another user[qdot], verifying the drivers on his machine.

What is interesting is how Adafruit has chosen to close this contest. Not only are they giving [Hector] his prize money, they are also donating an additional $2,000 to the EFF who fight for our right to legally hack and reverse engineer our own equipment.

[Hector] is being generous as well, using his prize money to help pay for gadgets to hack with some teams he is involved with, mainly the iPhone Dev Team and the Wii hacker team “Twiizers”