Build a syringes controlled hydraulic arm
Ok, my 4 years old son got excited about programming a robotic arm after we attended a meet up recently where he gets to play with a Raspberry PI controlled robotic arm. Now he wants me to build him a similar setup at home and since he is still in kindergarten learn a,b,c .... programming a Raspberry PI powered robotic arm is still far ahead of him... let alone allowing him to play and trash an actual robotic arm.
So, is there an alternative? Yup, build a hydraulic powered cardboard "robotic" arm instead. Check out this video below and see how easy it is to build a hydraulic powered arm.
When my son is ready, I'm going to build an actual Raspberry PI controlled arm and he will do the coding.
Robotic arms have many applications in this world and beyond. Such as integrating with the brain to build a third arm, replace a missing arm, or combine with computer vision to perform tasks that are difficult for humans to do.
See also : We will call each other with our ring bone
By Adam Ng
IF you gain some knowledge or the information here solved your programming problem. Please consider donating to the less fortunate or some charities that you like. Apart from donation, planting trees, volunteering or reducing your carbon footprint will be great too.
Advertisement
Something interesting
Advertisement
Tutorials
+16.9k Golang : Get own process identifier
+9.8k Golang : Load ASN1 encoded DSA public key PEM file example
+14k Golang : Gin framework accept query string by post request example
+10.3k Golang : Text file editor (accept input from screen and save to file)
+18.1k Golang : How to log each HTTP request to your web server?
+10k Golang : Sort and reverse sort a slice of integers
+8.8k Golang : Find duplicate files with filepath.Walk
+4.8k PHP : Extract part of a string starting from the middle
+14.8k Golang : Send email with attachment(RFC2822) using Gmail API example
+8.7k Golang : Another camera capture GUI application with GTK and OpenCV
+9.5k Golang : How to protect your source code from client, hosting company or hacker?
+8k Swift : Convert (cast) String to Float