Automated Chip Burning

[Alexsoulis] needed to burn the Arduino bootloader to a slew of ATmega328 chips. Instead of sitting there and plugged the chips into a programmer one at a time, he build a robotic microcontroller programmer.

It starts with the DIP package microcontrollers in a tube, with a servo motor to dispense them one-by-one. An arm swings over and picks up the chip with a fish pump powered vacuum tweezers similar to the pick-and-place head we saw recently. From there the chip is dropped into a ZIF socket and programmed by an Arduino. Once the process is complete it is moved to the side and the process repeats.

We’ve reported on using an Arduino as an AVR programmer but we’ve never actually done it ourselves (we use an AVR Dragon programmer). Take a look at the video after the break and let us know if you think the actual programming seems incredibly slow.

Continue reading “Automated Chip Burning”

Darbuka Band

This robotic band has just the right amount of drums. [Liat] and her colleagues fit a group of Darbuka drums with a pair of servo-driven mallets. We’re quite surprised that the servo motors achieve such a successful strike and rebound without dampening the vibrations of the drum head. This is more often accomplished with solenoids because of their quick response and relative strength.

You can listen to a performance of this work-in-progress in the video after the break or make plans to see it live. The installment was built for the Bat-Yam international biennale of landscape urbanism. It will be attached to, and powered by alternative energy producers like solar cells and wind turbines. Continue reading “Darbuka Band”

Autonomous Rover Roams The Halls

[ESylin] built an autonomous rover that roams the vacant halls of his school. On the hood of the vehicle he’s mounted two Maxbotix sonar sensors that do a great job of keeping the vehicle centered in the hallway. It will follow a wall around a corner (favoring its left side because of the left-facing sensor) and it will stop to correct itself if it gets off course. That’s because when you’re not driving a dsPIC33 is, with a Traxxas XL-5 speed controller and a hobby servo for steering. But this little guy hasn’t lost all his pep. Manual control and be switched on from from an R/C controller so you can burn up the floor tiles. Take a look at the demo after the break, with the manual control demo shown at about 4:10. Continue reading “Autonomous Rover Roams The Halls”

WiFi Controlled Arduino-bot

This little robot was built very quickly thanks to the rapid prototyping capabilities of the Arduino. It uses a WiShield 1.0 from AsyncLabs to connect to a wireless network for control via a TCP connection. The body and wheels are wood, with a servo for each motor and a third used to scan a range finder from side to side. We’ve embedded a triad of demo videos after the break that take you through the various feature development of this platform. You’ll see control via a hacked Zipit, as well as joystick control. There’s also a couple of stages of autonomous movement where the distance information comes into play.

Continue reading “WiFi Controlled Arduino-bot”

Robot Boxing With Wrist Watches

The classic injection molded plastic Rock ‘Em Sock ‘Em Robots has been upgraded to use motion control. The project uses four TI Chronos watches, one on each wrist of both players. In the video after the break we get a good look at the guts of the base unit. We’re quite impressed with the quality craftsmanship that went into retrofitting the plastic bots with four servos each. The electronics include some bells and whistles such as an SD card that records scores and can replay a match via saved inputs. If you’ve got a couple of these watches on hand we’d love to see you port this project and make it a Punchout controller.
Continue reading “Robot Boxing With Wrist Watches”

Mouse Controlled Manipulator Arm

[Oleg] worked out a way to use his USB mouse to control this manipulator arm. Using a Lynxmotion AL5D (we’ve seen the AL5A previously) he drives the six servos with an Arduino servo shield. A USB host shield handles the HID end for connecting the mouse. The video after the break says it all, [Oleg] has no problem picking up that figurine quickly and accurately. Sliding the mouse controls horizontal movement in all directions. The scroll wheel moves the claw up and down. And holding the left or right buttons what using the control wheel closes or rotates the claw. All we can say is: Bigger, BIGGER!

Continue reading “Mouse Controlled Manipulator Arm”

Servo Controller Board

This board is [Eric Seifert’s] venture into working with AVR microcontrollers. He has worked with PIC microcontrollers in the past and used the goal of developing a servo controller board as his motivation to try the grass on the other side of the fence. He found he likes the AVR line for its ease of development under Linux, a feature we also appreciate. What he ended up with is a tiny board that controls up to eight servo motors. If you’ve got a project that is spilling over with servo-controlled limbs, maybe this will save you some development time.