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
+17.6k Golang : Create and resolve(read) symbolic links
+12.1k Golang : Validate hostname
+5.9k Prevent Write failed: Broken pipe problem during ssh session with screen command
+5k Golang : Totalize or add-up an array or slice example
+6.8k Golang : Build and compile multiple source files
+28.8k Golang : Integer is between a range
+7.7k Golang : Convert(cast) string to int64
+6.8k Golang : How to use Gorilla webtoolkit context package properly
+6.6k Golang : How to join strings?
+8.9k Golang : Removes punctuation or defined delimiter from the user's input
+10k Golang : Get absolute path to binary for os.Exec function with exec.LookPath
+12.7k Golang : How to check for empty array string or string?