Robot Arm Artist

Watch Out Artists, Robots Take Your Job Next

Move over Claude Monet, there is a new act in town in the form of a robot capable of creating some pretty cool art.

We’ve seen robotic artists before but most of them are either cartesian-based or hanging drawbots. This is a full-fledged Sharpie-wielding robotic arm that draws with dots giving its work an impressionistic feel.

The actual robotic arm is a stock Interbotix WidowX. The folks over at Phantom Multimedia wrote some custom software that takes a graphic and breaks it down into a 1-bit representation. The code then goes through the bitmap at random, picking points to draw on the medium. The hard part of this project was figuring out how to translate the 2D image into 3D robotic arm movements. Since the arm has several joints, there are multiple mathematical solutions for arm position to move the marker to any given point. The team ended up writing an algorithm to determine the most efficient way to move from point to point. Even so, each drawing takes hours.

As if that wasn’t enough, the software was then reworked to probe positions. Instead of automatically moving the arm to a predetermined point, the arm is manually moved to a location and the data retrieved from the servo encoders is used to determine the position of a probe at the end of the arm. Each point taken in this manner can then be combined to generate a 3D model.

Continue reading “Watch Out Artists, Robots Take Your Job Next”

Four Cable Drawing Machine Pulls Our Strings

sandplotter

[David] has created a four cable drawing machine for the Telus Spark Science Centre in Canada. Hackaday has featured [David’s] unconventional drawing contraptions before, specifically his center pivot pen plotter. The drawing machine is a new take on a drawbot, and could be considered to be close cousins with [Dan’s] SkyCam. The premise is simple: A stepper motor with a reel of string is placed at each corner of a square. The strings for all four motors come together at a center weight. When all four strings are taut, the weight is lifted off the drawing surface. When a bit of slack is added into the strings, gravity pulls the weight down to touch the sand.

It’s at this point that a simple premise becomes a complex implementation. Moving the weight in one direction is a matter of reeling out string on one motor, and reeling in string on the other. But what about the two “un driven” strings? They have to be slack enough to allow movement in the driven direction, but not so slack that the weight can dig in and tumble on the sand, causing a tangle. To handle some of these questions, [David] called on [Kevin] to write some software. [Kevin] created a custom kinematics module for LinuxCNC to control the drawing machine. The drawing machine runs on Gerber Code, similar to a CNC. Simply feed the machine Cartesian coordinates, and [Kevin’s] module converts to steps.

Continue reading “Four Cable Drawing Machine Pulls Our Strings”

Building A SkyCam-like Camera Mount

With the Olympics on there are a lot of really great camera shots shown during the events. One of the best is the overhead view, which is provided by a camera suspended between cables. It’s not new for the Olympics, SkyCam has been around for over twenty years. What is new is [Dan Royer’s] attempts to build his own aerial camera setup.

He’s not starting from zero with this project. [Dan] has done some really great work with the Drawbot. It’s a two-motor, two-axis plotter which uses CNC to draw on a white board. For this project he combined two Drawbots in order to add a third axis. The image above shows the camera mount suspended between the four strings. He’s been working hard on getting the software ready for this kind of addressing. Along the way he broke the strings a few times because he was too far from the kill switch to stop it in time. But what he’s got is a nice start and we hope to see a more illustrative follow-up soon.

One of the things that SkyCam has going for it is a stabilization system. We wonder if a spinning gyroscope would work as well as it did for that balancing bike.

Robotic Whiteboard Writes Your Wall On The Wall

[Dave’s] drawbot writes his Facebook wall messages on a whiteboard. The setup is pretty simple, depending on a pair of stepper motors and common household goods. As you can see in the image, the stylus is a plain old dry-erase marker held by a big spring clip (the kind that holds a stack of papers together). What you can’t see is that there’s a kick stand to hold the writing head away from the board when moving to the next plot point.

In this example a cursive font is being used, but [Dave] included two other fonts in the code. Those require the felt tip to be frequently lifted from the board, and a servo motor does this by pressing a cotton swab against the surface. This does erase any marker lines it slides past, but it’s a pretty small area that is lost. To control the motors [Dave] is using the EiBotBoard which was originally designed for the EggBot. It’s got a USB mini-b connector which lets a computer push messages scraped from the Internet. Don’t miss the video demonstration embedded after the break.

A small modification would make this into a pretty nifty light painting rig.

Continue reading “Robotic Whiteboard Writes Your Wall On The Wall”

Plotting Pictures With Light

Flashing LEDs for a persistence of vision display are on bicycle wheels, alarm clocks, and even light painting sticks to draw images in the air. What if you wanted to plot an image in the air (translation) with a single LED? That’s what [acorv] did after taking a cue from a polar plotter.

Like the polar plotter and Drawbot, [acorv]’s build began with a pair of stepper motors and fishing line (translation). [acorv]’s brother upped the stakes a bit and suggested replacing the marker with an LED and taking long exposure photographs. Armed with a DSLR and a lot of patience, a few experimental pics were taken. To plot the image, the Lightbot flashes its LED as it goes across the plot area. The process of building an image pixel by pixel takes a while – eight minutes for this image – but the brothers were encouraged enough to take their rig outside.

After setting up the polar plotter between two tripods, [acorv] and his brother made this image in the dead of night. It’s an interesting spin on the POV LED builds we’ve seen before. Check out [acorv]’s Lightbot slowly drawing something after the break.

Continue reading “Plotting Pictures With Light”