Schlagwort: Pottery Machine

  • This machine uses cornstarch to fashion biodegradable pottery

    This machine uses cornstarch to fashion biodegradable pottery

    Reading Time: 2 minutes

    The art of making pottery has existed for tens of thousands of years, and the materials used have stayed relatively similar as nearly all items were made from clay which was left to harden either from the sun or via a kiln. But for those who wish to do only a little sculpting with little regard for the finished product, such as Guillermo Perez Guillen had the idea to employ a cornstarch-based material instead for reduced costs. Beyond merely using one’s hands to shape the “clay”, he also upgraded his 3D pottery machine project with new controls, patterns, and more.

    Just like in the first version, this second iteration of the clay sculpting machine relies on an old CD-ROM drive to both spin the platter — handled by an Arduino Nano 33 BLE Sense, and move the toolhead along a single axis. But unlike the previous version, this one introduces far more automation and control. An Arduino Mega 2560 receives inputs from a 4×4 matrix keypad for homing, positioning the toolhead, or running a predefined pattern. A stepper motor, driven by an L298N, moves the gantry left and right while a servo motor can raise or lower the stylus.

    With this combination of moveable axes and the ability to creates patterns automatically, this improved system is capable of producing very creative works of cornstarch-based pottery. Guillen hopes that this project could find its way into classrooms as kit for STEM education, helping students intuitively learn how to make 2D figures such as circles, squares and triangles, or even 3D figures like cylinders and cubes. More information about Guillen’s machine can be found here on Hackaday.io.

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

    The post This machine uses cornstarch to fashion biodegradable pottery appeared first on Arduino Blog.

    Website: LINK

  • Using an old printer to create organic pottery

    Using an old printer to create organic pottery

    Reading Time: 2 minutes

    Arduino TeamJune 2nd, 2022

    Traditional pottery has been around for many thousands of years and is known for the mixing, shaping, and baking of clay in order to create artful items. Tools such as the pottery wheel and kiln are iconic, and Guillermo Perez Guillen wanted to make a pottery wheel of his own that would not only be inexpensive, but also work with organic cornstarch-based mediums instead of clay.

    Guillen started his project by finding an old printer and removing the exterior and paper tray, leaving just the horizontal rail and base. From here, he added a potentiometer on the side that enables the user to control how fast the wheel below rotates. In terms of electronics, the platter was taken from a CD player and its motor is driven by a single TB6612FNG dual-motor driver. On the back is an Arduino Mega 2560, which is responsible for reading the analog output of the potentiometer and mapping it to an 8-bit speed that can be outputted via a PWM signal to the motor driver.

    The “clay” Guillen came up with is a mixture of cornstarch, water, salt, and glue that allows it to hold its shape when being formed and while drying. To see some of the creations he has made so far, you can watch the demo videos below or take a look at his write-up here on Hackaday.io.

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

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

    Website: LINK