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
+9.2k Golang : Get all countries currencies code in JSON format
+27.1k Golang : Convert integer to binary, octal, hexadecimal and back to integer
+10.6k Nginx : TLS 1.2 support
+10k Golang : cannot assign type int to value (type uint8) in range error
+12k Golang : Flush and close file created by os.Create and bufio.NewWriter example
+10.8k Golang : Roll the dice example
+41k Golang : How do I convert int to uint8?
+14.3k Golang : Execute function at intervals or after some delay
+29.9k Golang : How to verify uploaded file is image or allowed file types
+23.2k Find and replace a character in a string in Go
+8.2k Golang : How to check if input string is a word?
+7.7k Golang : Check from web if Go application is running or not