Schlagwort: Graffiti Plotter

  • Graffiti robot paints like a human

    Graffiti robot paints like a human

    Reading Time: 2 minutes

    Arduino TeamJune 9th, 2022

    Robots are capable of far more precise and accurate motion than humans are. That is great when you want a robot to assemble a PCB or perform heart surgery. But it’s a problem when you want robots do something creative — they’re just too perfect. The lack of human-introduced flaws makes robot artwork feel soulless. To overcome that, Georgia Tech graduate students built a graffiti robot called GTGraffiti that paints with the fluidity of a human.

    GTGraffiti is a cable-driven robot can cover huge canvasses and even entire walls. Four winch mechanisms connect to the four corners of the robot via cable wires. By increasing or decreasing the length of each cable, the robot can position itself at any XY coordinate on the work surface. The robot end effector that hangs from the cables carries a can of spray paint, which it can actuate on demand. ODrive 56V motors turn the winches and a Teensy development board controls those through ODrive drivers. The spray can actuator utilizes a hobby servo motor controlled by an Arduino Nano board, which receives power from a 10,000mAh USB batter pack.

    With that hardware alone, the robot would still act like a robot. In order to give it human-like motion, they turned to an actual human graffiti artist. The used a mocap (motion capture) system to record the artist’s hand movements as he painted a series of basic shapes. In software, the researchers could combine those shapes into more complex art. When the robot paints, it follows the recorded motions for each shape. That results in human-like “brush strokes” that look natural to our eyes and ultimately graffiti murals that feel like real art.

    [youtube https://www.youtube.com/watch?v=5dH81DFNipQ?feature=oembed&w=500&h=281]

    Image credit: Georgia Institute of Technology

    Website: LINK

  • The Graffomat is a giant plotter that automates graffiti art

    The Graffomat is a giant plotter that automates graffiti art

    Reading Time: 2 minutes

    Arduino TeamOctober 4th, 2021

    After visiting the large graffiti walls near his workshop in Berlin, Niklas Roy wanted to get involved by constructing a machine that can do the painting for him. In its most basic form, the system — which Roy calls the Graffomat — consists of two axes that work together to paint either vector or raster images. 

    The vertical Y axis is driven via a cordless drill, which spins a metal rod to raise or lower the spray can gantry. To the side is a second drill that spins a pulley to move the gantry left or right. The current position of the spray can is tracked by using phototransistors that detect alternating black and white patterns on a tape. 

    An Arduino Nano was selected as the brains of the operation, and it works by reading in data packets that contain positions or commands. If a movement is needed, the Nano outputs PWM pulses to either the X or Y axis H-bridge motor driver and rotates the drill until the target coordinate is reached. There is also a way to control the machine over the Internet in real-time using a Node.js web server to receive commands and forward them to the Graffomat.

    After the system had been built, Roy wanted to begin painting. His first test was a simple “Hello World” vector art graphic, but he then shifted his efforts to a much more complicated picture that emulates an inkjet printer by spraying four matrices of CYMK dots across the wall to produce an image. 

    To see some other art created by the Graffomat, check out iew Roy’s blog post here.

    [youtube https://www.youtube.com/watch?v=Pz5CftU_bJw?feature=oembed&w=500&h=281]

    Website: LINK