Schlagwort: laser engraving

  • Improve laser engraving speeds with an Arduino-controlled turntable

    Improve laser engraving speeds with an Arduino-controlled turntable

    Reading Time: 2 minutes

    Engraving items with a laser-based system at home is amazingly convenient for one-off parts, but what happens when the production volume needs to increase? For element14 Presents host Clem Mayer, this usually meant preparing many uniform pieces of engraving stock, opening the laser’s enclosure, placing down the material, and then finally running the machine. In doing so, the process could introduce errors and was simply inefficient, leading Mayer to think of a way to automate things instead.

    The limiting factor was mostly about how long it took to change the material, so Mayer got to work designing a carousel-like device that could house up to four sheets of stock and rotate each one into place after the previous one had finished. A stepper motor driven by a Trinamic TMC2100 was responsible for moving the drum while an Arduino UNO Rev3 received inputs from external switches and then sent pulses to the motor driver accordingly.

    Once placed into the laser cutter’s enclosure, Mayer quickly discovered that his vertical drum design was too tall and interfered with the toolhead. This necessitated swapping the orientation to a flat disc where material could be positioned around a spinning turn table. The original spring-loaded clamps were also exchanged for a magnetic system that is strong yet easily removable.

    To see more about this project, you can watch Mayer’s build log video below!

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

    The post Improve laser engraving speeds with an Arduino-controlled turntable appeared first on Arduino Blog.

    Website: LINK

  • Laser-engraved Raspberry Pi hologram

    Laser-engraved Raspberry Pi hologram

    Reading Time: 2 minutes

    Inspired by an old episode of Pimoroni’s Bilge Tank, and with easy access to the laser cutter at the Raspberry Pi Foundation office, I thought it would be fun to create a light-up multi-layered hologram using a Raspberry Pi and the Pimoroni Unicorn pHAT.

    Raspberry Pi layered light

    Read more –

    Break it to make it

    First, I broke down the Raspberry Pi logo into three separate images — the black outline, the green leaves, and the red berry.

    Fun fact: did you know that Pimoroni’s Paul Beech designed this logo as part of the ‘design us a logo’ contest we ran all the way back in August 2011?

    Once I had the three separate files, I laser-engraved them onto 4cm-wide pieces of 3mm-thick clear acrylic. As there are four lines of LEDs on the Unicorn pHAT, I cut the fourth piece to illuminate the background.

    RASPBERRY PI HOLOGRAM

    To keep the engraved acrylic pieces together, I cut out a pair of acrylic brackets (see above) with four 3mm indentations. Then, after a bit of fiddling with the Unicorn pHAT library, I was able to light the pHAT’s rows of LEDs in white, red, green, and white.

    RASPBERRY PI HOLOGRAM

    The final result looks pretty spectacular, especially in the dark, and you can build on this basic idea to create fun animations — especially if you use a HAT with more rows of LEDs.

    Iterations

    This is just a prototype. I plan on building a sturdier frame for the pieces that securely fits a Raspberry Pi Zero W and lets users replace layers easily. As with many projects, I’m sure this will grow and grow as each interaction inspires a new add-on.

    How would you build upon this basic principle?

    Oh…

    …we also laser-engraved this Cadbury’s Creme Egg.

    Website: LINK