Digital Vernier Caliper for Length Measurement Using LVDT and Arduino Uno.

32830

Intro: Digital Vernier Caliper for Length Measurement Using LVDT and Arduino Uno.

In this Instructable I'm going to discuss how to make a digital Vernier caliper using LVDT. As we know transformer is a linear device, we are going to use LVDT i.e. linear variable differential transformer. We are going to use an oscillator circuit for excitation of the transformer primary. The frequency of this oscillator is 55 Khz. At the secondary of this oscillator we shall use a rectification circuit and feed the DC voltage to Arduino Uno.

STEP 1:


The application consists of three parts :

  1. LVDT: Linear variable differential transformer i.e. the LVDT is used to detect the change in position (mm). The LVDT uses a linear ferrite rod as the core. The rod moves up and down linearly inside a paper bobbin. The bobbin is wounded with several turns of insulated copper wire. The LVDT is a transformer basically and it is excited with a high frequency source. Here IC 555 works as the excitor.
  2. Excitation circuit: This circuit is based on IC555. This excitor generates a frequency of 45KHZ and excites the primary of the LVDT. There is a voltage developed at the LVDT secondary due to this excitation. As we move the core, this secondary voltage changes.
  3. Detector circuitry: The detector circuit consists of a rectifier filter network and fed to Arduino Uno. Arduino Uno receives this detector output at Analog channel 0. The data is processed and displayed on LCD display.