Introduction: Arduino Metal Detector

About: I love the challenge of building unique things. My goal is to make technology fun and help individuals build the skills and the curiosity to experiment with some of the amazing technologies we have available t…

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.

    Metal Contest

    Participated in the
    Metal Contest

    Soldering Challenge

    Participated in the
    Soldering Challenge