Project Giant Robot Arm

[Antoniopenamaria] is working on a giant robot arm. The beauty is, he’s posting a step-by-step guide (translated) of his entire journey from start to finish.

Why does he want to build a giant robot arm? Well, the idea originally came to him a few years ago when he was soldering something together and thought, “Man, I could really use another hand!”. So he got out a Meccano set, and built a mini robot arm. Nothing fancy, but it worked. From there, he decided to program it, and was able to teach it to move things from point A to point B… as he continued to expand on his little project, the vision grew, and now he’s working on project D.I.M.E.R. — a giant robot arm.

Continue reading “Project Giant Robot Arm”

Robot Clock Writes Time Over And Over And Over

We’ve seen quite a few clocks that write the time out with a pen or marker. If you think about it, this really isn’t a great solution; every whiteboard marker will dry out in a day or two, and even if you’re using a pen, that’s still eventually going to run out of ink.

[ekaggrat] wanted a drawing clock that didn’t have these problems, and after taking a look at a magnetic drawing board, was struck with inspiration. The result is a clock that will perpetually write the time. It’s a revision of one of his earlier builds and looks to be much more reliable and mechanically precise.

A clock that writes time needs some sort of surface that won’t degrade, but can be written to over and over again. Whiteboards and glass won’t work, and neither will anything with ink. The solution to this problem was found in a ‘magnetic writing board’ or a Magna Doodle. These magnetic writing boards have a series of cells encapsulating iron filings. Pass a magnet over one side of the board, and a dot of filings appear. Pass a magnet over the opposite side of the board, and the filings disappear.

[ekaggrat]’s time-writing robot consists of a small Magna Doodle display, a robotic arm controlled by two stepper motors, and two solenoids on the end of the arm. The kinematics come from a helpful chap on the RepRap forums, and with the ATmega644 and two stepper drivers, this clock can write the time by altering the current flowing through two solenoids.

A video is the best way to experience this project, and you can check that out below.

Continue reading “Robot Clock Writes Time Over And Over And Over”

Hackaday Prize Semifinalist: An Affordable Robotic Arm

Industrial robot arms are curious devices, found everywhere from the back of old engineering classrooms where they taught kinematics in the 90s, to the factory floor where they do the same thing over and over again while contemplating their existence. For his Hackaday Prize entry, [Dan] is building a big robot arm. It’s not big enough to ride on, but it is large enough to automate a few processes in a reasonably well-equipped lab.

This is not a tiny robotic arm powered by 9 gram hobby servos. For the bicep and tricep of [Dan]’s arm, he’s using linear actuators – they’re high precision and powerful. A few months ago, [Dan] tried to design a hypocycloid gear but couldn’t get a $3000 prototype to work. Although the hypocycloid is out, he did manage to build a strange differential pan/roll mechanism for the wrist of the arm. It really is a thing of beauty, and with the engineering [Dan] has put into it, it’s a very useful tool.

If you’d like to meet [Dan]’s robot arm in person, he’ll be at the 2015 NYC Maker Faire this weekend. Check out [Dan]’s Hackaday Prize video for his robot arm below.

The 2015 Hackaday Prize is sponsored by:

Continue reading “Hackaday Prize Semifinalist: An Affordable Robotic Arm”

Human Controlled Robot Arm

Human Gestures Control This Robot Arm

[Ray Kampmeier] just finished writing some code to allow him to control his robotic arm using force-sensitive hand gestures! He calls it the Robo Marionette.

He’s using a MeArm 4 DOF robotic arm, a Sensel touch interface, an Arduino Uno, and a servo shield for the Arduino to control the MeArm. All the code you need is available on his GitHub, but unfortunately the Sensel touch interface isn’t actually available to the public yet.

Continue reading “Human Gestures Control This Robot Arm”

robot arm laser cutter

Robot Arm Wields Laser, Cares Not For Your Safety

Here at Hackaday we’ve covered a bunch of DIY laser diode projects. And for good reason, they are just cool. We’ve seen people add lasers to their 3D printers, stick one in a milling machine, use a highly modified scanner and even build a simple XY gantry specifically for the task. To say the least there is definitely a wide range of methods for moving around a laser but we’ve never seen anything like what [Sp4rky] sent in to us. He and his friends outfitted an old educational robot arm with a laser.

The robot arm is a 5 axis Armdroid 5100 picked up from eBay for a couple hundred dollars. It didn’t come with a controller but all of the stepper drivers were housed in the base of the arm. After a little tinkering around with the inputs the team was able to get the arm to move by sending serial commands from a PC, through an Arduino Mega which then sends the appropriate signals to the uni-polar stepper drivers. That was the easy part of the build.

The hard part was getting the arm to hold the laser at a consistent angle and height above the table. Inverse Kinematics to the rescue! Since the desired position of the laser, as well as the length of the arm segments is known, mathematical formulas can be derived to determine the necessary arm segment and joint positions while moving the laser around. The process flow starts out with an image in Inkscape, g-code is then generated with this plugin, then sent to the Arduino running a modified version of GRBL that has the inverse kinematic formulas. The Arduino directly controls the stepper drivers and the robotic arm moves. The Arduino also controls 3 constant-current laser drivers made from LM317 regulators. Three laser drivers, why?

Triple Laser Robot[Sp4rky] got his laser diode modules out of surplus medical equipment and, unfortunately, the rated optical wattage was quite low. Since he had 3 diodes, he decided to try to combine the 3 low power beams into one high power beam. This can be done using a prism. A prism splits sunlight into a rainbow of colors because each wavelength(color) of light that passes through the prism is bent a different amount. Since the laser diodes only put out one wavelength of light, the beam bends but does not split or diffuse. A 3D printed bracket points each laser diode at a 3-sided pyramidal prism which sends the combined beam of light straight out the bottom towards the object to be cut or engraved.

This project is cool enough that we would have covered it even if [Sp4rky] wasn’t burning a Hackaday logo. Although it doesn’t hurt for anyone wanting their project to get covered!

Open-Source Robotic Arm Now Within Reach

For anyone looking for a capable robotic arm for automation of an industrial process, education, or just a giant helping hand for a really big soldering project, most options available can easily break the bank. [Mads Hobye] and the rest of the folks at FabLab RUC have tackled this problem, and have come up with a very capable, inexpensive, and open-source industrial arm robot that can easily be made by anyone.

The robot itself is Arduino-based and has the option to attach any end effector that might be needed for a wide range of processes. The schematics for all of the parts are available on the project site along with all of the Arduino source code. [Mads Hobye] notes that they made this robot during a three-day sprint, so it shouldn’t take very long to get your own up and running. There’s even a virtual robot that can be downloaded and used with the regular robot code, which can be used for testing or for simply getting the feel for the robot without having to build it.

This is a great project, and since it’s open source it will be great for students, small businesses, and hobbyists alike. The option to attach any end effector is also a perk, and we might suggest trying out [Yale]’s tendon-driven robotic hand. Check after the break for a video of this awesome robot in action.

Continue reading “Open-Source Robotic Arm Now Within Reach”