I was planning to build an easy-to-do robotic arm. So with simple materials, like cardboard and iron plates, I made the structure. This arm has a reach of 180 degrees in front of it.
We can control this arm by the means of the computer. I have used only simple logic, like using if-else with the ladder to control this arm using serial communication.
The algorithm used is nothing but if we press a particular key, then the angle of servo (say x) will be incremented (x++). This type of arm can be used where accuracy is required.
Comments