Skip to content

bobasaurus/lumber-plunder-metal-detector

Repository files navigation

logo

A VLF induction balance metal detector with a wooden body. Previously built with an android smartphone, currently switching to a STM32 Nucleo module and OLED display on a custom PCB.

wooden coil

This project is influenced by and tries to improve upon similar DIY metal detectors, including the following:

detector cat

The first version of the schematic is available here:

https://github.com/bobasaurus/lumber-plunder-metal-detector/blob/main/images/lumber%20plunder%20metal%20detector%20schematic%20v1.pdf

I followed the coil design and wrapping guides for the TGSL linked above, though using a thicker magnet wire I happened to have on hand (and using fewer wraps to reduce weight):

wrapping jig

After wrapping, the coils were stiffened with dental floss knots and some waterlox wood finish. They were then shielded by wrapping sparsely with bare copper wire then coated with a mixture of polyurethane and graphite powder. Finally, the coils were wrapped in electrical tape to insulate.

After determining the correct amount of overlap to cancel out the transmit signal on the receive coil, I designed and built a wooden case for the coils with dowel adjusters to keep the receive coil nulled while the epoxy cured (measured with an oscilloscope while transmitting a 15 kHz sine wave on the tx coil):

coil case

I'm using a shielded USB cable to connect the coils to the control circuitry. Then a smartphone app generates the transmit signal and receives the return signal using the 3.5 mm audio jack.

2022/2/10: I found a problem with the schematic, I needed to put a 4.7k resistor from the microphone input to ground in order for my phone to detect it as a "headset" and change the audio input device from the internal mic to the cable/plug. I'll update it soon.

2022/11/25: This detector has major issues with ground balance, redesigning with a V2 schematic now to try and fix this. Will likely change to using an stm32 nucleo board w/ an OLED instead of using a smartphone.