element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Documents Making a 3 DOF gripper using Servo mechanism
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Arduino requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: nikhil22
  • Date Created: 1 Apr 2015 7:08 PM Date Created
  • Last Updated Last Updated: 1 Nov 2016 9:19 PM
  • Views 1225 views
  • Likes 2 likes
  • Comments 7 comments
Related
Recommended

Making a 3 DOF gripper using Servo mechanism

A 3 Degree-of-freedom robotic gripper is a general requirement in the factory's assembly line now-a days.

I am a part of the team which participated and won the "Best economical robot award" in an international robotics competition "ROBOCON". We have fabricated a 3 DOF gripper, which we later changed it to a magnetic gripper according to our ease. The Pictures are added for reference.image

The bigger robot is Parent bot and the small bot below is child bot, according to the problem statement of ROBOCON'2014.

You can see two kinds of grippers. One, a 3 DOF magnetic gripper and the other, a Vacuum gripper. Both of the grippers are provided an extra 2 DOF by the linear guide assemblies on the chassis of the bot and another across the vertical length of the bot.

The magnetic gripper is actuated by 3 Hitech high torque servos to provide x,y and z axis movement for the gripper and an extra horizontal and vertical movement is provided by linear actuators.

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • neilk
    neilk over 10 years ago +2
    That looks very impressive. Would love to see some more detailed information Neil
  • nikhil22
    nikhil22 over 10 years ago in reply to neilk +2
    Ya sure.....could you be more specific about which sub-system to be explained in more detail............
  • nikhil22
    nikhil22 over 10 years ago in reply to neilk +1
    Currently, I'm not having other photos, but I've attached the problem statement of robocon'2014. As far as the code is concerned, it is modular, having incorporated a module of code for each subsystem…
Parents
  • neilk
    neilk over 10 years ago

    That looks very impressive. Would love to see some more detailed information

     

    Neil

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • nikhil22
    nikhil22 over 10 years ago in reply to neilk

    Ya sure.....could you be more specific about which sub-system to be explained in more detail............

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • neilk
    neilk over 10 years ago in reply to nikhil22

    Hi nikhil22 Great!  I would like to see some more detailed photos of the robotic hardware and at least an outline of the control code, if not the full code.

     

    Many thanks

     

    Neil

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Comment
  • neilk
    neilk over 10 years ago in reply to nikhil22

    Hi nikhil22 Great!  I would like to see some more detailed photos of the robotic hardware and at least an outline of the control code, if not the full code.

     

    Many thanks

     

    Neil

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
Children
  • nikhil22
    nikhil22 over 10 years ago in reply to neilk

    Currently, I'm not having other photos, but I've attached the problem statement of robocon'2014.

    As far as the code is concerned, it is modular, having incorporated a module of code for each subsystem, say, machanumdrive, ps2control, communication subsystem, sensor subsystem, servo code etc.....we used arduino mega as master and 4 nanos as slaves dedicated for taking precision encoder counts as a drive feed-back; this was because of in-sufficient clocking of mega at 16mhz, as it sometimes misses some counts, but fortunately, this year, we found a much better and cheaper substitute for that, Teensy microcontroller, at over 72mhz and also implemented dead-reckoning along with it.......Result, a much rugged, fast and stable drive.

    Any more doubts, please feel free to ask.........

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to nikhil22

    .

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • neilk
    neilk over 10 years ago in reply to nikhil22

    Thanks @nikhil22 That document is very daunting for someone only on the periphery of robotics, like me

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube