Metal Detector


Closed Thread
Results 1 to 19 of 19

Thread: Metal Detector

Hybrid View

  1. #1
    Join Date
    May 2006
    Location
    MI
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Thanks for the links Locko. Some of these I have seen before.
    I too was thinking about the BFO detector as well. However
    you are first person I have had any conversation with who has some real
    feedback on the subject. Seems intersting that your's is only able
    to read into the ground just a few inches.

    The circuit with PIC is very cool. This looks like a good place to start.
    I'd like to write my own code. Maybe it would be possible to block
    certain metals like aluminum and iron from being detected.
    This way somebody doesn't keep digging up trash.

    Any idea why yours only has a few inches of depth detection?

    Wonder if the pick-up coil senstivity can be increased/decreased.

    Thanks again Locko, this has been a huge step in the right direction.

    Gordon

  2. #2
    Join Date
    Aug 2006
    Location
    Look, behind you.
    Posts
    2,818


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by G-R-C View Post

    Any idea why yours only has a few inches of depth detection?

    Wonder if the pick-up coil senstivity can be increased/decreased.
    Gordon
    I have a couple of Ideas. There are basicly 2 types of metal detectors, the TR type( transmit / receive ) and the BFO ( beat frequency Oscillator ) and are used for direrent reasons. The TR type for deep detection uses 2 coils oriented 90 degrees from each other and spaced several feet apart, whereas the bfo usually has a small coil inside and to the front or rear of a larger coil. The larger the coils, the deeper they will search. Metal which has had time to corrode a little will cause the detector to sense it more readily. There are TR type detectors which have coils like the BFO, units and these can be tuned to ignore iron or alum. but if tuned to ignore alum, they will also ignore gold and silver. Many good articles in Rock And Gem magazine about metal detectors, check ebay for back issues.
    JS
    If you do not believe in MAGIC, Consider how currency has value simply by printing it, and is then traded for real assets.
    .
    Gold is the money of kings, silver is the money of gentlemen, barter is the money of peasants - but debt is the money of slaves
    .
    There simply is no "Happy Spam" If you do it you will disappear from this forum.

  3. #3
    Join Date
    Dec 2005
    Location
    So Cal and loving it
    Posts
    40


    Did you find this post helpful? Yes | No

    Default

    EDIT: Here is all you need right here - a fully explained pic metal detecter with hex file!!
    http://geotech.thunting.com/cgi-bin/...art2/index.dat


    Quote Originally Posted by G-R-C View Post
    Thanks for the links Locko. Some of these I have seen before.
    I too was thinking about the BFO detector as well. However
    you are first person I have had any conversation with who has some real
    feedback on the subject. Seems intersting that your's is only able
    to read into the ground just a few inches.
    See below

    The circuit with PIC is very cool. This looks like a good place to start.
    I'd like to write my own code. Maybe it would be possible to block
    certain metals like aluminum and iron from being detected.
    This way somebody doesn't keep digging up trash.
    Yes you can, it has to do with the return signal. A metal near the magnetic field will affect the frequency of the search coil (Phase shift). On the BFO I made, a copper coin would increase the tone but my gold ring would decrease the tone.
    Some good info here: http://www.gi.alaska.edu/~jesse/trea...wdetector.html

    Any idea why yours only has a few inches of depth detection?
    There are lots of things that affect the depth, voltage in the coil, size of coil, the sensitivity of the balance circuit. If I set the zero beat to just triggering with no metal, it can detect a single penny at 5-6 inches in air. My test circuit was using 5 volts and when I went to a real circuit with a 9 volt bat, the depth detection increased. Some metal detectors use 18 volts in their circuits - could be for more coil volts?
    With the size, Joe is right, larger = deeper, but you will sacrifice the size of object you can detect.

    Wonder if the pick-up coil senstivity can be increased/decreased.
    I’m sure it can but I think switching to a good PI circuit would improve things greatly.

    Thanks again Locko, this has been a huge step in the right direction.

    Gordon
    From what I have read, a pulse induction system is the way to go. Better depth but more complicated to build. Here is another site that has lots of good links:
    http://geotech.thunting.com/cgi-bin/...e=projects.dat

    I think it is best to start with deciding what you want to detect and go from there.
    This has got my interest again, may have to start loosing more sleep to yet another project….
    Sorry none of this really covers a pic chip, but I never got that far last time. I think the pic is probably the easier part od a good detector, the circuit and coil design is the complicated part.
    Regards,

    Paul
    Last edited by locko; - 25th September 2007 at 16:24. Reason: Added web link
    +-------------------------------------------------------------------+
    | PBP 2.47/2.50 | MCS+ 3.0.0.5 | U2 Prog | Vista x64 | NO SLEEP!!!!!!! |
    +-------------------------------------------------------------------+

  4. #4
    Join Date
    May 2006
    Location
    MI
    Posts
    33


    Did you find this post helpful? Yes | No

    Default

    Joe and Paul
    Thanks for the help again fellas. Really like the PIC based link.
    I will to modify this idea as my starting ponit and go from there.
    Any idea if a microcontoller is used in the expensive profressional
    detectors? Seems to me there have to be some form a programmable
    device to block the iron and trash metals.

    I think I have enough information now to be dangerous. This is going
    to a fun project. Can't wait to let the smoke out of some electrical
    components.


    Thanks agian guys
    Gordon

    If at first you don't succeed, let the smoke out of another PIC.

  5. #5
    Join Date
    Dec 2005
    Location
    So Cal and loving it
    Posts
    40


    Did you find this post helpful? Yes | No

    Default

    Gordon,

    Just an FYI, I took a closer look at the last pic based circuit diagram from the geotech link today and there are a couple of small mistakes. The coil, R27 and IC3 should all be connected to the 9 volt rail not the 16 volt rail.

    I'm thinking you could go for menu driven LCD, programmable presets and a selectable 'smaller; coil for pin pointing at the push of a button......oh and of coarse the obligatory flashing lights and bar graphs Hope you didnt want any sleep, hehehe

    Regards,

    Paul
    +-------------------------------------------------------------------+
    | PBP 2.47/2.50 | MCS+ 3.0.0.5 | U2 Prog | Vista x64 | NO SLEEP!!!!!!! |
    +-------------------------------------------------------------------+

  6. #6
    Join Date
    Aug 2013
    Posts
    2


    Did you find this post helpful? Yes | No

    Default Re: Metal Detector

    Quote Originally Posted by G-R-C View Post
    Thanks for the links Locko. Some of these I have seen before.
    I too was thinking about the BFO detector as well. However
    you are first person I have had any conversation with who has some real
    feedback on the subject. Seems intersting that your's is only able
    to read into the ground just a few inches.

    The circuit with PIC is very cool. This looks like a good place to start.
    I'd like to write my own code. Maybe it would be possible to block
    certain metals like aluminum and iron from being detected.
    This way somebody doesn't keep digging up trash.

    Any idea why yours only has a few inches of depth detection?

    Wonder if the pick-up coil senstivity can be increased/decreased.

    Thanks again Locko, this has been a huge step in the right direction.

    Gordon
    I know nothing about the BFO detector. I just heard about metal detector and gold detector.

  7. #7
    Join Date
    Apr 2011
    Posts
    53


    Did you find this post helpful? Yes | No

    Default Re: Metal Detector

    The single most important part of any metal detector is the coil assembly. A PIC is usally only used to make 'fancy' displays of the resultant signal but you can't make a silk purse from a sows ear - in other words, without a decent coil/detection system using a PIC won't add any additional advantages.

    Elektor magazine, November 1981, has a good (very, very good) metal detector circuit (with pcb layout etc) if you can get a back issue - my pdf of the article runs to around 8.5Mb in size.

  8. #8
    Join Date
    Jul 2006
    Posts
    22


    Did you find this post helpful? Yes | No

    Default Re: Metal Detector

    Another good source is the BS2 Parallax forum, where is a small design called Sensitive Metal Detectors, wiring and source code are available from there, i think is easy to experiment with, porting the code as well !

    http://forums.parallax.com/showthrea...144#post467144

    not tried yet but soon.

  9. #9
    Join Date
    Jan 2012
    Location
    Grid EN19MV
    Posts
    159


    Did you find this post helpful? Yes | No

    Default Re: Metal Detector

    Quote Originally Posted by kellyseye View Post
    Elektor magazine, November 1981, has a good (very, very good) metal detector circuit (with pcb layout etc) if you can get a back issue - my pdf of the article runs to around 8.5Mb in size.
    Went hunting for this when I saw your post and found THIS. I ordered one immediately, what a great resource.
    "I have noticed that even those who assert that everything is predestined and that
    we can change nothing about it still look both ways before they cross the street"


    -Stephen Hawking

Similar Threads

  1. Replies: 6
    Last Post: - 10th September 2008, 10:04
  2. Replies: 10
    Last Post: - 16th October 2006, 18:23
  3. IR detector
    By geckogrotto in forum mel PIC BASIC Pro
    Replies: 28
    Last Post: - 30th August 2006, 03:16
  4. Replies: 4
    Last Post: - 20th September 2005, 15:27
  5. Inductive Loop Detector
    By Ioannis in forum mel PIC BASIC Pro
    Replies: 2
    Last Post: - 18th October 2004, 09:45

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts