Schlagwort: Digital Readout

  • Add an inexpensive digital readout to your drill press

    Add an inexpensive digital readout to your drill press

    Reading Time: 2 minutes

    A drill press is a very useful tool that lets you slowly drill holes that are perfectly perpendicular to the work piece. And good drill presses give you a readout that lets you drill to a precise depth. But the cheap drill press stands for hand drills make that difficult. To solve this problem on a budget, Minikk designed an affordable digital readout add-on.

    This digital readout is very useful. It shows exactly how far you move the drill, with a precision of 0.01 millimeters. And it lets you set the zero point (typically the top surface of the material) so you don’t have to do any math in your head.

    Minikk achieved this with an inexpensive digital caliper. That has an LCD screen without a backlight and it is hard to read, so Minikk hacked it with an Arduino Nano board to add a much more readable OLED screen. That was possible because this digital caliper, like most of the budget models on the market, has a control board that is accessible via I2C. That lets the Arduino pull the measurements to display on the OLED.

    With a 3D-printed mount and enclosure to hold everything in place, Minikk now has a reasonably accurate and precise digital readout that didn’t break the back. This lets them drill holes to exactly the required depth without any hassle. Best of all, Minikk uploaded the sketch and 3D files so you can add a digital readout to your drill press.

    The post Add an inexpensive digital readout to your drill press appeared first on Arduino Blog.

    Website: LINK

  • A DIY digital readout for your wood lathe

    A DIY digital readout for your wood lathe

    Reading Time: < 1 minute

    A DIY digital readout for your wood lathe

    Arduino TeamFebruary 15th, 2020

    Small wood lathes don’t typically come with an RPM readout, so after obtaining such a machine several months ago, engineer Zach — also known as ‘byte sized’ — decided to build his own custom display.

    The device uses a Nano for control, along with a Hall effect sensor to pick up on four magnets attached to the spinning handwheel.

    RPM values are shown on a series of four 7-segment displays, and everything is enclosed in a nicely 3D-printed housing. LEDs shine through a sanded acrylic window that acts as a diffuser. Power for the lathe is still provided by a single cable, with a transformer module used to convert the AC input into 5V DC for the Arduino and other electronics.

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

    Website: LINK