Hello everyone,
We are a collective of engineers from Europe who have set out to create a recipe for a very low-cost (~35€) metal detector to aid in clearing war-torn lands of dangerous artifacts, helping to bring some semblance of normalcy to a very bleak reality.
We are publishing the first release of this metal detector here to spark discussion about the design choices, gather suggestions for improvements, and support replication efforts by collectives of volunteers or makerspaces.
We have sought EOD evaluation, and the device has been deemed "good enough." However, we would like to improve it further with the help of this experienced community.
End-user feedback has included remarks such as, "anything better than a long stick helps," but given the serious nature of the subject, we are committed to doing everything within our abilities to improve the design.
None of us are hobby metal detectorists, so the immense amount of knowledge gathered here, along with the book "Inside the Metal Detector", has greatly aided us in working on this design. As an expression of gratitude, we are publishing the design here for anyone to build upon, remix, or recreate.
The current bill of materials, PCBs for ordering, KiCad source files, binary firmware, source code for the firmware, configuration software, and STEP files can be found on the project website: https://demineua.org
Here is a rough outline of the metal detector design:
Known Issues So Far:
We are a collective of engineers from Europe who have set out to create a recipe for a very low-cost (~35€) metal detector to aid in clearing war-torn lands of dangerous artifacts, helping to bring some semblance of normalcy to a very bleak reality.
We are publishing the first release of this metal detector here to spark discussion about the design choices, gather suggestions for improvements, and support replication efforts by collectives of volunteers or makerspaces.
We have sought EOD evaluation, and the device has been deemed "good enough." However, we would like to improve it further with the help of this experienced community.
End-user feedback has included remarks such as, "anything better than a long stick helps," but given the serious nature of the subject, we are committed to doing everything within our abilities to improve the design.
None of us are hobby metal detectorists, so the immense amount of knowledge gathered here, along with the book "Inside the Metal Detector", has greatly aided us in working on this design. As an expression of gratitude, we are publishing the design here for anyone to build upon, remix, or recreate.
The current bill of materials, PCBs for ordering, KiCad source files, binary firmware, source code for the firmware, configuration software, and STEP files can be found on the project website: https://demineua.org
Here is a rough outline of the metal detector design:
- Unipolar, high-side FET-based, fixed damping.
- ADS7052 14-bit, 1MSPS ADC controlled by an RP2040 PIO state machine. MCP6022 (Chinese clone) op-amps with controllable gain. (Schematic provided.)
- Various compute-intensive statistics implemented, but currently using a relatively simple amplitude-difference algorithm for target detection.
- "Dynamic" and "Static" modes somewhat implemented.
- PCB-based, small-size search coil: 4 layers, 2 Oz copper, 276 µH @ 1.7 Ω at the coil connector. Not shielded. Size rationale for cluttered soil use.
- Mostly 3D-printed construction for ease of replication. Rod made from a wooden rake and bent aluminum tube.
- 2A onboard battery charger with 2x18650 battery holders.
- USB-C port for flashing firmware, communication, and charging.
- RGB WS2812B LED front panel with 4 buttons for parameter/mode configuration menu.
- Speech-based menu structure, vibration motor, and headphone socket.
- Onboard low-cost accelerometer for potential future signal filtering use.
- Python-based GUI tool for debugging and parameter configuration. The tool can be used with a USB-C connection or over Wi-Fi via a connector on the PCB for an ESP-01 (ESP8266 module).
Known Issues So Far:
- Mechanical:
- RG58 cable is too stiff for field use in low temperatures. SMA may be not rugged enough and almost exceeds the rated voltage.
- Overall build should be more ruggedized for better durability in challenging environments.
- Sensitivity: Limited sensitivity for low Tau targets due to long sampling delay.
- Temperature Instability: General temperature instability caused by MCU/frontend temperature fluctuations.
- PCB Coil Construction: The PCB coil design's effectiveness remains unconvincing, raising concerns about its performance.
- Firmware Update Risk: There is a risk of "bricking" the device during the firmware update process. The user must manually hold the power-on soft switch while pressing and holding the power button instead of relying on the MCU.
Comment