Arduino Metal Detector

92K25591

Intro: Arduino Metal Detector

Build a cool looking and very unique metal detector with 5 separate search coils that light up when metal is detected. The search coil closest to the metal will light up better helping identify the location of the hidden treasure!

STEP 1: Gather Materials

Overview

The goal of this project was to have some fun exploring the use of multiple search coils, use light rather than sound to indicate detection and also house everything in the head of the detector.

The heart of the detector is the Arduino Nano Atmega328 which is used to measure the pulse width of a signal which passes through each search coil. The Arduino produces a square wave pulse which is fed into an LC Tank circuit which produces a decaying sine wave signal at a frequency determined by the resonant frequency of L & C. This signal is cleaned up through the LM339 voltage comparator which in effect produces a series of pulses that are presented to a digital input pin in the Arduino. The pulseIn function was used to attempt to measure the length of the pulse width of the pulses. After a lot of messing around and varying results I was able to get stable outcome by averaging multiple samples on each coil. When metal is placed near the coil the inductance of the coil changes which varies the resonant frequency of the LC circuit and therefore the pulse width. If the variation in pulse width compared against a baseline value occurs then a LED is lit directly above the coil.

Key components

  1. Arduino Nano ATmega328
  2. LM339 Quad Voltage Comparator chip x 2
  3. Vero Board 50mm x 80 mm
  4. 1K ohm resistors x 5
  5. 100 ohm resistors x 5
  6. IN4148 Signal Diode x 5
  7. 0.1uf Greencap Capacitor x 5 (Mounted by Coil)
  8. 330pf Ceramic Capacitor x 5 (Mounted on PCB to improve stability)
  9. 10K pullup resister x 1
  10. 3v LED strip with 150 ohm resistor attached (Cut from reel) x 5
  11. Suitable Mop Handle with plastic flexible joint
  12. MDF wood 6mm thick, 2 pieces 22cm x 23 cm
  13. Copper Wire 0.26mm approx 25m length (5 coils with40 turns with 20mm radius)
  14. Ping Pong Balls x 3
  15. Plastic sheet A4 Blue Color (used from document file sourced from a department store)
  16. Two part epoxy resin glue( 5min preferably)
  17. Single core 2-3mm shielded cable approx 30cm length
  18. Vero mounting posts x 20 (Small metal spikes that make it easy to attach wires to Vero Board)

Required tools

  1. Soldering iron
  2. Solder
  3. Jig Saw suitable to cut 6mm MDF wood
  4. Pliers and side cutters
  5. 50mm hole drill
  6. Hot glue gun
  7. Electric Drill
  8. Box cutter knife

STEP 2: Build the Search Coil Assembly

    1. Create a Hexagonal cardboard template from cardboard by drawing a 80mm circle and dividing the circle into 8 equal segments.
    2. Use the hexagonal shape to draw the shape of the search coil assembly onto sheet of paper as per the diagram.
    3. Copy the shape onto the MDF board and using an electric Jig Saw and cut out the overall shape twice.
    4. Take one of the MDF shapes and using a 50mm diameter hole saw (door handle hole drill works well) drill 5 holes in the centre of each hexagon .
    5. Using epoxy glue fasten the two sheets together as per the diagram so that you now have 5 holes to mount the search coils.
    6. Wind 5 x copper wire coils made up of 40 turns around a 40mm cylinder (I used an old caulking gun tube)
    7. Use hot glue to stick the windings together and ensure that the start and finish of the winding has at least 20cm of lead so they can be connected to the PCB.
    8. Drill a 3mm hole in each of the Search Coil assembly to enable the copper wire coil leads to pass from bottom to the PCB as per the photo.
    9. Hot Glue the coils into place ensuring the copper wire leads are threaded through the hole and can reach the PCB. Use a lot of glue to ensure the coils are rigid and at least flush with the base of the MDF. You don't want the coils protruding out below the MDF otherwise they will be damaged when dragged across the ground.

    STEP 3: Build and Test the Circuit

    The unusual shape of the circuit board was an attempt to keep the circuitry central to the device to avoid interference with the search coils.

    1. Use the stencil created earlier to mark out the Vero Board to the required shape.
    2. Mount the Arduino and LM339 devices first and use them to position the components so you can drill out the vero board as per the attached picture. Solder in the Arduino and LM339 devices.
    3. The resistors and capacitors where the added along with shielded cable to improve stability.
    4. I mounted the 0.1uf Capacitors directly on the MDF as they were quite bulky and needed to be attached to the Copper Wire loops directly. Then the shielded wire was cut to length, earthed at one end (not both!) and then connected to the PCB via a Vero pin. (See closeup of circuit)
    5. There is a calibration button on pin D2 of the Arduino that resets the threshold for each coil to enure any variations in construction can be zeroed out.

    Testing the unit

    1. Enclosed is a picture of the circuit diagram along with the Arduino code for testing the unit.
    2. Upload the code to the Arduino. Remove the USB cable from the Arduino (Important as 9v Battery + USB will overheat unit)
    3. Attach a 9v battery (Vin pin on Arduino) and observe that the unit has started up ok (Arduino flashing lights)
    4. Place the search coil somewhere away from metal. Press the calibrate button. Each LED should light as it calibrates each of the 5 coils.
    5. Move metal close to the search coil and the associated LED should light.
    6. If this does not happen check your circuit to see that everything is built correctly.

    STEP 4: Complete the Case

    1. A plastic sheet was used to cover the top and the bottom of the unit and the sides where painted to ensure it was water proof.
    2. Drill holes in the cover on top to enable the LEDs to emit light. Ping Pong balls were halved and used as light diffusers to give quite a cool effect when metal is detected.
    3. A plastic container (In this case half and ear muff) was used to house the circuit board and 9v battery.
    4. In this case I chose a Mop Handle with a flexible joint that enables the Metal Detector head to swivel up and down to suit the height of the user an ensure it is comfortable to use.

    STEP 5: Final Testing

    1. When the unit is turned on the sensors need calibrating.
    2. Lift the head away from any metal or objects and press the calibration button.
    3. The LEDs should light from left to right briefly and then the unit should be set to use.
    4. There are variables in the code that I have highlighted that can be played around with to improve or change performance.
    5. However I have tried to make this something you turn on and it just works.

    Enjoy

    STEP 6: Single Coil Detector


    I've received a number of requests for a single coil detector for various applications so have added this section for individuals to try.

    There is a circuit diagram enclosed and the also modified code.

    Stability Tips

    1. Please note that the circuit operates at high frequencies and that the length of hookup wires can make the circuit unstable when used on a breadboard. Therefore keep wires short with minimal overlap and ensure cabling has no movement during operation.

    2. USB power from your PC will have an impact on the stability and frequency of the circuit. Therefore I recommend you power the circuit with an external 9v battery when testing.

    87 Comments

    This does not work.

    Followed instructions specifically.

    I have build many Detectors in the past.

    What is with the Caps ? - 0.1uF is specified for the Coils and/or on the Lm339 ?

    I see (5) Ceramic Caps on the Lm339 AND Green Caps on the Coils .... are they both 0.1uF ? - They seem large to match a 100uh Coil - I would have thought 0.01uF cap.

    y I built a ( LM339 ) based detector about 30 years ago from a popular electronics mag
    It worked great only two controls {on-off....volume } and balance
    I was just learning electronics but had no problem this was before arduino so the heart of the unit is the LM339
    I know that the plans are on the net. but hard to find I located them about two months ago
    I have a printer should have used it
    when I fined the circuit (again)
    I,ll forward it to you
    Good luck Greg Rummans

    hi can you message me the symptoms and Ill try to help

    As I said, you have Cap on the Coil 0.1uF Green - and also C eramic Cap next to each Lm339 - what is its value here ?

    hi I added a 330pf capacitor to improve stability by mounting on the pcb. The main cap is 0.1 uf greencap. Try using with just a battery instead of usb supply to improve stability.

    Hi TechKiwi

    Did you do any improvements to the detector or test the depth?

    Thanks

    Sorry, am picking up on this project again to see how to improve sensitivity. Will come back to you.

    The best advice I can give, is power equals depth and the coil size equals sensitivity. The larger the coil, the lower the sensitivity. What helps is to make a oval search coil. It increases the depth but you have a small point of fokus. It also lengthens the search cone so to speak. Giving you more a tent shape than a funnel shape.

    Hope it helps.
    Btw. This is a very good detector...
    How do profesionals do it? Do they put multiple coils do detect different depths? Like different shapes that you said. I have this crazy idea.

    Thanks will try this out with the next iteration :)

    the circuit diagram is not clear

    I can load a higher resolution image if that helps.

    yes please :) thnx :)

    The single coil version of this project is ideal, as the use of a microcontroller allows a (simple) low component count and some fine tuning capability, but it would be better if the diagrams were uploaded in a legible size, and some empirical tests of its capability shown (e.g. detects a dime from 10cm away).

    Otherwise a nice easy to understand instructable, well done.

    Hi! I'm trying to recreate your design, and it would be helpful to have a clearer image of the circuit, as it's hard to tell where some of your connections go.

    This is the serail monitor..
    counters and pulses are not getting any value...?

    Hi

    I've included a single coil circuit and code for you to try. I suggest you start with this on breadboard and see how you get on.

    TechKiwi

    Hi TechKiwi! Nice guide. I'm trying to make the single coil metal detector. Can I have some picture of the breadboard from the bottom view? And can i use veroboard instead of breadboard?

    Thanks!

    More Comments