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
+8k Golang : Reverse text lines or flip line order example
+10.2k Golang : Generate random integer or float number
+21.8k Golang : Securing password with salt
+5.5k Golang : ROT32768 (rotate by 0x80) UTF-8 strings example
+9.7k Golang : Convert octal value to string to deal with leading zero problem
+17.5k Golang : Login and logout a user after password verification and redirect example
+6.2k Golang : Calculate diameter, circumference, area, sphere surface and volume
+30.6k Golang : Calculate percentage change of two values
+13.3k Golang : reCAPTCHA example
+17.2k Golang : Clone with pointer and modify value
+5.6k Unix/Linux : How to open tar.gz file ?
+14.1k Golang : Send email with attachment(RFC2822) using Gmail API example