Scratch Built Air Muscles

airmuscle2

We first talked about air muscles in 2005 while lusting after Shadow Robotic’s dexterous hand. The pneumatic devices are known for being lightweight and compliant. They’re designed to be used in robot arms and legs. [jelengar] stumbled across this guide to building your own air muscles. We’re not exactly sure what the original source is since it reads like a machine translation. The core is a piece of silicone tubing used in aquariums. It’s sealed at one end with a bolt. Braided electrical sheathing is slid over the tube and secured using multiple wraps of 24gauge wire. They say to test it using 20psi, but there’s no mention of what the limits are.

ATmega Controller Wiring Upgrade

avrcontroller

[jelengar] liked the ease of use of the Arduino, but wanted a much higher pin count. He set about converting the ATmega Controller for use with Wiring, the code that the Arduino IDE is based on. The ATmega128 in the controller features 53 pins as opposed to the 11 on the Arduino’s ATmega168. You also get 128kb of memory. The process is fairly simple; you just need to add the appropriate crystal. You can also add a switch to trigger the bootloader and a status LED.