How To Build A Simple Robotic Arm From Lego Mindst
How To Build A Simple Robotic Arm From Lego Mindst
Table of Contents
intro: How to build a simple robotic arm from Lego Mindstorms NXT? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 2
step 8: Programming . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Video . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
Related Instructables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Advertisements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
Comments . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
intro: How to build a simple robotic arm from Lego Mindstorms NXT?
Today, I will tell you how I built my robotic arm from Lego Mindstorms NXT.
In fact, I wanted to build a robotic tripod for my camera. I found out, that it's more difficult then it looks. After some experimenting I build this simple robotic arm.
There are only two rules you have to follow while building ANY robot:
1. rule: KISS (Keep it simple, stupid!);
2. rule: "The triple-F" rule a.k.a. FFF (Form following function!)
The base (in our case) are just a few beams that support the robot. More advanced robotic arms have motors in the base. These motors than move the arm, without
moving themselves. Usually, the base has a motor that rotates the arm, but my arm rotates itself.
You can be much more creative with the construction of the robot then I was.
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
step 2: Building the "rotation module"
This is one of my rare robots that are built from modules. My robotic arm has three modules; one of them is the "rotation module".
It's very simple. It rotates the arm left and right and supports the other two modules. It's based on Matthias Paul Scholz's 90 degree join at:
http://mynxt.matthiaspaulscholz.eu/robots/motor90/index.html
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
step 3: Building the "tilt module"
The second module is the "tilt module". It's placed on the top of the "rotation module". Basically, we have a large gear (which doesn't turn) and a small gear which is
driving around the big one. The gear ration is 1:10. That way, the arm can be more precise.
On top of this module there is a small platform, to which the claw is attached, but more about the claw later!
Attaching the two modules together couldn't be simpler. They are held together by a single shaft/axle, around which the "tilt module" spins. The arm can tilt for nearly 90
degrees, that's a lot!
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
step 4: The claw module
This is the simplest of three modules. All it does is open and close the most basic kind of claws. This module is attached to the platform on the "tilt module".
I'm really sorry, but I'm afraid that I can't tell you much more about it. Pictures tell everything...
The light sensor (Port 3) is located on the claw and lets the robot know, if the ball is there or not (and can recognize the "color" of the ball). The other two sensors are
located on the platform of the "tilt module". Touch sensor (Port 1) serves as a sort of a button for me to press while the sound sensor (Port 2) measures the noise level
(so I can give the robot commands with a clap for example).
At first, I wanted to include the US sensor as well, but I realized that it's relatively useless. You can still see it on one of the photos, but I removed it afterwards.
Now all that is left to do is the wiring. You must make sure that the wires do not disturb the movement and function in any way. You must also consider wire lengths for
each sensor or motor.
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
step 6: Attaching the NXT brick
The NXT brick plays the vital role in Mindstorms NXT robotics, so you have to have it somewhere on the robot (or at least somewhere close). In my case only two brick
hold together the NXT brick and the robot's base. It's very practical to have it on the base of the robot, 'cuz that makes the robot much more stable.
step 8: Programming
There are 5 programming languages you can use: NXT-G (default language), NXC (not exactly C), Robolab, Robotc, pbLua and NXJ. I used NXT-G (however I a bit tired
of NXT-G and that's why I am trying to run away from Mindstorms...).
You are very free with your programming, that's why I won't talk about the programming any more.
Video
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
http://www.youtube.com/watch?v=VrfNUhzBoww
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
Related Instructables
Advertisements
Make Magazine Special Offer
Comments
50 comments Add Comment view all 116 comments
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
hassannaeem101 says: Aug 19, 2008. 10:35 PM REPLY
*cry* too expensive :(
jk, jk
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
YummyPancakes says: Aug 29, 2008. 3:24 PM REPLY
Ooh, beat me at the RCX! I have two NXT's as well, retail version. There are also a bunch of 'em at my school.
Teacher lets us play with 'em every Thursday.
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/
Koolraap says: Oct 22, 2008. 1:48 PM REPLY
who cares :P
still fun around here
http://www.instructables.com/id/How-to-build-a-simple-robotic-arm-from-Lego-Mindst/