Pulse Induction Metal Detector Arduino

Diy pulse induction metal detector

Pulse Induction Metal Detector Arduino Project

An Induction Balance (IB) metal detector has a transmit and a receive coil. The coils are arranged so that, with no metal present, the coupling cancels out to zero in the receive coil.

Most pulse induction metal detectors will therefore just skip this second stage and wait for the third stage to begin the detection and discrimination cycle. Our DSP based detector is different, in that it will detect the exact moment when the discharge curve goes from stage 2 to stage three. Apr 8, 2018 - Arduino Based Pulse Induction Detector - Flip Coil: The IdeaHaving build some metal detectors in the past with varying results I wanted to explore the capabilities of the Arduino in that direction.There are some good examples of how to build metal detectors with the Arduino, some here as instructable. DIY Simple Sensitive Arduino Metal Detector: This is a modified version of the well-known Russian pulse induction metal detector called 'PIRAT';, this time made with the help of Arduino Nano, which greatly simplifies its production.

  • This is a modified version of the well-known Russian pulse induction metal detector called 'PIRAT', this time made with the help of Arduino Nano, which greatly simplifies its production. It can detect a metal coin at a distance of 15 cm and a larger metal object at a distance of 40 cm and more.
  • In order to do so, I created a fully timer based code, leading to the separate instuctable How to Program an Arduino Based Metal Detector. This instructable explains the timing, data crunching LCD output etc in detail. The first approach was to measure 10 pulses and then to show the values on the LCD.

For conductive objects, eddy current induced in nonferrous metals repel the AC magnetic field, causing the receiver coil to no longer be nulled. Ferrous objects unbalance by pulling magnetic fields into them.

The phase change is in opposite directions between ferrous and nonferrous metals. In addition, the size and conductivity of a nonferrous object will cause a particular phase change, as long as mass and composition are controlled. So a penny will give a different indication than a quarter, or a nickel. But that particular coin will cause the same phase change every time.

Unfortunately, gold and silver rings give a similar indication to an aluminum pull tab. Fortunately, not many pull tabs around any more!

They are also called VLF metal detectors, as they often run at audio frequencies or just above audio.

The coils may have two wired antiserial on the transmit side, and one receive coil arranged so it is at the null location between them. Sometimes one of the transmit coils is called a 'bucking coil' or 'feedback coil' and it will have a separate level control to null at the receive coil. Or there is only one transmit coil and the nulling feedback is all electronic. This is sometimes called a Concentric Coil head.

Note how small the detecting area is. Good for pinpointing, but it means a lot of sweeping.

Pulse Induction Metal Detector Plans

Some Heathkit IB metal detectors formed the transmit coil into sort of a loop within a loop. The problem with this is that the detection area is a small cone where the receive and transmit coil overlap.

Or it may have both the transmit and receive coils squashed into ovals and overlapped just enough to cancel. This is called a 'double D coil' because the coils are often shaped like two upper case letter 'D' to get the best shape on detecting area. It has become the standard coil for IB discriminating metal detectors.

The Double D coil has a long but narrow detecting area, which means less sweeping, and to pinpoint you just turn it 90 degrees and sweep again.

In general, lower frequencies go deeper but won't be as sensitive to smaller objects like coins and rings, and higher frequencies may not go as deep but are more sensitive to smaller objects. Some DD coil metal detectors work up at 70kHz to detect small grains of gold.

Pulse Induction Metal Detector Arduino Projects

Ideally, I think we'd want to program the Arduino to be able to change frequencies. The coil is NOT tuned.

In older detectors, synchronous rectification is used to extract phase information from the received waveform.

Since the Arduino is controlling the frequency going to the transmit coil, it knows the phase of what is being received by comparing either the peaks or the zero crossings. The ADC could be used for peak detection, or the internal comparator for zero cross detection.

Without discrimination, we could start with just a 555 timer and an LM386 audio amplifier. Then build from there.

Pulse Induction Metal Detector Arduino Tutorial

Something to determine is how using a square wave vs sine wave affects range and discrimination.

Pulse Induction Metal Detector Arduino Programming

Anyone interested?