TI Launchpad Adds Computer Control To A Robot Arm

[Eric Gregori] had an OWI535 toy robotic arm. Although cheap (coming it at around $30) the arm is only set up to be used via a wired control box. [Eric] knew he could do better by adding computer control via a TI Launchpad and motor driver peripheral.

The arm has shoulder, elbow, and wrist joints, a rotating base, and a gripper. All of these are actuated by 3V DC motors and have just two control wires. [Eric’s] motor driver add-on for the Launchpad works great in this case. It’s got three FAN8200 dual motor driver chips on board so it can control up to six motors. Once he made the hardware connections it’s just a matter of sending the commands to the Launchpad via its USB interface, but you will also need to use a larger microcontroller than comes with the Launchpad. Here he’s chosen an MSP430G2553.

In order to make things a little bit more fun he also wrote a GUI for controlling the arm from the computer. He used RobotSee, a programming language that lets you use an image of the hardware, and overlay the controls on top of it. Now he just needs to make this into a web interface and he can have a smartphone controlled crane game.

Don’t forget to check out the video after the break.

[youtube=http://www.youtube.com/watch?v=TRHseQalxdY&w=470]

17 thoughts on “TI Launchpad Adds Computer Control To A Robot Arm

  1. Cool project!
    We did something similar with this robot arm some time ago.
    We made added USB communication using a PIC uC and also 4 accelerometers on each part of the arm. This together with a webcam and some image processing and some AI allowed us to play a game against the robot arm :)
    The only downside to this arm is its plastic components which create some sort of dead space making it hard to stop the arm at the right position.

    http://www.youtube.com/watch?v=m9GXMnv6ay0

  2. I think lack of position feedback is rather critical, especially since I have reason to believe the gears in this thing are plastic. Perhaps implement that in version 2.0 ? ;)

    Other than that, great job. I just wish I could get one of those robotic arms here. :)

  3. Arm motion starts at about 2:25.

    Feedback is the next part of the project.

    If you are an engineering or computer science student, you should really consider the TI Launchpad. The Arduino is fantastic for beginners and artists, but you cannot put your Arduino experience on your resume.

    The TI Launchpad is a professional tool, for only $4.30. Time spent mastering the TI MSP430G and Code Composer Studio (CCS) can be applied directly on your resume.

    Do a Monster.com search for MSP430 or Code Composer Studio, there are hiring managers out there looking for people who know how to use these tools. The MSP430 is used in automotive, industrial, and consumer products. You can read more about the TI Launchpad here: http://buildsmartrobots.ning.com/group/ti-launchpad

    P.S. I don’t work for TI, I was out of work and bought the TI Lauchpad because it was the least expansive development kit available ($4.30). My work with it has resulted in many job opportunities.

  4. I agree with Eric – The Arduino way is much more expensive! Especially considering that the LaunchPad is finally getting the support and shields it needs for the newcomers. Check out some of the proto shields and motor controls available here:

    Looks like they are soon going to have a 120V relay board as well, which really opens up the doors on the Launchpad for the inexperienced.

    If you’re interested in getting into engineering or pursuing this further, I definitely recommend checking out the launchpad. You know its a good buy from TI when the shields start costing you more money!

  5. I agree with Eric – The Arduino way is much more expensive! Especially considering that the LaunchPad is finally getting the support and shields it needs for the newcomers. Check out some of the proto shields and motor controls available here:
    http://www.launchpadbling.com

    Looks like they are soon going to have a 120V relay board as well, which really opens up the doors on the Launchpad for the inexperienced.

    If you’re interested in getting into engineering or pursuing this further, I definitely recommend checking out the launchpad. You know its a good buy from TI when the shields start costing you more money!

Leave a Reply to jeanCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.