Junk Bots Win Awards In Vietnam

images1860617_1

In a national competition for creativeness in children, junk bots have reigned supreme. Pictured above is a detail from one of [Vu Van Thankg]’s junk bots. Created entirely from parts pulled from the trash, this thing has 11 motors which supposedly allow full arm and hand control. We know you’ll be upset at how little information there is, but the pictures alone show so much. Just look at the rig he put together for this arm. If that isn’t inspiring, we don’t know what is.

[via BoingBoing]

Edison Cylinder Recordings Need More Cowbell

bruderhofer2-1

[Norman] spent three years developing and building his own Edison cylinder phonograph with electric pickup. We’re glad he did, and that he shared it with the world because the product is a thing of beauty. Every part is clean and precise with plenty of room for adjustments to accommodate differences in media. He’s reused the head from a VCR and attached it to a CNC machined polypropylene mandrel. The needle is interfaced with the cylinder via a delicate passively driven carriage. This consists of an aluminum rod with the cartridge at one end, and two wheels at the other. The wheels travel along a precision rod, propelled by the needle tracking the groove in the wax. Wonderful!

We’ve embedded a video of the device playing a recording of Sousa’s El Capitan from the late 19th century. Although familiar with these cylinder recordings, we were surprised by how little recording space there is available on one. Continue reading “Edison Cylinder Recordings Need More Cowbell”

Steal The Administrator Password From An EEPROM

locating_atmel

Did you forget your hardware-based password and now you’re locked out? If it’s an IBM ThinkPad you may be in luck but it involves a bit more than just removing the backup battery. SoDoItYourself has an article detailing the retrieval of password data from an EEPROM.

The process is a fun one. Disassemble your laptop. Build a serial interface and solder it to the EEPROM chip where the password is stored. Connect this interface to a second computer and use it to dump the data into a file. Download a special program to decipher the dump file and dig through the hex code looking for something that resembles the password. Reassemble your laptop and hope that it worked.

We know that most people won’t be in a position to need a ThinkPad administrator password, but there must be other situations in which reading data off of an EEPROM comes in handy. What have you used this method for?

Twitter, Talking Fish, And More

[youtube=http://www.youtube.com/watch?v=Y6kECR7T4LY&feature=player_embedded]

[Dan Ros] and the mbed team sent in their hack of a twitter talking Big Mouth Billy Bass. Originally the hack simply had an mbed micrcontroller and an SD card with some wav files allowing Billy to say classic quotes. Wanting to go further however, they used the mbed’s HTTPClient library to grab Twitter updates, and then have Billy say them out loud! Check out some other cool projects the mbed team has in the cookbook.

But wait, whats an mbed? We didn’t have a clue either!

Some researched reveals it is a powerful new microcontroller and prototyping board. With some features such as direct ethernet and USB connections right on the chip, as well as PWM, serial, analog, and more. What really stoked us is how it acts much like a USB thumb drive. Drag and drop your binary files, and it’s programmed! The only downside, at $100 it can be a bit more of an investment compared to an Arduino PIC. Could this be the next big prototyping tool that beats all others? Lets hear it in the comments!

[Update:  The mbed can be had for a  limited time pre-order price of $60  not $100 – Thanks Dan and the mbed team!]

Vintage Hack – Game Boy Camera

Screenshot

Back in 2005, a member of a French robotics team named [Laurent] wrote a wonderful how-to that we somehow missed on using the Game Boy Camera as a vision device for a robot. The images above are actual shots from his project. The Game Boy Camera features a stunning 128×123 pixel resolution in a gorgeous 4 color gray-scale palette. Possibly the most attractive feature of this hack is that it is still possible to get a hold of these cameras for under ten dollars on ebay.

He connected the camera sensor to an Atmel AT90S4433 using a combination of digital and analog signals, and then used the microcontroller to echo the data back to his PC. His write up includes schematics for wiring up the sensor/microcontroller, the datasheet for the sensor, his C code for the whole project, and an easy to read pin out of the GBC connector. Although his project simply offloaded the image to a computer, it would be entirely possible to have the microcontroller respond to the image or simply just log and store it. It would also be just as easy to replace his Atmel chip with your own favorite microcontroller, as long as it has a couple Digital I/O ports and at least one Analog port (or an external analog to digital converter).

UPDATE: Good catch r4v5, it would require an ADC, not a DAC.

Custom Shortcuts From Firefox Address Bar

firefox_bookmark

We picked up a great Firefox bookmark tip from [Colin]. He wanted an easier way to look up bug numbers on the launchpad bug tracker. Because the url is always the same with the bug number at the end of the address, he replaced the final portion of the url with %s. Now, when he types the keyword followed by the bug number in the address bar the bug page loads right up.

We don’t do all that many bug searches but it’s immediately obvious that this can be useful in a lot of ways. In the photo above you can see we’ve set up a shortcut to the tag pages for hackaday.com. Now we just type “hack” with the tag we want after it. Add this to your bookmarks and try typing “hack firefox” into the address bar.

Ben Heck Gets Sloppy And We Love It

sc_7

[Ben Heck] is a name synonymous with game system hacking. His projects have been seen and praised by people all over the world for both their quality and their ingenuity. He’s so good, in fact, that many of his projects have gone far beyond what we typically think of as hacking. They look and feel like commercial products. While that is a fantastic accomplishment, we have a soft spot for seeing stuff that is truly hacked. This lasted job he did is a great example. The controller needed to work using a single hand, so he hacked it. He was in a hurry, so it didn’t get his usual professional finish. We kind of like it that way. This one handed controller mod can be seen in action after the break.

Continue reading “Ben Heck Gets Sloppy And We Love It”