
[Andrew] sent in his low voltage coil gun. He used some control hardware that most hardware hackers probably don’t have on their shelf, bit it’s still a good proof of concept. Each coil is driven by a dedicated relay, and a PC power supply feeds the system juice, while a programmable logic controller does the work. Since it’s just a matter of triggering the coils in order, the PLC could be easily replaced by a micro controller.
microcontroller383 Articles
Interactive Textile Construction

The e-textile construction kit by [Leah Buechley] consists of stitch-able sensors and microcontrollers. Stitch-able refers to the fact that these parts can be sewn with a needle and thread into wearable clothing or other fabric-based housings. A paper (PDF) on the e-textile construction kit project contains the first version. The second version of the e-textile construction kit, the LilyPad Arduino, is available this month through SparkFun’s site. Especially interesting are her instructions for modifying the clock speed on the Arduino to make it suitable for battery powered wearables.
We’ve covered [Leah Buechley]’s work twice in 2005 for her wearable led matrix work.
Update: [Leah] updated her site since we posted this and added this new how-to.
Simple Capacitance Meter

[Mike] sent in a project he’s been working on lately. This little circuit can measure the capacitance of a capacitor by generating a frequency that’s inversely related to the capacitance. He originally got it working with his o-scope, and followed up by building a stand alone version that uses an ATTiny2313 and a text LCD.
Robotic Beer Launching Fridge
This robotic beer launching fridge is one of those ultimate projects that you are guaranteed to see posted all over the internet today. Robots, beer, the possibility of maiming innocent bystanders… what’s not to love? I’d be lying if I said my mechanical engineering friends and I weren’t contemplating this at many points during college. Kudos to John W. Cornwell of Duke for actually pulling it off. The mini-fridge has three servos: one to elevate beer from the 10 can magazine, one to rotate the turntable, and one for cocking. Spring power is used to catapult the beer across the room. The brains of the system is an ATMega8535 and 3 intelligent H-bridges. It’s controlled by an adapted key-less entry system. It looks like they’ve wisely placed it pointing away from the tv, but I don’t know if referring to your apartment as the “man-pit” is nearly as smart. Check out some of John’s other projects: the Mentos booby-trap and the touch activated paintball gun.
[via Dirk]
Tripmate Gps Data Logger

This one is fitting – I was just checking out Suunto’s sweet gps data logging watches today. [Steve Cholewiak] sent in his diy GPS data logger. It uses an old DeLorme tripmate – these were serial gps units that ran off of internal batteries. A PIC controller reads the NMEA sentences from the tripmate. Then it stores the track data to an EEPROM. The same serial connection is used to retrieve the data later on. [Steve] did a great job writing this up, the circuit is pretty simple and he’s provided all the information you need to build your own.