please comment and identify faults or suggest improvements
A Conceptual Design for a Fully Digital VLF Metal Detector Using STM32F103C8T6
This paper outlines the concept of a fully digital Very Low Frequency (VLF) metal detector based on the STM32F103C8T6 microcontroller. The design prioritizes simplicity, low cost, and ease of construction for electronics hobbyists while leveraging the processing power of a 32-bit microcontroller running at 72 MHz. STM32F103C8T6 is about 20 times faster than popular 8 bit microcontrollers.
Design Objectives:
The design adheres to the following objectives:
Fully digital signal processing except for the analog front-end of the receiver.
Mostly automatic adjustment to environmental conditions.
Single, fixed frequency selectable at the design stage.
Stable transmit frequency.
Variable transmit power.
Low cost and readily available components.
Minimal component count.
Suitable for construction by hobbyists.
System Architecture:
The system revolves around the STM32F103C8T6 microcontroller running at 72 MHz.
Transmitter:
Frequency Generation: A PWM channel of the STM32 generates the transmit frequency. A lookup table containing 64 points representing a sine wave drives the PWM output. This reduces harmonic content, with the first significant harmonic (3rd) attenuated by at least 40 dBc.
Output Stage: An H-bridge, driven by the PWM output, powers the transmitting coil. The coil is tuned to the desired transmit frequency using a capacitor.
Power Control: PWM duty cycle controls the power delivered to the transmitting coil, allowing for adjustable transmit power.
Receiver:
Front-End: The receiving coil, tuned to the transmit frequency, picks up the signal. This signal is amplified and bandpass filtered to reduce noise and interference.
Analog-to-Digital Conversion: The filtered signal is sampled by the STM32's 12 bits ADC at a rate of 8 samples per transmit cycle. This oversampling technique reduces sampling noise by approximately 60 dB.
Digital Signal Processing: The sampled data is processed using the Goertzel algorithm. This algorithm efficiently calculates the amplitude and phase of the received signal at the transmit frequency, requiring significantly fewer computations than a full FFT, especially for single-frequency detection.
Signal Processing and Target Identification:
The output of the Goertzel algorithm (amplitude and phase) is further processed:
Low-Pass Filtering: Both amplitude and phase data are passed through two low-pass filters with different cutoff frequencies (e.g., 100 Hz and 1 Hz).
Environmental Compensation: The output of the 1 Hz filter represents the slowly changing ground conditions (ambient response).
Target Response: The output of the 100 Hz filter represents the more rapidly changing target response.
Target Detection: A target is detected if the target amplitude response exceeds a selectable threshold above or below the ambient response.
Target Identification: Upon detection, the processed phase information is used in conjunction with the amplitude to categorize the detected metal. A VDI (Visual Discrimination Indicator) number is calculated based on these parameters.
Output: The VDI number and the identified metal type are displayed on an LCD connected to the STM32. An audible tone is also generated.
Rest of the features can easily be added in the software, including transmitting some data to a remote unit, or including GPS data, or plotting the values on a map etc.
Design Parameters and Flexibility:
The design allows for several adjustable parameters:
Transmit Power: Controlled by the PWM duty cycle.
Detection Threshold: Adjustable to fine-tune sensitivity.
Transmit Frequency: Selectable during the design phase by changing the tuning components of the coils and adjusting the PWM frequency.
Signal Processing Methodology: The choice of filters, thresholds, and VDI calculation methods can be adapted to specific needs.
Perceived Advantages:
Digital Signal Processing: Enables precise control and flexible signal analysis.
Goertzel Algorithm: Efficient single-frequency detection.
Low Component Count: Simplifies construction and reduces cost.
STM32F103C8T6: Powerful, low cost and readily available microcontroller.
Conclusion:
This design provides an experimental concept for a fully digital VLF metal detector using readily available components and a powerful microcontroller. The use of digital signal processing techniques like the Goertzel algorithm and flexible parameter adjustments allows for a high-performance, low-cost solution suitable for hobbyist construction. Further development and testing would be required to optimize performance and refine the target identification algorithms.
A Conceptual Design for a Fully Digital VLF Metal Detector Using STM32F103C8T6
This paper outlines the concept of a fully digital Very Low Frequency (VLF) metal detector based on the STM32F103C8T6 microcontroller. The design prioritizes simplicity, low cost, and ease of construction for electronics hobbyists while leveraging the processing power of a 32-bit microcontroller running at 72 MHz. STM32F103C8T6 is about 20 times faster than popular 8 bit microcontrollers.
Design Objectives:
The design adheres to the following objectives:
Fully digital signal processing except for the analog front-end of the receiver.
Mostly automatic adjustment to environmental conditions.
Single, fixed frequency selectable at the design stage.
Stable transmit frequency.
Variable transmit power.
Low cost and readily available components.
Minimal component count.
Suitable for construction by hobbyists.
System Architecture:
The system revolves around the STM32F103C8T6 microcontroller running at 72 MHz.
Transmitter:
Frequency Generation: A PWM channel of the STM32 generates the transmit frequency. A lookup table containing 64 points representing a sine wave drives the PWM output. This reduces harmonic content, with the first significant harmonic (3rd) attenuated by at least 40 dBc.
Output Stage: An H-bridge, driven by the PWM output, powers the transmitting coil. The coil is tuned to the desired transmit frequency using a capacitor.
Power Control: PWM duty cycle controls the power delivered to the transmitting coil, allowing for adjustable transmit power.
Receiver:
Front-End: The receiving coil, tuned to the transmit frequency, picks up the signal. This signal is amplified and bandpass filtered to reduce noise and interference.
Analog-to-Digital Conversion: The filtered signal is sampled by the STM32's 12 bits ADC at a rate of 8 samples per transmit cycle. This oversampling technique reduces sampling noise by approximately 60 dB.
Digital Signal Processing: The sampled data is processed using the Goertzel algorithm. This algorithm efficiently calculates the amplitude and phase of the received signal at the transmit frequency, requiring significantly fewer computations than a full FFT, especially for single-frequency detection.
Signal Processing and Target Identification:
The output of the Goertzel algorithm (amplitude and phase) is further processed:
Low-Pass Filtering: Both amplitude and phase data are passed through two low-pass filters with different cutoff frequencies (e.g., 100 Hz and 1 Hz).
Environmental Compensation: The output of the 1 Hz filter represents the slowly changing ground conditions (ambient response).
Target Response: The output of the 100 Hz filter represents the more rapidly changing target response.
Target Detection: A target is detected if the target amplitude response exceeds a selectable threshold above or below the ambient response.
Target Identification: Upon detection, the processed phase information is used in conjunction with the amplitude to categorize the detected metal. A VDI (Visual Discrimination Indicator) number is calculated based on these parameters.
Output: The VDI number and the identified metal type are displayed on an LCD connected to the STM32. An audible tone is also generated.
Rest of the features can easily be added in the software, including transmitting some data to a remote unit, or including GPS data, or plotting the values on a map etc.
Design Parameters and Flexibility:
The design allows for several adjustable parameters:
Transmit Power: Controlled by the PWM duty cycle.
Detection Threshold: Adjustable to fine-tune sensitivity.
Transmit Frequency: Selectable during the design phase by changing the tuning components of the coils and adjusting the PWM frequency.
Signal Processing Methodology: The choice of filters, thresholds, and VDI calculation methods can be adapted to specific needs.
Perceived Advantages:
Digital Signal Processing: Enables precise control and flexible signal analysis.
Goertzel Algorithm: Efficient single-frequency detection.
Low Component Count: Simplifies construction and reduces cost.
STM32F103C8T6: Powerful, low cost and readily available microcontroller.
Conclusion:
This design provides an experimental concept for a fully digital VLF metal detector using readily available components and a powerful microcontroller. The use of digital signal processing techniques like the Goertzel algorithm and flexible parameter adjustments allows for a high-performance, low-cost solution suitable for hobbyist construction. Further development and testing would be required to optimize performance and refine the target identification algorithms.
Comment