Robot arm in action–Linear motion

Video link = https://www.youtube.com/watch?v=zdtojnnbCBg

Now that I have my robot arm actually working, I can share the video of its operation above. It basically operates one servo at time to pick up and object and then place that object to the left. It will simply continue to do that over and over.

The code for this is here:

https://github.com/directorcia/Azure/blob/master/Iot/Arduino%20Uno%20R3/Robot%20Arm/routine1.cpp

Which I’ll explain in an upcoming post soon.

After that I want to modify the operation so that it more more naturally and operates multiple servos together to arrive at its destination.

Leave a comment