Showing posts with label Basic Stamp. Show all posts
Showing posts with label Basic Stamp. Show all posts

Sunday, March 30, 2008

Robotics: Wireless Controlled Arm


This is a follow up to the wireless gripper post. Constructed from pine, spruce, aluminum, 3 HS-55 and 2 Futaba S-33 servos this arm has 4 degrees of freedom and is controlled by a sony IR remote controller. The Basic Stamp 2 processor translates the IR signals and creates programmable pulse lengths to power the servos. After seeing the video below, you'll see that this design could use a lot of refinement, such as a more efficient and functional gripper, more powerful servos and software that includes kinematics. Robotic arms are very challenging, so I looked to other designs to avoid stupid mistakes. The main influence for this project was the lynxmotion Lynx 5 arm . The code for the BS2 was adapted from Parallax's IR Kit . After I clean it up, I'll post the code that runs this arm here in an update.

Monday, February 25, 2008

Robotics: Wireless Gripper










My latest project aims at constructing a simple robotic arm that can be controlled with an infra-red stereo remote control. At this point I have completed the gripper portion of the arm. This gripper is based on the design of Karl Williams from his book insectronics I used a portion of the code from my previous robot, the infra-tank which can be downloaded here. I also used the same micro controller from the infra tank, the parallax basic stamp 2. My next step is to build the base and shoulder portion of the arm. The pictures above would provide enough reference for you to build your own. If you do, please share the results in the comments section.

Friday, April 13, 2007

Robotics: Infra-Tank!

Here is a 47 sec. clip of my latest bot I call Infra-Tank due to the fact that it is controlled with my infrared stereo remote controller. This is a custom design/build, but is based on the parallax boe-bot. The tank tread kit is from tamiya and the aluminum plate chassis is from K&S Engineering. It uses 2 servos modified for continuous rotation, and is guided by the BS2 microcontroller from parallax. You can build your own by using these directions as a rough guide. I would eventually like to attach a web cam or gripper- but the weather is finally starting to get nice here in MN, so I need to get my airplanes ready! Your thoughts and comments are always appreciated.




Friday, March 23, 2007

Robotics: Link Crawler

Here's a bot that I built a while back that I named link crawler due to the wonky linkage. It was a bit low-end, but it actually stomped around like it might of had a purpose. It was controlled by a basic stamp microcontroller from parallaxinc, used 6 servos for motion, and was unfortunately sensor-less for its short lifespan due to the fact that this project was an exploration of walking style robots. There's something about seeing a fabricated object with moving appendages that never ceases to amaze me.