Beautiful Sidewalk Graffiti Machine

Our hero [Alex] just built a sidewalk graffiti machine, and it’s a beauty to behold, so make sure you check out the video below the break. But don’t neglect [Alex]’s blog, and the build videos throughout. (Nice t-shirt in the wheel-making video, BTW.)

The machine itself is basically a two-meter wide printer where the roller is replaced with drive wheels. The frame, made of plywood, looks great and helps keep the machine light weight. Everything is done with DC motors and timing belts, which means motor encoders and closed-loop control in the firmware. It connects via a WiFi serial bridge, made with an ESP8266, to [Alex]’s cell phone.

Everything, from plans to software, is available on [Alex]’s GitHub for the project.

Watching the video, it occurred to us that this printer doesn’t have to limit itself to printing rasters like the Chalkjet or the txtBomber, but instead can do actual vector artwork — smooth curves and all. It’s going to be tricky getting the 2D motion planning to work, and it’ll have to be tuned to the chalk-flow from the spray can, but being able to mimic the fluid lines of a real spray painter will be worth it. And if we’re lucky, the smoother motions will help sort out the PID control’s quirks as well.

22 thoughts on “Beautiful Sidewalk Graffiti Machine

  1. It was probably limited to rasters to have only one travel direction in the Y-Axis. Moving back-and-forth on that surface will probably accumulate position errors in no time.
    The machine looks great, and 2m is quite large, but a better demo would be nice. If you have to do rasters, at least pick a better drawing, like the space invader for example, that he scrolled by on his phone.

  2. I am impressed once again with the closed-loop control of DC motors. In my opinion it is far superior to steppers, for machines of this size. He had some PID issues which I also encountered in my adventures but these can be solved.

  3. One thing about doing a raster print is that the accuracy is going to be a bit better. In a vector print, the toolpath will make multiple passes in the “friction axis” as it goes forward, slows, stops and then reverses as in the case of printing an arc. Inkjet printers are raster machines in the sense that they do not back up (or very minimally, if they do) and cover the same spot on the paper again.

    The accuracy of the “down the sidewalk” axis could be improved by using long toothed belts laid along the sidewalk and held down with heavy weights to keep them from moving, and then toothed wheels driving along them, just like he’s doing the gantry axis.

      1. Yeah according to Alex’s tinkerlog the paint is “SparVar Kreidespray Neon mit Überkopfdüse” It’s a can of spray chalk, water soluble and the cans are designed to be used upside down. He lives in Germany in case the name of the paint didn’t give that away. I’ve seen spray cans of chalk here in the USA, but all the ones I’ve seen don’t work if the can is upside down. The pigment will stop coming out and just the compressed gas will come out.

  4. Great project! One thing that occurred to me is that, as a sidewalk is optically ‘interesting’, you could have a downward-facing camera at each end that maps the ground under it. For any given accuracy, the next position will be ‘X’ pixels offset from the current one, which is both easy and inexpensive to determine. In fact, if you change the lens (to work at longer distances), you /might/ even be able to reuse an optical mouse, as that is exactly how they work.

Leave a Reply to alexCancel reply

Please be kind and respectful to help make the comments section excellent. (Comment Policy)

This site uses Akismet to reduce spam. Learn how your comment data is processed.