Monday, July 22, 2013

Diy Arduino based metal detector.

UPDATE: Try using BC547 as transistor people have reported problems with 2n2222.

Me and my son decided to go treasure hunting with a metal detector that we have but we couldn't find it anywhere. Being proper makers we decided that it would be more fun to build one ourselves rather than keep trying to find it. 
Most metal detectors uses a search coil that act as part of an oscillator circuit. When metal is put in proximity of the search coil the frequency of the oscilations changes.
Many metal detectors (including the one we can't find) uses another more stable oscillator BFO (beat frequency oscillator) to act as a reference for the frequency of the search coil. Usually the frequency of the BFO is adjusted to exactly match that of the search coil oscillator when no metal is present near this.
The signals from these two oscillators are then fed to a, usually analog, circuit that create an output proportionally to the difference in frequency og the two. This may be either an audiable tone and/or some meter reading.
Another device that are really good at detecting minute frequency changes is a microcontroller. We decided to swap the BFO approach for a microcontroller and came up with following simple circuit:



The oscillator circuit feeds a around 160kHz signal to pin 5 of the Arduino. The Arduino sketch then measures the frequency of this pin very accurately. When the 'NULL SW.' button is held this frequency is stored. Any deviation from this frequency is then represented as a series of 'geiger counter' clicks on the piezo. The rate of the clicks increases as metal approaches the coil.




We tried different search coils and found that around 30 turns of wirer around a 15cm. plastic bucket worked well.


All we needed then was to tie it all to a discarded Ikea lamp and hey-presto off to the beach to find treasures.
The metal detector has excellent sensitivity and by changing the SENSITIVITY value in the Arduino sketch you are able to tune it for both small and large objects.
Here is the source code if you want to build one yourself.
Happy hunting!



194 comments:

  1. Great build! What was the model # of the Ikea lamp you used?

    ReplyDelete
  2. Awesome! I might have to build one with my son. I think an ATtiny45 would be enough...

    ReplyDelete
    Replies
    1. I think it should work just fine as it has a total of 5 available pins... you could even add a button for sensitivity "up" or "down"

      Delete
  3. Great project! How sensitive did it turn out to be? how far(deep) can it detect a coin sized object ?

    ReplyDelete
  4. Nice ! Few days ago I decided to build one with my father, too. Odd :).
    What diameter is your wire ?
    Copper I guess ?

    ReplyDelete
  5. It detects a 1euro coin at about 15 cm distance if you are patient...
    Wire is just plain 0,12mm2 plastic coated wire not critical..
    I will try and make a TINY45/85 version and post it here..

    ReplyDelete
    Replies
    1. Tiny45/85 came to my mind as saw the schematic too!

      Delete
  6. Well Done! I would appreciate if you elaborate a bit the frequency oscillation part of the circuit.

    ReplyDelete
  7. A very interesting project! The transistor must be necessarily 2n2222?
    I used the KT315, did not work.

    ReplyDelete
    Replies
    1. The 2N2222 has quite little gain (hFe) of about 30 (depending on the current flowing). The KT315 may have a much higher gain of about 100-200 - maybe that causes trouble with the base current on the npn transistor. You could try higher values for the resistors. As far as I understand the circuit it's just a kind of voltage divider and as that functions as a base current limiter for the transistor. Not sure if it affects the circuit if you alter the values...

      Delete
  8. Nice work !

    I've built mine, But after some tests I think it needs some tuning. I've tried in my garden, but some objects (bike, table etc..) seems to alter the frequency so this is quite hard to localise a coin. (50 euro cents)

    ReplyDelete
    Replies
    1. Remember to press and hold the NULL switch for a couple of seconds

      Delete
  9. Давно искал. Спасибо!

    ReplyDelete
    Replies
    1. собрал, пока не заработала, возможно я не правильно собрал, завтра буду еще пробовать, если у тебя заработало отпишись сюда пожалуйста

      Delete
    2. Собрал, работает. Транзистор поставил bc107b, но дальность обнаружения не большая. Разобраться бы как настроить

      Delete
    3. А катушку мотал как они писали ? просто я сделал 15 витков и может быть по этому не работает ?

      Delete
    4. Катушку мотал 30 витков, провод 0.33

      Delete
  10. Nice project - Any improvements you have come up with after some field testing? I added a 10K pot to an analog pin, using the value to set the sensitivity at the same time as null. Have not had a chance to test it out outdoors yet, but my kids are sure to enjoy this!

    ReplyDelete
    Replies
    1. Cool. Thought about that too :) Let me know if it works.

      Delete
  11. What you need to do to change the sensitivity?

    ReplyDelete
  12. Not working. does not work, three days is trying to make, and the ratings are correct and fully detail transistor 2n2222 and it does not respond:(

    ReplyDelete
  13. Заработал ли у кого нибудь на Arduino UNO?
    PIN 5 analog или PIN 5 digital?

    -----------------------------------------------

    runs on Arduino UNO?
    PIN 5 PIN 5 analog or digital?

    ReplyDelete
  14. Nice project! I got this to work using the BC547 as you suggested. One thing I'd like to point out to your readers who also try this circuit is that you need to be wary of prototyping this on a breadboard. The parasitic inductance, capacitance, and resistance can cause problems at this frequency in the circuit. I could only keep this circuit stable for about a minute or two before these effects broke it down.

    For those who try, this is how I got it working. Without any changes to the circuit or the sketch, try setting the sensitivity real low (Ok, one change in the sketch) and then sense a big piece of metal (I set 100, sensing a pair of pliers at 5 cm). That should be good enough for a proof of concept. I used 30 turns of 29 gauge magnet wire around a 15cm diameter form. Also watch the quality of your loop as that will impact performance - keep it tight and compact. Finally, I suggest prototyping with an external supply voltage to further remove secondary effects from your PC connection. I used a 9V battery to an Uno board.

    Really awesome and thanks again. Clever circuit. I'm going to etch a board in the coming weeks as time allows to build this proper.

    ReplyDelete
    Replies
    1. which sensitivity you had managed to reach (for 1 euro coin)
      and which construction of coil do yo recommend (red or blue(see pictures)? Which you use?)

      Delete
  15. Hi what kind of capacitor did u use ? ( AC / DC ) ?

    ReplyDelete
  16. I got It working but it is really sensitive to electric environment.
    Could someone post a firmware sketch with variable sensitivity with a Pot adjustment. That would be awesome!

    ReplyDelete
  17. Great project. Thous I am not very familiar with metal detector stuff and don't completely understand how everything works. I add some stuff to Your code - also pot adjustment. Maybe will soon put code and entire project on my blog.
    I use 2n2222a and it works ok. Range could be better.

    Questions:
    1. If we use 12v to coil could it boost up detecting depth?
    2. Why not to generate pulse with arduino microcontroller? Then it would give possibility to test different frequencies. Of course we need to add additional components.
    3. I read about BFO concep. But did not completely understand how timing calculation works in this code. Can somebody explain code in details?

    Anyway many thanks!

    ReplyDelete
  18. please tell me how to do a sketch that was not PIN5 the other?

    ReplyDelete
  19. Подскажите пожалуйста, как поменять в скетче номер пина (5) на как либо другой, никак не могу запустить этот девайс, есть подозрение что что-то с пином не то

    ReplyDelete
    Replies
    1. how did you do with it, did it work with you? mine not, i have arduino unor3- i changed windows up to 10 and different arduino software. it up loads the sketch but never respond.

      Delete
  20. Which construction of coil is the best? red or blue?

    ReplyDelete
  21. http://www.youtube.com/watch?v=qlUoBzxPgv4
    how to make coil

    ReplyDelete
  22. Could you clarify capacitor types and values please?

    ReplyDelete
    Replies
    1. nano farads. You need 0.1 and 0.022 micro-farads

      Delete
  23. Hi all,

    I used 2n2222a and I'm not able to make it work. I can read the frecuency modifying source code in void loop():

    Serial.print("Frecuency: ");
    Serial.println(f);

    And before and after I press NULL SW button, Frecuency value is the same: Frecuency: 0.0

    Could you please help me to solve this issue?

    Many Thanks in advance!

    ReplyDelete
  24. Are you sure this circuit works??? anyone here tested it, cause most of people here have issues.

    ReplyDelete
  25. Hi Kotsos5,

    Many thanks for your reply :).

    I'm not really sure....
    Do you know where is the right place to put the speaker? and.. Whats means "piezo" in the circuit... maybe means "piezo-electric crystal"?

    Many Thanks for your help!

    ReplyDelete
  26. yes it's a piezo electric like this http://i1-news.softpedia-static.com/images/news2/Piezoelectric-Crystals-Turn-Roads-into-Power-Plants-2.jpg, one pin goes to ground of arduino and the other goes to pin13 of arduino, watch out for polarity!

    ReplyDelete
  27. The circuit works, but I did not use the code mentioned here, I created my own, so I cant really comment the code.
    Nice project, but I'd like to know more about the oscillator circuit... a LC circuit produces a oscilatory signal when you apply a DC current? ... didnt know that.
    the transistor part of the circuit, is it just to change the voltage level? it has nothing to do with the oscillator part?

    ReplyDelete
  28. hi xouri can you upload your code? Because i've triple checked the schematic and my coil is fine but still doesn't work, but I couldn't understand the code well cause i'm a beginner in programming.

    ReplyDelete
  29. Hi
    this is really very helpful article. I go through this site really very nice information.thank for sharing such a nice information. ecofriendly construction

    ReplyDelete
  30. Hello,
    I am trying to build this on my own, and I would like to know if you built it using a breadboard or a PCB. and if you could tell me more about it. Thanks!

    ReplyDelete
  31. Ok for some reason my null switch isn't working and I have another question about this code. What does this do for the code and why does it not ever get called? //-Generate interrupt every 1000 oscillations of the search coil
    SIGNAL(TIMER1_COMPA_vect)
    {
    OCR1A+=1000;
    t=micros()-t0;
    t0+=t;
    tflag=1;
    }

    ReplyDelete
  32. Hi
    I was very pleased to find this site. I definitely enjoyed reading post regarding regarding < and I have it bookmarked to check out new stuff posted regularlySanta Barbara Green building

    ReplyDelete
  33. hello i have a layout in gif format for non arduino component for making an easy pcb
    where should i post it?
    thanks to author for showing this project to public

    ReplyDelete
  34. This comment has been removed by the author.

    ReplyDelete
    Replies
    1. next try
      https://sites.google.com/site/detektorschmiede/

      Delete
    2. This comment has been removed by the author.

      Delete
  35. See it working on youtube: http://youtu.be/LlLRAXsdo28

    Current Sensitivity value: 2000

    ReplyDelete
    Replies
    1. Hi, i have problem. Your shemat and Dzl's Evil schemat doesn't work. And I dont know why.
      Here you have my project, maybe you see whot is wrong with it: https://imageshack.com/a/Pfkz/1

      Delete
  36. Why my "metal detector" always makes the sound, even if I press the "null" button and I change the sensitivity? Help please, thanks.

    ReplyDelete
  37. sorry but pin 13 is the led pin in arduino Uno series. so how is this supposed to work? i tried it but didnt work

    ReplyDelete
  38. There is some discussions on topic: http://www.thunting.com/smf/metal_detectors/simple_diy_bfo_metal_detector-t48310.0.html

    ReplyDelete
  39. I only obtained @25KHz oscillation using the 22nanoFarad caps (.022 uF or microFarad) suggested in his drawing; when I changed the pair to .001 uF the oscillator ran about 250KHz (target was @160KHz). I could not detect a coin; but it worked on a hammer. Thinking I need higher Q capacitors and to dead-bug the assembly instead of protoboard.

    ReplyDelete
  40. Hi, I'm try to upload this code in arduino mega and it doesn't work. I guess the problem is a timer. I'm very newbie and I don't know how to fix it.

    ReplyDelete
    Replies
    1. I have 2 problems. The BC547 misplaced (lol) and Mega only have 2 external timer 0 and 5. I changed timer 1 for 0.

      Delete
  41. its amazing project >>
    but i have a small question .. if i want to increase the range of detection to about 40 or 50cm under ground ..
    what should i do ???

    ReplyDelete
    Replies
    1. I believe that the diameter of the coil reflects the distance. Larger coil equals longer distance but also require proportionally larger objects.

      Delete
  42. Sinusoidal oscillations on emitter of transistor are weak with waveform voltage swing from +2V to +3V in my example. Depending on components can be even lesser and this is maybe not enough for arduino to consider this as binary 0 / 1. It is good to add one additional BC547 saturating amplifier between emitter of oscillator transistor and arduino, which will ensure that voltage swing is 0 to +5V. (copy schematic to notepad fixed font)

    ·······································
    _______________________________+5V·····
    ····················|··················
    ····················_··················
    ···················|·|·················
    ···················|·|·680·············
    ············22K····|_|·················
    ·············____···|··················
    ··········--|____|-----------ard.·pin·5
    ··········|········/·c·················
    emiter····|···b··|/····················
    -----||----------|·····················
    ····220pF········|\·e··················
    ···················\···················
    ····················\··················
    ______________________________GND······
    ·······································
    ·······································

    ReplyDelete
  43. I just finished building and testing. It works great!! The only change in circuit values I made was to use a BC337-25 transistor (since I had a bunch of them that I'm trying to use up.) My coil is 30 turns of #27 magnet wire wound around a plastic jar lid 12.5 cm diameter. I set the Sensitivity parameter at 1500 in the sketch but it works fine from 500 to 3000. At 1500 it will reliably detect a US penny coin from around 5 cm. It will detect an aluminum beer can from around 14 cm away. It seems more sensitive to non-ferrous metals than to ferrous but detects my pocket knife quite well at 8 cm distance. I put a red LED and 1.8K resistor in parallel across the Piezo element to act as a visual indication since the Piezo ticking is low in volume.
    I used poly film capacitors for all 4 caps and constructed the circuit on a piece of wood with bare copper wire busbars and a socket for the transistor. The Arduino code compiled and runs without problems on the genuine Uno. The base frequency with the coil I made is around 90kHz.
    I'm going to add a pot and statements in the code to set Sensitivity using analogRead and map statements, but at 1500 it seems to work quite well.
    Thanks for a cool project!

    ReplyDelete
    Replies
    1. I made a short video demonstration of my build of the project:
      http://www.youtube.com/watch?v=CJTvB079k-4

      Thanks again for a neat and instructive project!

      Delete
    2. I can't get this to work. I newer get to the part of the code:

      if(digitalRead(12)==LOW) //-Check NULL SW.

      I have tried with 2 different push buttonts but no success.

      I don't know what to try anymore. Can someone please help me? I have put Serial.print -messsages around the code and that part is newer executed. Thank you for your help!

      Delete
    3. What Arduino version are you using? I copy-pasted the sketch code directly from the link above, into the IDE and it compiled and ran properly without any alterations. But because of the way the timers are called in the code, it may be specific to the ATMega328P . I just tried it on an Arduino MEGA with the ATMega2560 chip and it does not work, but it works fine with the Uno and ATMega328P chip. I think this is because of the way the timers/interrupts are called in the sketch.
      You may want to refer to the references here:
      https://arduinodiy.wordpress.com/2012/02/28/timer-interrupts/
      to see if modifying the timer numbers will help.
      Or just try it with an Uno using the 328P chip.

      Delete
  44. This comment has been removed by the author.

    ReplyDelete
  45. Hi. Can someone draw layout for this project?

    ReplyDelete
  46. Can the author (or anyone who has successfully used the schematic) clarify the capacitor values, since the handwriting is a little ambiguous? I initially assumed the units were microfarads (μ), but my friend thinks it's nanofarads (n). Thanks!

    ReplyDelete
    Replies
    1. This comment has been removed by the author.

      Delete
    2. I also thought the drawing said (μ), but if you read some of the comments above, you will read that others are using (n) and that theirs work. Look at
      James Dinsmore post on November 30, 2014. Also some have videos. Like TinselKoala post from June 13, 2015.

      To all the people that say that the NULL button doesn't work. You are probably not getting a signal from your oscillator. Check your circuit. Make sure you are using Nano Farad capacitors.

      Delete
  47. Nanofarads :) and remember the transistor is a BC547 not 2N2222!
    Good luck

    ReplyDelete
  48. Poderia me enviar o codigo que voce usou no arduino? eu iniciante em programação vai me ajudar
    gilmardelalibera@hotmail.com.br

    ReplyDelete
  49. plz send me the arduino code plz plz plz
    at matiurrehman96@yahoo.com

    ReplyDelete
  50. Very well done, I made it today exactly according your description except the transistor which I use the BC547 and it works fine from the beginning. I like to know or some one has a description and code for adjusting with potmeter.

    Thanks

    ReplyDelete
  51. Today I use it as a pinpointer small coil around ferret rod.
    Also change to sound to more high tone, see part of sketch below.

    //-Click generator
    if(millis()>timer)
    {
    timer+=10;
    PCW+=FTW;
    if(PCW&0x8000)
    {
    //digitalWrite(13,HIGH);
    PCW&=0x7fff;
    // Play the pitch *** Detection ***
    tone(13, 3000, 30); // Play over pin D13 tone, pitch
    delay(20); // delay in between
    noTone(13); // Stop tone
    }
    else
    // digitalWrite(13,LOW);
    noTone(13); // Stop tone
    }

    ReplyDelete
  52. This comment has been removed by the author.

    ReplyDelete
  53. The sketch refuses to compile. I get this error message:

    Arduino: 1.6.7 (Windows XP), Board: "Arduino/Genuino Uno"

    collect2.exe: error: ld returned 5 exit status

    exit status 1
    Error compiling.

    This report would have more information with
    "Show verbose output during compilation"
    enabled in File > Preferences.

    ReplyDelete
  54. Arduino: 1.6.5 (Windows 7), Board: "Arduino/Genuino Uno"

    Build options changed, rebuilding all

    metal_detektor:1: error: 'v' does not name a type
    metal_detektor.ino: In function 'void __vector_11()':
    metal_detektor:27: error: 't0' was not declared in this scope
    'v' does not name a type

    This report would have more information with
    "Show verbose output during compilation"
    enabled in File > Preferences.

    ReplyDelete
  55. hi i built the metal detector but my was un stable and relly jumping around eaven when not moving anything, and when i went out in lower temperature about 0degrees celsius it went ballistic. how can i solve that problem?

    ReplyDelete
  56. i have tried it on my arduino uno r3 atmega 328 r-b ,it did not work. when up loading sketch (libray found not working).i checked circuit by powring it with 9 v battery near am radio and moved piece of metal over the coil, radio responding to metal movment. i am new to arduino and need your help. thank you

    ReplyDelete
  57. I ever read the article about how to make metal detector but I didn't have a try. we sell metal detectors, including metal detectors for kids on KingDetector

    ReplyDelete
  58. i built the oscillator circuit with some temporary materials. work fine. drifts a little at the beginning, but not bad considering im using 40 years old caps :D
    waiting for the proper components and wire. then will connect the artduino. great project.

    ReplyDelete
  59. Если 30 витков проводом 0.2 по каркас 13 см, работать будет?

    ReplyDelete
  60. to those who can not make it work. see changes i made to make it work at http://shortwa.blogspot.com/

    ReplyDelete
  61. Some findings:
    1) This Sketch does not work on an Arduino Mega 2560! (this is due to the lack of the T1 pin)
    2) The oszillator-circuit is some sort of "common base collpit-oscillator", try wikipedia to get more informations
    3) You can definitely use an BC337-25 Transistor instead of the mentioned one

    ReplyDelete
    Replies
    1. 4) The capacitor values are nanofarads!

      Delete
    2. 5) If you use an arduino MEGA, use the following code and Pin 47 instead of Pin 5:

      // Arduino based metal detector
      // (C)Dzl july 2013
      // http://dzlsevilgeniuslair.blogspot.dk/

      // Connect search coil oscillator (20-200kHz) to pin 5
      // Connect piezo between pin 13 and GND
      // Connect NULL button between pin 12 anf GND

      // REMEMBER TO PRESS NULL BUTTON AFTER POWER UP!!


      // Präprozessor Makros
      // Beeinflussen Bit Nr. y im Bivektor x
      #define SET(x,y) (x |= (1< löst erst wieder in 1000 Takten vom externen Oszillator aus
      t = micros() - t0; // Wieviel Zeit ist zwischen diesem und dem letzten Interrupt vergangen?
      t0 += t; // Merke dir die aktuelle Zeit für den nächsten Interrupt
      tflag = 1; // Lässt Loop() starten
      }

      void setup()
      {
      // Piezo-Element an Pin 13
      pinMode(13, OUTPUT);

      // Interner PullUp für den Null-Taster an Pin 12
      digitalWrite(12,HIGH);

      // Set up counter1 to count at pin 5
      TCCR5A = 0; // Timer/Counter1 Control Register A
      TCCR5B = 0x07; // Timer/Counter1 Control Register B, 0x07: Externe Quelle am T1 Pin, steigende Flanke
      SET(TIMSK5, OCF5A); // Bei erreichen des Wertes im OCR1A soll ein Interrupt ausgelöst werden. OCF1A: Output Compare Flag 1A

      // Für's debuggen
      Serial.begin(9600);
      Serial.println("hi there!");
      }

      //-Float ABS
      float absf(float f)
      {
      if(f<0.0)
      return -f;
      else
      return f;
      }


      int v0=0; //-NULL value
      float f=0; //-Measurement value
      unsigned int FTW=0; //-Click generator rate
      unsigned int PCW=0; //-Click generator phase
      unsigned long timer=0; //-Click timer


      void loop()
      {
      if(tflag)
      {
      if(digitalRead(12)==LOW) //-Check NULL SW.
      v0=t; //-Sample new null value
      f=f*0.9+absf(t-v0)*0.1; //-Running average over 10 samples
      tflag=0; //-Reset flag

      float clf=f*SENSITIVITY; //-Convert measurement to click frequency
      if(clf>10000)
      clf=10000;
      FTW=clf;

      //Serial.println(f);
      }

      //-Click generator
      if(millis()>timer)
      {
      timer+=100;
      PCW+=FTW;
      if(PCW&0x8000)
      {
      digitalWrite(13,HIGH);
      PCW&=0x7fff;
      }
      else
      digitalWrite(13,LOW);
      }
      }

      Delete
    3. Code above does not work since some parts of the program are missing. Does anyone of you guys have code running on an ardiuno mega 2560?

      Delete
  62. only for small metal detector ,what change this code

    ReplyDelete
  63. Voce pode me dizer quais sao os resistores da esquerda do esquema?

    ReplyDelete
  64. Does anyone have code for the arduino Mega 2560? since T1 is missing i was not able to get it run with Timer5, T5 on Pin47 :-/.

    ReplyDelete
  65. This comment has been removed by the author.

    ReplyDelete
  66. This comment has been removed by the author.

    ReplyDelete

  67. Hi. This metal detector design is very good. I'm trying to make one, but I'm having problems with the capacitors, could you tell me what voltage the capacitors are used in this circuit? Thank you :)

    ReplyDelete
  68. Wow! That's interesting! What's specialty of this than Underground Gold Finding Machine ?

    ReplyDelete
  69. hi, nice project, do you think I can use this schematic for the oscillation on your sketch? I already try but seems is not working :(
    https://www.allaboutcircuits.com/uploads/articles/colpittsOsc.jpg

    ReplyDelete
  70. This comment has been removed by the author.

    ReplyDelete
  71. @Adviser Street - Scum sucking pig of a spammer just go away.

    ReplyDelete
  72. Geek Physical, or someone who understands a lot of arduino, I managed to make the detector work, but I wanted to make some modifications to heighten the sensitivity, could you explain to me how the main functions and methods of the algorithm work?

    I thank you from that moment for who can help me!! :)

    ReplyDelete
  73. Can anybody put the code? please

    ReplyDelete
  74. I would like to build this nice detector. Can you please put the sketch in your blog instead of in a non functioning dropbox link.
    Thanks !!

    ReplyDelete
  75. This comment has been removed by the author.

    ReplyDelete
  76. This comment has been removed by the author.

    ReplyDelete
  77. You can find here the code

    http://www.tubefr.com/detecteur-de-metaux-arduino-gant_2.html#title

    ReplyDelete
  78. This comment has been removed by the author.

    ReplyDelete
  79. I can confirm it's working with this code
    Je confirme que cela fonctionne avec ce code

    https://code.empreintesduweb.com/12017.html

    En utilisant un Arduino UNO (velleman), 2 condensateurs de 22nF et 2 condensateurs de 100nF, 2 résistances de 10kOhms et une résistance de 1.2kOhm et pour finir un Transistor BC547.
    Pour le piézo j'ai utilisé un vieux écouteur.

    Bien faire attention au câblage, au câblage du transistor (Base Collecteur Émetteur).

    Le montage n'est pas très stable mais fonctionne assez bien, par contre la distance de détection est faible, pour une grosse pièces métallique environ 20cm, par contre une pièce de 2€ n'est détecté qu'à 5cm et assez difficilement, je vais essayer de réfléchir sur ce point.

    Merci à l'auteur de ce projet !

    ReplyDelete
  80. hello hi !distance detect for coin 2euro 5 cm ?
    it's too small distance

    ReplyDelete
  81. This comment has been removed by the author.

    ReplyDelete
  82. hello hi !working with transistor 2n1711
    test with 5 pence (20mm diameter coin) detect 6cm.example 2 metalic box diameter 7cm detect 15cmm(6 inch) thanks!

    ReplyDelete
  83. Hi!
    Awesome post, really useful!

    Have you heard about Publish Green? You’ve probably seen our Ebooks all over the place. We’re the leading free Ebooks for the world. We’ve just launched our website Arduino Projects pdf where we give away the best free Ebook resources out there. We’d be stoked if you could add us to this list.
    Keep sharing With us

    ReplyDelete
  84. nice article, http://www.uniqueequipments.com/

    ReplyDelete
  85. Built one and finally got it working. Used the 2n2222 transistor. The oscillator was showing about 120khz. Once I get the coil mounted on something I'll start trying to tweak sensitivity setting. I noticed even touching it with my hand showed a reaction.

    ReplyDelete
  86. Thanks for sharing nice information. KRB Geo Services is authorized supplier offering a wide range of products like 3D Metal Detectors, Ground imaging systems, Gold metal detectors and okm metal detectors.

    ReplyDelete
  87. Hi ! Impressive content. People are still not sure what particular steps to take. Now, I think your initiative is well understood to target those to learn the basics. This stifftree is most appropriate to it do click and visit. Thanks sharing.

    ReplyDelete
  88. This comment has been removed by the author.

    ReplyDelete
  89. This comment has been removed by the author.

    ReplyDelete
  90. https://www.define-dedektoru.net/gradyometre-gradiometer.html

    ReplyDelete
  91. I appreciate everything you have added to my knowledge base.Admiring the time and effort you put into your blog and detailed information you offer.Thanks. best metal detector

    ReplyDelete
  92. This comment has been removed by the author.

    ReplyDelete
  93. Nette Informationen, die Sie uns mitgeteilt hatten. Es hilft wirklich vielen Menschen. Vielen Dank und fügen Sie in Zukunft weitere Daten hinzu.
    Metalldetektor kaufen

    ReplyDelete
  94. This comment has been removed by the author.

    ReplyDelete
  95. This comment has been removed by the author.

    ReplyDelete
  96. This comment has been removed by the author.

    ReplyDelete
  97. I would like to express my sincere gratitude to this blog.
    green velvet kratom

    ReplyDelete
  98. This comment has been removed by the author.

    ReplyDelete
  99. The world’s first company specialized in detecting gold, raw gold, minerals, groundwater and security systems ECT provides these products with the cheapest prices, the fastest shipping methods and the easiest way to buy a product from the source directly to your door wherever you are in the world. look at this web-site

    ReplyDelete
  100. This comment has been removed by the author.

    ReplyDelete
  101. Great source of information thanks for sharing will talk about your post on https://earthquakeofpakistan.blogspot.com/2019/09/how-to-download-youtube-video-without.html soon. So that you will get promo soon.

    ReplyDelete
  102. This is some amazing content that needs appreciations will talk about it in dissup soon do follow the How to download youtube video without software . Thanks

    ReplyDelete
  103. very good metal detector site web https://www.define-dedektoru.net/

    ReplyDelete
  104. Best Gold Detectors
    Gold metal detectors Gold Master is a leading company in the field of gold detector, metal detector and groundwater detectors, and it is an exclusive agent for most of the major international metal detectors manufacturers such as Minelab, and Garrett the leading American Gold Metal detector Factory, Mega Detection, and Ger Detect the tremendous German Gold detectors manufacturers in addition to many other American, German and Russian successful brands in various industries.

    https://www.golddetectordubai.com

    ReplyDelete
  105. Thanks for sharing this informative blog,keep sharing.
    Best Metal Detectors for Gold

    ReplyDelete
  106. Automatic Doors and Gates offers a comprehensive range of products that are extremely acclaimed by our clients. Visit Technocrat - the leading suppliers of a wide range of security & automation Door Frame Metal Detector India products in India.

    ReplyDelete
  107. Thanks for the post great content over here. Alps MLM Software offers many types of MLM software for MLM business. All the software is affordable and secure. You can use this software to develop your business.
    Contact us +91-9891537260, +91-9311363701
    Email Id: - info@alpsmlmsoftware.com
    MLM Software India
    MLM Software
    MLM Software India

    ReplyDelete
  108. Automatic Doors and Gates are renowned suppliers of Security and Automation Products such as Door Frame Metal Detector , Swing Gates, Boom Barriers, Roll-up Door, etc. Make an Enquiry now!

    ReplyDelete
  109. Amazing content, so much value! And also, reading your great post makes me want to create even better content myself. Take care.

    Affordable mlm software

    MLM Software
    MLM Software Price
    mlm software india

    ReplyDelete
  110. Well Done! I would appreciate if you elaborate a bit the frequency oscillation part of the circuit.
    Best metal detectors
    gold detectors
    اجهزة كشف الذهب

    ReplyDelete
  111. Now Check Here
    if you are also searching for some important information related to this university then here you will be provided with all the updated details

    HPU BCOM 1st Year Result 2020
    HPU BCOM 2nd Year Result 2020
    HPU BCOM 3rd Year Result 2020

    ReplyDelete
  112. Really This Is Very Useful Equipment For Someone.
    Check Here
    B.SC PART 2 TIME TABLE

    ReplyDelete
  113. I am trying to build this on my own, and I would like to know if you built it using a breadboard or a PCB. and if you could tell me more about it. Thanks!
    https://orientdetectors.com/gold-detector-price/
    https://orientdetectors.com/ar/

    ReplyDelete
  114. I am trying to build this on my own, and I would like to know if you built it using a breadboard or a PCB. and if you could tell me more about it. Thanks!
    Gold Detector Price
    اجهزة كشف الذهب

    ReplyDelete
  115. Wonderful blog & good post on detector.Its really helpful for me, awaiting for more new post. Keep Blogging!

    ReplyDelete
  116. This comment has been removed by the author.

    ReplyDelete
  117. Very fun! This DIY job suits well for grade school kids! Thanks for sharing! @DIY watch storage cabinet

    ReplyDelete
  118. I think this is one of the most significant info for me.
    And i’m glad reading your article. But should remark on some general things, The web
    site style is wonderful, the articles is really excellent

    BA 3rd Year Result

    BCom 3rd Year Result

    Vikram University BA 3rd Year result

    ReplyDelete
  119. This is a good post. This post gives truly quality information on detector. I’m definitely going to look into it. Really very useful tips are provided here.

    ReplyDelete
  120. This is Amazing Information, You are a very skilled blogger. I have joined your rss feed and look forward to seeking more of your excellent post.
    Also, I have shared your website in my social networks!
    Bcom 3rd Year result
    बीएससी फर्स्ट ईयर रिजल्ट

    ReplyDelete
  121. Wondaful piece of content, i liked the way you work
    Adobe Photoshop CC Crack

    ReplyDelete
  122. Someone has the sketch? I tried with the "source code" without results

    ReplyDelete
  123. Someone has the sketch? I tried with the "source code" without results

    ReplyDelete
  124. I agree with a lot of the points you made in this article. If you are looking for the metal detector in hindi, then visit TechBagz. I appreciate the work you have put into this and hope you continue writing on this subject.

    ReplyDelete
  125. Great post. Thanks for sharing your brain. Check mine out sometime.
    Gangubai Kathiawadi Full Movie Review
    The Tomorrow War Full MovieHollywood Full Action Movie

    ReplyDelete
  126. Home Maintenance PackagesOur maintenance packages provide the most cost effective and convenient way to ensure your home is always in good working order. Whether you need emergency cover, or you want complete peace of mind, we have different packages suited to your needs.

    ReplyDelete
  127. Alhamra Cellar products are genuine and transported in climate-controlled conditions to guarantee quality.

    ReplyDelete
  128. It’s an remarkable article for all the online users;
    they will take benefit from it I am sure.

    Feel free to surf to my webpage: Legal Home Delivery

    ReplyDelete
  129. Relax in style, no matter your airline or class of travel, in our world-class airport lounges around the world. These friendly, peaceful oases are the ideal place to relax, eat, or catch up with work.

    ReplyDelete
  130. Indore Escort Service is Best Escort Service Indore. Top Most Call Girls are available in Indore Escort.





    https://www.nikkyroy.in/Indore Escorts
    https://www.nikkyroy.in/gwalior-escorts
    https://www.nikkyroy.in/jabalpur-escorts
    https://www.jodhpurescortservice.com
    https://www.jodhpurescortservice.com/sikar-call-girls
    https://www.jodhpurescortservice.com/kota-call-girls

    ReplyDelete
  131. We are one of just a bunch of relatively few escort organization offering In Udaipur Escort Service just as the entire country.

    ReplyDelete
  132. Ajmer Call Girls is Best Call Girls in Jodhpur. Jodhpur is Best Call Girls in Jodhpur.
    Jodhpur Call Girls
    Ajmer Escort
    Ajmer Escorts
    Escort Service in Ajmer

    ReplyDelete
  133. According to best SEO Expert in Dubai the days of SEO being a game outsmarting algorithms are over. Today content strategy and valuable, sustainable strategies are essential, not just tricks and links.

    ReplyDelete
  134. If you want to use the photo it would also be good to check with the artist beforehand in case it is subject to copyright. Best wishes

    ReplyDelete
  135. whoah, this weblog is excellent I like reading your articles.

    MJPRU BSC Part 3rd Year Result

    ReplyDelete
  136. Google adsense is one of the best way to earn money online through websites,youtube ,facebook and so on.You can earn a huge amount of money from your youtube videos and website .if You can use Adsense to make money on YouTube videos.First you will have to create Adsense account.For that, you will have to need to link your YouTube account to AdSense account.

    Read more:
    Google Pay to Bank Account

    Make Money on YouTube

    Upload a Video to YouTube

    AdSense service

    ReplyDelete
  137. Good post for detecore click here

    < a href="https://www.digimarkbd.com/">DigimarkBD

    https://www.digimarkbd.com/

    ReplyDelete
  138. Your article is so insightful and detailed that I got to learn new concepts and develop my skills.. thank you so much
    best crm in india

    ReplyDelete
  139. It is in reality a nice and helpful piece of info. I am happy that you just shared this helpful information with us. Please keep us informed like this. Thanks for sharing. bsc 3rd year result

    ReplyDelete
  140. Water heaters require professional attention. The machine might seem easy to handle, but any mistake can cause dire consequences. Hence, you should avoid dealing with these things. However, experts are familiar with those electronics and know the safety measures to protect themselves. They understand the complex wiring and different components of water heaters. They will handle everything with proper safety measures to prevent something unpredictable. It is one of the key benefits of working with professionals.
    Water Pump Repair in Dubai
    Water Heater Repair Dubai
    bathtub repair dubai

    ReplyDelete
  141. Leverage the digital era intelligently with our exquisite YouTube subscriber service, ensuring your channel's momentum never falters. Watch as your subscriber count soars, each addition reinforcing the notion of a vibrant, content-rich platform worth following. A burgeoning subscriber list not only elevates the channel's esteem but also magnetizes further organic engagement, extending your reach with every new subscriber. Our service underpins your channel's growth trajectory with real, active viewers who amplify your digital narrative. A substantial subscriber base catalyzes your standing in YouTube's algorithm, steering your content towards the forefront of viewer recommendations. Embrace this journey of digital prominence, guided by our dedicated commitment to your YouTube success.
    https://www.buyyoutubesubscribers.in/

    ReplyDelete
  142. Lasik eye surgery in Delhi is not just a medical procedure; it's a doorway to enhanced visual freedom, attracting patients from across the globe. The city's medical centers are equipped with cutting-edge laser technology that makes the surgery both precise and safe. Skilled surgeons, with years of specialized training and experience, perform the surgery with meticulous care, ensuring optimal outcomes for patients. The procedure itself is quick, often completed within minutes, and is largely pain-free, thanks to the use of numbing eye drops. Post-operative care in Delhi is exemplary, with clinics providing detailed follow-up schedules and support. The affordability of Lasik surgery in Delhi, combined with the high standard of care, makes it an attractive option for many. Patients leave not only with improved vision but with the confidence to engage in activities they previously found challenging. This procedure's growing success stories continue to bolster Delhi's reputation as a premier destination for Lasik surgery.
    https://www.visualaidscentre.com/

    ReplyDelete
  143. Buying YouTube subscribers is a tactic some content creators use to increase their channel's appearance of popularity. This strategy involves paying a service to boost the number of subscribers to a YouTube channel artificially. While it might offer a quick boost in subscriber count, the practice is fraught with risks, including violating YouTube's terms of service, which can lead to penalization or even the channel being banned. Furthermore, these purchased subscribers are often not genuinely interested in the channel's content, leading to low engagement rates. It's important to weigh the potential short-term gains against the long-term consequences of building a channel's audience through authentic growth strategies, such as producing high-quality content and engaging with the community.
    https://sites.google.com/view/buyytsubscribers/

    ReplyDelete