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
+6.1k nginx : force all pages to be SSL
+6.2k Golang : Grab news article text and use NLP to get each paragraph's sentences
+33.7k Golang : How to check if slice or array is empty?
+5.8k List of Golang XML tutorials
+10.5k Swift : Convert (cast) String to Integer
+28.2k Golang : Move file to another directory
+5.2k Linux : How to set root password in Linux Mint
+10.2k Golang : Find and replace data in all files recursively
+7.3k Golang : Of hash table and hash map
+24.1k Golang : Find biggest/largest number in array
+3.5k Golang : Fix go-cron set time not working issue
+26k Golang : Daemonizing a simple web server process example