Skip to main content
parth kothiya
Associate III
November 21, 2021
Question

How to make Metal detector using STM32 MCU.

  • November 21, 2021
  • 6 replies
  • 3650 views

I want to make metal detector circuit using STM32 for material shorting specification of circuit is given below.

  • It can detect ferrous and non ferrous both metal.
  • digital out put hi when metal object detected.
  • It can show detected piece area.
  • It is capable for detecting 1 sq mm metal objects.
  • It can also work in vibration environment .
  • Programmable store the settings value.

is there any circuit diagram or any ready module I can use it for this project?

    This topic has been closed for replies.

    6 replies

    TDK
    November 21, 2021

    Do you have any experience with metal detectors, microcontrollers, or programming?

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    parth kothiya
    Associate III
    November 22, 2021

    not with metal detector, but I have experience in STM32 MCU programming & pcb designing.

    TDK
    November 22, 2021

    If these features aren't available on commercial metal detectors, there's probably a good reason for it. The signal you get back is an analog value, not a binary yes/no, from which you need to interpret. It's a very niche area and I doubt there's an expert on the subject here.

    There are some resources online which is probably your best best.

    https://www.circuitstoday.com/single-chip-metal-detector-circuit

    The only STM32-specific feature you have listed is the ability to store values, which you can accomplish using a page of flash to act as EEPROM.

    "If you feel a post has answered your question, please click ""Accept as Solution""."
    parth kothiya
    Associate III
    November 22, 2021

    Practically this circuit is not working in industry.

    ​​

    I'm talking about simultaneously multiple frequency detector so for that stm32 need for digital signal processing.​

    thundertronics.com
    Visitor II
    December 7, 2021

    A lot depends on application, where metal objects located (food, soil, etc.), is it controlled environment (distance, speed, etc.). You can do some research on internal images of metal detectors (search for "fccid metal detector internal photos") and/or in research papers. Note that it is possible to make a good product even when using simple detector. For example, you can use 1D data from cheap sensor, and accumulate data on a 3D map by using coordinates obtained from accelerometer + odometry algorithm. For controlled environment probably array of cheap sensors may provide good localization, very similar ccd line sensor. For example, an array of compactly spaced sensors perpendicular to movement direction of food production line (contamination detection). Also you might be interested in microwave imaging.