Yet another caliper DRO

gzoerner

Registered
Registered
Joined
Apr 20, 2016
Messages
49
Just finished a Harbor Freight $10 caliper DRO using an Arduino Nano for the computer horsepower. It mounts on the cross slide of my Grizzly G4000 lathe. This version has a feature that measures the Diameter of the workpiece in addition to the ordinary X-position. No more stopping to make measurements as I cut down to size (or bore up to size.)

Many thanks to the members here for inspiration and especially to Randy Jaco for his suggestion to cut slots in the hardened steel rather than drilling.

102_4619.JPG
Caliper mounted on cross slide
102_4620.JPG
close up of the mounting with the slots covered
102_4625.JPG
Front panel with 1602 display and 4x4 membrane keypad (the Arduino Nano is inside). The upper blank panel is for the next project (it still needs painting)

A .ZIP file of the whole project including the schematic and software source code is attached.

Glen
 

Attachments

  • DRO.zip
    3.8 MB · Views: 103
Wow nice well thought out project. Looks like a nice clean install too!
 
Very nice, you should package and market the electronics.
 
Very nice!
I cant see how it actuates the calipers and such but sounds cool.
More pics please.
 
gzoerner,

This a great project and you've made it pretty simple with everything needed in the kit zip file. I have everything in stock so I think I'm going to give it a go. One question though, are you just soldering the 4 wires on the other end rj45 to the pads in the scale? Seems to be the best way, also where do you solder the 10uf cap in there too?
 
Hi Scooby,

I soldered the wires to the pads on the caliper. The pads are pretty small. Fortunately I have a very tiny soldering iron with thin solder. You probably can skip the 10uF capacitor. I just soldered it into the backs of the battery connector in the battery compartment

Good luck. If you have any more questions, I'm happy to help.

Glen
 
Thanks, Glen.

I figured that was where the cap went. I also have a small tip for my soldering iron so it shouldn't be a problem.

George
 
That is a great installation. Tried to download your zip file, was unable to on my IPad as I would love to fit it to my Seig C6. Any chance of a PDF file of all the info Please.

Thank you
Barry,
Australia
 
Hi Barry,

You will need access to a PC to use the Arduino code. That's the most important part of the ZIP file. There are several file types in the ZIP that don't lend themselves to conversion to PDF.

Glen
 
Nice work! Thanks for putting this together. This looks like exactly what I was looking for, I've been wanting to experiment with caliper-based DROs on my cross slide vise.

The caliper you're using, is it Harbor Freight product number 63710?

Do you know the pin order on the caliper?

And one final question, do you think it would be feasible to use one Arduino to read input from multiple calipers? I saw another project that used a microcontroller for each caliper that converted the signal to I2C... but I love the simplicity of hooking the up directly to the Arduino.

Cheers from Canada!
 
Back
Top