Hackaday Links: December 22, 2013

hackaday-links-chain

[Korben] is using a picture frame as a Bluetooth speaker (translated). He hacked a Rock’R² for this project. It’s a device that has a vibrating element which can be used to make any hollow item into a speaker.

Entertain yourself over the holidays by mastering the Apollo Guidance Computer simulator. It’s a JavaScript version of the computer used in the modules of the Apollo moon missions.  [Thanks Gregory and Paul]

Here’s a little mirror attachment that lets you use your laptop as an overhead projector. [Ian] calls it the ClipDraw. Affix it to the webcam and use the keyboard as the drawing surface. Since it’s simply using the camera this works for both live presentations and video conferencing. What we can’t figure out is why the image doesn’t end up backward?

This guide will let you turn a Carambola board into an AirPlay speaker.

Those who suck at remembering the rules for a game of pool will enjoy this offering. It’s some add-on hardware that uses a color sensor to detect when a ball is pocketed. The Raspberry Pi based system automatically scores each game.

We spend waaaay too much time sitting at the computer. If we had a treadmill perhaps we’d try building [Kirk’s] treadmill desk attachment. It’s made out of PVC and uses some altered reduction fittings to make the height adjustable. It looks like you lose a little bit of space at the front of the belt, but if you’re just using it at a walking pace that shouldn’t matter too much.

You can have your own pair of smart tweezers for just a few clams. [Tyler] added copper tape to some anti-static tweezers. The copper pads have wires soldered to them which terminate on the other end with some alligator clips. Clip them to your multimeter and you’ve got your own e-tweezers.

Apollo Guidance Computer Clone


[Cliff Miller] pointed out this incredible project from 2004. [John Pultorak]’s journey began in late 2000 when he decided to build a 60’s or 70’s era minicomputer. While gathering technical documentation, he found some interesting information on the Apollo Guidance Computer and felt that was the way to go. The AGC was the first integrated circuit computer ever built. Designed by MIT in 1964 it was constructed from ~5000 ICs, almost all 3-input NOR gates. [John]’s version uses late 1960’s 74LS TTL logic which gains him a 10 to 1 reduction in the number of ICs. A good thing when you have to do ~15K wirewrap connections. He also used flipflops and register chips instead of building everything from NOR gates. [John] essentially built the AGC three times: First, he coded a simulator in C++. Then, he imported the logic design into CircuitMaker to verify that it would actually work. Finally, he built the 3 by 5foot machine. He’s provided an amazing amount of documentation for anyone that wants to explore this device and the overview alone is well worth a look.