Fumik: An Arduino Wall Drawing Robot Jellyfish

If you’ve ever wanted to build a large format plotter but didn’t have the floor space, maybe put it up against the wall and make it cute. That’s the idea behind Fumik, the wall-drawing robot. As you might expect, the little device is just a motion base with a pen. We hope there’s paper against the wall since not everyone wants computer-generated art on their drywall.

The maximum size is apparently 5 m wide by 3 m tall, plenty of room to express yourself. The controller is an Arduino Mega, and stepper motors with a CNC shield drive the whole assembly. Interestingly, the motor and electronics are all onboard the jellyfish itself, rather than the wall.

The device only holds one pen at a time, but you can draw with one color and then manually change the pen. The files on GitHub are good, but you’ll need to intuit some of the mechanics from the videos. However, since it uses off-the-shelf hardware, it should be pretty easy to figure it out. This looks like a cheap and cheerful wall plotter, and the results speak for themselves.

We have seen similar wall plotters. More than once, even.

16 thoughts on “Fumik: An Arduino Wall Drawing Robot Jellyfish

  1. I am surprized how precize this is (from the video). With the stepper motors so far apart, this is not a triangle (with the length determined solely by the length of the 3 sides, the upper being always the same) but a nonstable 4-sided mechanism. The pen being above this line even exaggerates this. I would expect a large weight with a long tail to make things more stable but apparently this is not needed! Nice work!

    1. Looking at the video of the one with the crossed strings, and seeing how much it wobbles (there’s nothing to stop it from wobbling besides gravity) it actually makes more sense to run the motors as far apart as possible. Yeah, I could see the math getting harder, a lot harder, but the mechanics of it seems more stable.

      Maybe that’s why they’re using Excel for the math. Using a timing belt(s) instead of string has to help too. But, “open source” ?? I can’t find much in the way of details. Maybe it’s in the Excel macro (space between the gears, etc.. Don’t know, maybe I’m missing a page/site somewhere.

      I am intrigued though.

    1. Very similar, yeah. I’d like to extend this design by putting a plasma torch head in place of the printer and having a nearly arbitrarily large cnc cutter capable of 4mm thick steel, but other people have indicated that plasma cutters generally need to run flat rather than vertical to clear the molten debris. I’ve seen people using plasma cutters upright, though, so don’t know if I believe that. But it’s sure a neato low-footprint, low-cost design.

      1. Actually we use plasma cutters for this size and bigger vertically often without issue. These torches pump gas at a high rate through the nozzle to help cool it and remove debris. The issue I can see is keeping a constant pressure on the metal vertically, the copper nozzle is also prone to melting if left in one place too long. The grain of the metal as well as being hot rolled or cold would make a big difference to the pressure and cutting speed needed to get decent results or to to not catch and melt the tip.

  2. arduino mega for this is too much for 2 stepper motor and a servo. it would be better to see this with a arduino nano with the cnc header (doesn’t compile for only a 3% but if you remove some not useful code like serial prints it fits) o even the espduino and cnc header for wifi control since the sd interface for data transfer is tedious.

Leave a Reply to UnfocusedCancel 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.