Schlagwort: Paint Mixing Machine

  • This Arduino Nano Every-controlled machine automatically mixes acrylic paint of any color

    This Arduino Nano Every-controlled machine automatically mixes acrylic paint of any color

    Reading Time: 2 minutes

    When you want to paint the walls in your bedroom that very specific shade of Misty Irish Green, all you have to do is head to your local hardware store and have them scan the corresponding card. The paint-mixing machine will then add the pigment to a white base and, a few minutes later, you have that exact color. So, shouldn’t you be able to do the same thing with acrylic paint for hobby purposes? Now you can, thanks to the “Color By Code” machine designed by Frida Moreno and her team.

    Moreno and her partners built Color By Code for a class project and it is, essentially, a hobby version of those hardware store paint-mixers intended for acrylic paint. As is the standard across many industries that deal with pigments, paint, and printing, this works using CMYK (cyan, magenta, yellow, key) color mixing. Here, the key is black and the machine takes an input color value for each component, then dispenses the paint in those ratios to achieve the desired hue.

    That all happens under the control of an Arduino Nano Every board. That operates peristaltic pumps, via L298N motor drivers, that dispense each color. Afterwards, a flushing procedure clears the lines before the next mix. The pumps fit into a 3D-printed stand, with the hoses dropping below to a waiting container.

    At this time, the user must set the color values through serial commands. But the team hopes to create a Bluetooth app in the future. They also plan to add a weight sensor, which would improve the machine’s accuracy.

    The post This Arduino Nano Every-controlled machine automatically mixes acrylic paint of any color appeared first on Arduino Blog.

    Website: LINK

  • MESOMIX is an automated paint mixing machine

    MESOMIX is an automated paint mixing machine

    Reading Time: 2 minutes

    MESOMIX is an automated paint mixing machine

    Arduino TeamJune 21st, 2018

    If you’re an artist who works with paint, getting your colors right is critical, and somewhat of an art form in itself. For those that need a little assistance, the MESOMIX paint mixing machine is here to help using four 3D-printed peristaltic pumps to pull the right amount of cyan, magenta, yellow, and black (or key) to produce your desired color.

    An Arduino Uno along with a GRBL shield is implemented to coordinate each pump’s stepper motors, and MESOMIX features a design* reminiscent of a well-built 3D-printer. 

    Are you a designer, an artist or a creative person who loves to throw colors on your canvas, but it’s often a struggle when it comes to making the desired shade.

    So, this art-tech instruction will vanish that struggle into thin air. As this device, uses off the shelf components to makes the desired shade by mixing the right amount of CMYK (Cyan-Magenta-Yellow-Black) pigments automatically, which will drastically reduce the time spent on mixing the colors or money spent on purchasing different pigments. And will provide you that extra time for your creative.

    For more information, you can check out MakerBash’s excellent project here.

    *Frame parts were laser-cut out of vinyl material, generally not recommended per safety concerns.

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

    Website: LINK