The better servo's you can afford the better your arm will perform but as we need 6, and good quality servos can be expensive I chose to use MG996R's. I was able to get the six for under £20, and they have the distinction of using metal gearing. Most cheap servo's use plastic gears which aren't up to the task of moving a pretty heavy arm. If you feeling like experimenting you could use faster/plastic servos for the end of the arm (where strength is less important), and pay more for bigger/stronger servos at the base (where you need the strength), but to keep things simple I just ordered a batch of the single type.
The other extra compont I ordered was a set of metal servo horns. Servos come with a bunch of different shaped bits of plastic you can use to attach them to your hardware, but again we need something that's a bit stronger than usual. I read a post which recommended using these circular ones, and totally recommend the extra few pounds spent, rather than risk your build on some bits of plastic.
The other extra item you might not have that's going to really help this build along is a servo tester. These cost about £3 on eBay, and you just plug a battery in one side, and a servo in the other. Then turn the dial to move the servo, and check its range of motion. It also has a mode to move the servo to its centre position which is really handy when you're putting all this together.
I started by putting together the gripper. This is pretty easy, but there are couple of easy mistakes you can make - if you do it in the wrong order you'll not be able to fasten all of the screws.
Attach the horn to the wrist servo first, then attach it to the gripper.
Then mount the servo on the gripper, and attach the servo horn to the gripper. You should have something that looks like the above. Finally attach the servo horn to the servo: use the servo tester to move the servo fully counter-clockwise, then move the horn into place so that the jaws are closed. You can then test that the servo movement correctly opens and closes the arm before attaching the horn to the servo permanently.
With this done you can now have some fun using the servo tester to control the gripper and pick things up. It's remarkably strong!
With the gripper completed we can work back down the arm. The above picture shows the beginnings of the joint assembly thats used for the three main joints on the arm. It consists of a U-bar and a servo bracket. What's less obvious is that they're bolted together with a bearing between them. Somewhere in the packaging you'll find what look like three fat washers, but infact they're bearings which are going to allow the joints to move smoothly.The bearing goes into the U-bar (from the outside) and then you can put a machine screw through from the inside (so the nut goes on the outside), The two pieces are secured together now but can still move freely.
You'll notice that there are a couple of short screws poking out from the servo bracket. You can use these to bolt on another bracket, which we'll put the write servo in. Make sure you use short screws as if they're too long you'll not get the servo to lie flat.
With that bolted on you can insert the servo and horn. You can get a better view from the other side:
Use the servo tester again to make sure that the range of travel is appropriate. Finally you can bolt the servo to the bracket, using the rubber grommets that probably came with your servo to keep everything nice and snug.
Here I've put the wrist servo and gripper into place to get an idea for what it will look like and check the range of movement again, but as the gripper and two servos are quite heavy, we'll leave final assembly till the end.
At this stage I turned my attention of the other end of the build - the base:
The base its quite easy to get started with. There are two larger "flat' u shapes that bolt together to make a platform. Then we bolt a servo bracket to this. A servo goes into the bracket, and then we add attach a second bracket to the servo horn so that we can spin this around.
This is a pretty horrid design. The only documentation I managed to find for one of these arms was a you-tube video, which used a base rotation mechanism like the other three joints, but oriented horizontally. One of the U-bars and a fourth bearing carry most of the lateral forces in that design, but here all the twisting load is on the axle of the servo. I suspect this servo isn't going to live too long. The older design also had a larger/heavier platform so was more stable. This one will need to be bolted to the floor. If possible see you can find a kit which uses the older design. [update: I added an extra set of brackets to support the base better]
Anyway... Working with what we've got, we use the top servo bracket as the basis for another joint, just like the one we built before. In the above pic the bearing is holding the next pair of u-bars in place (they're already bolted into an H). All we need to do next is insert the servo, and we've got a working base:
Now we just need to make the final join that connects the top to the base.
In this picture you can see the H we've just made, and a servo bracket attached to the top left arm (with a bearing again). The one piece left is an L shape which is attached to the back of the servo bracket and the botton of the other U-bar.
Here's a close up of the final joint, and the whole arm from the side, which gives a good idea of how everything goes together. All that's left is to bolt the wrist servo into its bracket and you've got a robot arm!!!
Use the servo tester to run all the parts through their range of motion. Hopefully you checked each joint as you built it to make sure that the servo was correctly centred. If it not quite right then you can try and make some adjustments now, but its tricky.
You'll find that un-powered the arm isn't strong enough to support its own weight, and it will keep collapsing. However powering up each joint will show that in fact its going to be pretty powerful. I guess you could use 6 servo testers(!!) to control the thing, but tomorrow I'll hook this thing up to an Arduino and we can start driving it properly!
This is brilliant, thank you so much! I've just received the same kit and was struggling to see why the little plastic servo horns wouldn't sit properly, but because of your guide I've now ordered the little metal discs. Now I have to wait two weeks for them to be delivered to Australia :-(
ReplyDeleteCan you please show the wiring for the robot? That would be very helpful! Thanks.
ReplyDeleteThe circuit is simple - you just need a PCA9685 servo board. These can drive up to 16 servos (more than you need!), so the servos on the arm just plug in. The PCA9685 connects via i2c to more or less any controller - Arduino, Pi, Microbit or whatever you prefer (though remember to use a separate power supply as 6 servos can draw some heavy current), so the whole thing is very easy to wire up.
ReplyDeleteHowever then you need to program it - while this isn't necessarily complex, getting good/simple control can be tricky. During my early experiments the arm crashed into anything nearby! I intent to write up the code, but I've not got anything reliable and clean enough to show off yet.
This was brilliant, thank you so much!!!! It would have taken me weeks to put this together myself. i was wondering if you made any progress on the code?? if so, would you share it?
ReplyDeleteHow is the wrist and gripper gripper attached to the wrist servo (servo number 2, assuming servo number 1 is the gripper servo)?
ReplyDeleteThe wrist servo is fairly easy - you need a set of the metal servo horns (actually disks). Bolt one of those onto the servo. Then it bolts easily onto the gripper. If you try and do it the other way around - attaching the horn to the gripper first, then you won't be able to attach the horn to the servo.
DeleteHow did you do the control from the arduino to the motor controller with coding?
ReplyDeleteThe best way to connect up to an Arduino (or anything else) is with a pca9685 board. They're very cheap and can control lots of servos. Details are here: http://www.sniff.org.uk/2015/12/pca9685-lots-of-servos-and-leds-with.html As for actually controlling the robot arm to do something clever... I'm still working on that!
DeleteGood articale. I found this artical with video which provide robotic arm assembly and intresting its voice controlled robotic arm. https://leenabot.com/en/Robotic-arm/
ReplyDeleteCode? Thank you anyway.
ReplyDeleteFor six M996R servos what power supply are you using? Thanks!
ReplyDeletemate!!! all i can say is THANK YOU SO MUCH!!! I brought the kit (without realising it come without any destructions whatsoever!!!
ReplyDeleteI was able to get it all together thanks to your terrific guide and screwed the base to a block of wood so it would not fall over :D
What a fantabulous post this has been. Never seen this kind of useful post. I am grateful to you and expect more number of posts like these. Thank you very much. barriere per parcheggio
ReplyDeleteAnd though their most familiar products are the house and office cleaners, the robot that really saves the most lives is the mine field clearer, the PackBot.robot vacuum cleaner
ReplyDeleteThe absolute most acclaimed robots referenced in this article work for the web indexes, ordering all the data accessible on the web. simultaneous localization and mapping (SLAM)
ReplyDeleteIt's easy to redo and is pressed with games; play without anyone else or against companions with like robots. robot domestique
ReplyDeleteC'mon, people, it's their picks for the best SNES games. If you think Secret of Mana is the best, props to you. If you think Super Metroid is better than Super Mario Kart, that's fine. This is their pick and your comments aren't going to change it. The sooner you all get that the better off you'll be.
ReplyDeleteAnd before anyone calls me a hypocrite, I did wonder why Chrono Trigger was only #5 when it was on their ""best games of all time"" list. It just didn't make sense for it to be lower than A Link to the Past when even that isn't on the best games of all time list.
Jayme Silvestri
In this particular article, you will see a summary, satisfy browse this post. Satta king 786
ReplyDeleteYou've provided some incredibly useful information regarding the 6 DOF robot arm kit assembly instructions. The information you recommended was excellent. I appreciate your sharing. I recently saw this to look for case study assignment help service that offered assistance with writing assignments and dissertations. If you are a student, I urge you to use this website because I believe it will be beneficial to you.
ReplyDelete