Don’t be ashamed, we suck at air hockey too. Luckily for us, we now have a robot opponent to blame or losing streak on. Engineers at Nuvation didn’t build this air hockey playing robot, they simply adapted a standard industrial robot arm for the task. It is controlled jointly by a ColdFire processor and a 9S08 microcontroller. An array of high power LEDs and a camera are positioned over the air hockey table, which captures the position of the puck. The robot reportedly wins 90% of its games, even against solid opponents. While this is more of project to show the power of ColdFire processors, we can’t help but think it will lead to a rash of unbeatable robot opponents. We’ve already been robo-owned at foosball; what’s next?
microcontroller387 Articles
Single Side Arduino-ish Beta Board

Via [ladyada], [Raijuu] combined some ideas from [Ladyada]’s boarduino and [evilmadscientists] Atmel business card created his own single sided (for easy etching) project board for ATMega8/128 projects. You can tell that the design is an expression of frustration from past projects; We can definitely appreciate features like separate power and multiple sockets on each pin. (We’d probably consider adding some soldering points to allow for permanent connections.)
UPCB Makes Your Arcade Stick Universal

The Universal PCB project lets you make any controller (specifically arcade sticks) console agnostic. A PIC microcontroller is used to translate between the button presses and the signals for the specific console you’re connected to. It uses a DB15 for the external plug. The PIC knows which console you’re plugged into based on which pins are high or low in your console specific adapter cable. The board includes a piggyback plug so you can plug in an Xbox360 controller board (like the one above) since the console requires authentication. The PIC’s firmware is conveniently upgradeable over the USB cable.
Simple Serial Servo Controller

There’s nothing quite like a nice, simple hack. This serial servo controller uses a PIC12C671 and a pair of resistors. Leaving out the power supply, that’s the lowest part count I’ve ever seen.
Low Voltage Coil Gun

[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.
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.