<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one</link><description /><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one</link><pubDate>Thu, 08 Jan 2026 12:35:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>e14sbhargav</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Current Revision posted to Documents by e14sbhargav on 1/8/2026 12:35:32 PM&lt;br /&gt;
&lt;p&gt;Mark takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/pastedimage1767875437655v2.png" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/7356.schematic.png" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepdm0o0"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/IMG_5F00_1803.JPG" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepf56m1"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/schematic_2D00_analogdetail.png" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analogue Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analogue circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analogue circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/puls-detectyor.Movie_5F00_Snapshot.jpg" /&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/puls-detectyor-_2800_2_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeephfmb2"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/puls-detectyor-_2800_3_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detection caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/photo_5F00_2025_2D00_11_2D00_28_5F00_19_2D00_34_2D00_57.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used ChatGPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initialises the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeepi7sp3"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-03-81/puls-detectyor-_2800_6_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/challenges-projects/element14-presents/m/files/150897"&gt;Episode 696 Supporting Files&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s0"&gt;Bill of Materials&lt;/h2&gt;
&lt;table class="e14-product-bom-main"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;th&gt;&lt;a id="e14-product-link-eb423" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689,23299870,98436800,1191742~4,1653665~3,3117073~2,27528320,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,24023790,2361100,1864371~5,94638950,94639760,94651700,94660960,94684630,4412365&amp;nsku=96AJ0034,95W78310,05R03530,98K8536~4,63J7435~3,34AH0959~2,17AC53210,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X58460,18X4918,74AC4197~5,82K82790,29AM47800,26R40820,97K56320,97K58410,02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_BUY_KIT" class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('eb423'));" data-farnell="3877689,2329987~10,9843680~10,1191742~4,1653665~3,3117073~2,2752832~10,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,2402379~10,2361100,1864371~5,9463895~10,9463976~10,9465170~10,9466096~10,9468463~10,4412365" data-newark="96AJ0034,95W7831~10,05R0353~10,98K8536~4,63J7435~3,34AH0959~2,17AC5321~10,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X5846~10,18X4918,74AC4197~5,82K8279~10,29AM4780~10,26R4082~10,97K5632~10,97K5841~10,02AM8456" data-comoverride="" data-cmpoverride="" data-cpc=",undefined~10,undefined~10,undefined~4,undefined~3,undefined~2,undefined~10,undefined~5,undefined~3,undefined~2,undefined~2,undefined~2,,undefined~5,undefined~2,,undefined~10,,undefined~5,undefined~10,undefined~10,undefined~10,undefined~10,undefined~10," data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Kit&lt;/a&gt; &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STARTECH USB Cable, Type A Plug to Type C Plug, 1 m, 3.3 ft, USB 2.0, Black&lt;/td&gt;
&lt;td&gt;STARTECH&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-220d2" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689&amp;nsku=96AJ0034&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('220d2'));" data-farnell="3877689" data-newark="96AJ0034" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY Through Hole Resistor, 100 kohm, LR Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f4c96" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=23299870&amp;nsku=95W78310&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f4c96'));" data-farnell="2329987~10" data-newark="95W7831~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Small Signal Diode, Single, 100 V, 200 mA, 1 V, 4 ns, 4 A&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f2896" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=98436800&amp;nsku=05R03530&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f2896'));" data-farnell="9843680~10" data-newark="05R0353~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ALPS ALPINE Rotary Potentiometer, 100 kohm, 1 Turns, Linear, 50 mW, &amp;Acirc;&amp;plusmn; 20%, RK09 Series&lt;/td&gt;
&lt;td&gt;ALPS ALPINE&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-0ca8b" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1191742~4&amp;nsku=98K8536~4&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('0ca8b'));" data-farnell="1191742~4" data-newark="98K8536~4" data-comoverride="" data-cmpoverride="" data-cpc="undefined~4" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Power MOSFET, P Channel, 200 V, 6.5 A, 0.8 ohm, TO-220AB, Through Hole&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-1f4ec" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1653665~3&amp;nsku=63J7435~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('1f4ec'));" data-farnell="1653665~3" data-newark="63J7435~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TEXAS INSTRUMENTS Operational Amplifier, 2 Channels, 1 MHz, 0.1 V/&amp;Acirc;&amp;micro;s, 3V to 32V, DIP, 8 Pins&lt;/td&gt;
&lt;td&gt;TEXAS INSTRUMENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-00f78" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3117073~2&amp;nsku=34AH0959~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('00f78'));" data-farnell="3117073~2" data-newark="34AH0959~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEMET Multilayer Ceramic Capacitor, 0.1 &amp;Acirc;&amp;micro;F, 200 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, X8R, 5.08 mm&lt;/td&gt;
&lt;td&gt;KEMET&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-10bdf" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=27528320&amp;nsku=17AC53210&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('10bdf'));" data-farnell="2752832~10" data-newark="17AC5321~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MURATA Multilayer Ceramic Capacitor, 1000 pF, 50 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, C0G / NP0, 5 mm&lt;/td&gt;
&lt;td&gt;MURATA&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f9b92" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2990765~5&amp;nsku=94AC9333~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f9b92'));" data-farnell="2990765~5" data-newark="94AC9333~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Multilayer Ceramic Capacitor, 1 &amp;Acirc;&amp;micro;F, 50 V, &amp;Acirc;&amp;plusmn; 10%, PC Pin, X7R, 5.08 mm&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f961b" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2112947~3&amp;nsku=97M4165~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f961b'));" data-farnell="2112947~3" data-newark="97M4165~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PANASONIC Electrolytic Capacitor, 470 &amp;Acirc;&amp;micro;F, 25 V, &amp;Acirc;&amp;plusmn; 20%, Radial Leaded, 2000 hours @ 85&amp;Acirc;&amp;deg;C, Polar&lt;/td&gt;
&lt;td&gt;PANASONIC&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-d142f" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1848502~2&amp;nsku=17T5009~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('d142f'));" data-farnell="1848502~2" data-newark="17T5009~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BOURNS Trimmer, Multi Turn, Cermet, Top Adjust, 10 kohm, Through Hole, 25 Turns&lt;/td&gt;
&lt;td&gt;BOURNS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-61498" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=9353186~2&amp;nsku=62J1423~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('61498'));" data-farnell="9353186~2" data-newark="62J1423~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Battery Holder, Through Hole, 1 x PP3 (9V)&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-0e263" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3126589~2&amp;nsku=07AH4365~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('0e263'));" data-farnell="3126589~2" data-newark="07AH4365~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PCB Test Point, Pin, Multicomp Colour Coded Through-hole PCB Test Pins, Black, Through Hole Mount&lt;/td&gt;
&lt;td&gt;MULTICOMP&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-d87a0" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1702000&amp;nsku=08R5914&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('d87a0'));" data-farnell="1702000" data-newark="08R5914" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Bipolar (BJT) Single Transistor, NPN, 45 V, 100 mA, 1.5 W, TO-92, Through Hole&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-ebda7" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1017673~5&amp;nsku=08N8056~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('ebda7'));" data-farnell="1017673~5" data-newark="08N8056~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ERG COMPONENTS DIP / SIP Switch, Jumper, 1 Circuits, Slide, Through Hole, SPST, 100 V, 1 A&lt;/td&gt;
&lt;td&gt;ERG COMPONENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-4ca7a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3289758~2&amp;nsku=30H5272~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4ca7a'));" data-farnell="3289758~2" data-newark="30H5272~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NIDEC COMPONENTS Slide Switch, Sub-Miniature, DPDT, On-On, Through Hole, MFS Series, 1 A, 125 V&lt;/td&gt;
&lt;td&gt;NIDEC COMPONENTS&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-022d1" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2854845&amp;nsku=56AC6124&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('022d1'));" data-farnell="2854845" data-newark="56AC6124" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WURTH ELEKTRONIK Tactile Switch, WS-TATV Series, Top Actuated, Through Hole, Round Button, 160 gf, 50mA at 12VDC&lt;/td&gt;
&lt;td&gt;WURTH ELEKTRONIK&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-1641a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=24023790&amp;nsku=45X58460&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('1641a'));" data-farnell="2402379~10" data-newark="45X5846~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Speaker, 150 mW, 8 ohm, 73 dB, 700 Hz to 4 kHz&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-dfc5e" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2361100&amp;nsku=18X4918&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('dfc5e'));" data-farnell="2361100" data-newark="18X4918" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Inductor, MCSCH895 Series, 3.3 &amp;Acirc;&amp;micro;H, 6.3 A, 0.013 ohm, &amp;Acirc;&amp;plusmn; 20%&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-36907" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1864371~5&amp;nsku=74AC4197~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('36907'));" data-farnell="1864371~5" data-newark="74AC4197~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 100 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a2d78" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94638950&amp;nsku=82K82790&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a2d78'));" data-farnell="9463895~10" data-newark="82K8279~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 10 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-0fe00" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94639760&amp;nsku=29AM47800&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('0fe00'));" data-farnell="9463976~10" data-newark="29AM4780~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 1 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-8909c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94651700&amp;nsku=26R40820&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('8909c'));" data-farnell="9465170~10" data-newark="26R4082~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 22 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-4f797" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94660960&amp;nsku=97K56320&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4f797'));" data-farnell="9466096~10" data-newark="97K5632~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 470 ohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a2091" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94684630&amp;nsku=97K58410&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a2091'));" data-farnell="9468463~10" data-newark="97K5841~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUI AUDIO Exciter, 80Hz to 10.5kHz, 8 ohm, 103dBA, 20W, Round, Square Frame, Bare Mount&lt;/td&gt;
&lt;td&gt;PUI AUDIO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-5c871" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=4412365&amp;nsku=02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('5c871'));" data-farnell="4412365" data-newark="02AM8456" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="xs-hide"&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s1"&gt;Additional Parts&lt;/h2&gt;
&lt;table class="e14-product-bom-additional"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3d printed parts( files include)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Wires&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio cord stereo jack 3,5mm both sides&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thin copper wire 0,2mm&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ESP32 DoitDevKit one&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio Board&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PCB-&amp;gt; use the gerber files to order your own pcb at your prefered supplier&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="mcetoc_1jeep7f0s2"&gt;&lt;/h3&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/7</link><pubDate>Thu, 08 Jan 2026 12:35:32 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 7 posted to Documents by cstanton on 1/8/2026 12:35:32 PM&lt;br /&gt;
&lt;p&gt;Mark takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/pastedimage1767875437655v2.png" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/7356.schematic.png" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepdm0o0"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/IMG_5F00_1803.JPG" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepf56m1"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/schematic_2D00_analogdetail.png" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analogue Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analogue circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analogue circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor.Movie_5F00_Snapshot.jpg" /&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_2_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeephfmb2"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_3_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detection caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/photo_5F00_2025_2D00_11_2D00_28_5F00_19_2D00_34_2D00_57.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used ChatGPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initialises the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeepi7sp3"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_6_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/challenges-projects/element14-presents/m/files/150897"&gt;Episode 696 Supporting Files&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s0"&gt;Bill of Materials&lt;/h2&gt;
&lt;table class="e14-product-bom-main"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;th&gt;&lt;a id="e14-product-link-21055" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689,23299870,98436800,1191742~4,1653665~3,3117073~2,27528320,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,24023790,2361100,1864371~5,94638950,94639760,94651700,94660960,94684630,4412365&amp;nsku=96AJ0034,95W78310,05R03530,98K8536~4,63J7435~3,34AH0959~2,17AC53210,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X58460,18X4918,74AC4197~5,82K82790,29AM47800,26R40820,97K56320,97K58410,02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_BUY_KIT" class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('21055'));" data-farnell="3877689,2329987~10,9843680~10,1191742~4,1653665~3,3117073~2,2752832~10,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,2402379~10,2361100,1864371~5,9463895~10,9463976~10,9465170~10,9466096~10,9468463~10,4412365" data-newark="96AJ0034,95W7831~10,05R0353~10,98K8536~4,63J7435~3,34AH0959~2,17AC5321~10,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X5846~10,18X4918,74AC4197~5,82K8279~10,29AM4780~10,26R4082~10,97K5632~10,97K5841~10,02AM8456" data-comoverride="" data-cmpoverride="" data-cpc=",undefined~10,undefined~10,undefined~4,undefined~3,undefined~2,undefined~10,undefined~5,undefined~3,undefined~2,undefined~2,undefined~2,,undefined~5,undefined~2,,undefined~10,,undefined~5,undefined~10,undefined~10,undefined~10,undefined~10,undefined~10," data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Kit&lt;/a&gt; &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STARTECH USB Cable, Type A Plug to Type C Plug, 1 m, 3.3 ft, USB 2.0, Black&lt;/td&gt;
&lt;td&gt;STARTECH&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-862c0" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689&amp;nsku=96AJ0034&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('862c0'));" data-farnell="3877689" data-newark="96AJ0034" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY Through Hole Resistor, 100 kohm, LR Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f4da1" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=23299870&amp;nsku=95W78310&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f4da1'));" data-farnell="2329987~10" data-newark="95W7831~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Small Signal Diode, Single, 100 V, 200 mA, 1 V, 4 ns, 4 A&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-2a845" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=98436800&amp;nsku=05R03530&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('2a845'));" data-farnell="9843680~10" data-newark="05R0353~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ALPS ALPINE Rotary Potentiometer, 100 kohm, 1 Turns, Linear, 50 mW, &amp;Acirc;&amp;plusmn; 20%, RK09 Series&lt;/td&gt;
&lt;td&gt;ALPS ALPINE&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-12114" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1191742~4&amp;nsku=98K8536~4&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('12114'));" data-farnell="1191742~4" data-newark="98K8536~4" data-comoverride="" data-cmpoverride="" data-cpc="undefined~4" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Power MOSFET, P Channel, 200 V, 6.5 A, 0.8 ohm, TO-220AB, Through Hole&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-095b1" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1653665~3&amp;nsku=63J7435~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('095b1'));" data-farnell="1653665~3" data-newark="63J7435~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TEXAS INSTRUMENTS Operational Amplifier, 2 Channels, 1 MHz, 0.1 V/&amp;Acirc;&amp;micro;s, 3V to 32V, DIP, 8 Pins&lt;/td&gt;
&lt;td&gt;TEXAS INSTRUMENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-da4f5" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3117073~2&amp;nsku=34AH0959~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('da4f5'));" data-farnell="3117073~2" data-newark="34AH0959~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEMET Multilayer Ceramic Capacitor, 0.1 &amp;Acirc;&amp;micro;F, 200 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, X8R, 5.08 mm&lt;/td&gt;
&lt;td&gt;KEMET&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-b25e0" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=27528320&amp;nsku=17AC53210&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('b25e0'));" data-farnell="2752832~10" data-newark="17AC5321~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MURATA Multilayer Ceramic Capacitor, 1000 pF, 50 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, C0G / NP0, 5 mm&lt;/td&gt;
&lt;td&gt;MURATA&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-fe531" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2990765~5&amp;nsku=94AC9333~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('fe531'));" data-farnell="2990765~5" data-newark="94AC9333~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Multilayer Ceramic Capacitor, 1 &amp;Acirc;&amp;micro;F, 50 V, &amp;Acirc;&amp;plusmn; 10%, PC Pin, X7R, 5.08 mm&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-92a2c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2112947~3&amp;nsku=97M4165~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('92a2c'));" data-farnell="2112947~3" data-newark="97M4165~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PANASONIC Electrolytic Capacitor, 470 &amp;Acirc;&amp;micro;F, 25 V, &amp;Acirc;&amp;plusmn; 20%, Radial Leaded, 2000 hours @ 85&amp;Acirc;&amp;deg;C, Polar&lt;/td&gt;
&lt;td&gt;PANASONIC&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-0f0ad" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1848502~2&amp;nsku=17T5009~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('0f0ad'));" data-farnell="1848502~2" data-newark="17T5009~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BOURNS Trimmer, Multi Turn, Cermet, Top Adjust, 10 kohm, Through Hole, 25 Turns&lt;/td&gt;
&lt;td&gt;BOURNS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-d4458" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=9353186~2&amp;nsku=62J1423~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('d4458'));" data-farnell="9353186~2" data-newark="62J1423~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Battery Holder, Through Hole, 1 x PP3 (9V)&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-01274" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3126589~2&amp;nsku=07AH4365~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('01274'));" data-farnell="3126589~2" data-newark="07AH4365~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PCB Test Point, Pin, Multicomp Colour Coded Through-hole PCB Test Pins, Black, Through Hole Mount&lt;/td&gt;
&lt;td&gt;MULTICOMP&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-dd560" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1702000&amp;nsku=08R5914&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('dd560'));" data-farnell="1702000" data-newark="08R5914" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Bipolar (BJT) Single Transistor, NPN, 45 V, 100 mA, 1.5 W, TO-92, Through Hole&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-72edf" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1017673~5&amp;nsku=08N8056~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('72edf'));" data-farnell="1017673~5" data-newark="08N8056~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ERG COMPONENTS DIP / SIP Switch, Jumper, 1 Circuits, Slide, Through Hole, SPST, 100 V, 1 A&lt;/td&gt;
&lt;td&gt;ERG COMPONENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-7de65" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3289758~2&amp;nsku=30H5272~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('7de65'));" data-farnell="3289758~2" data-newark="30H5272~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NIDEC COMPONENTS Slide Switch, Sub-Miniature, DPDT, On-On, Through Hole, MFS Series, 1 A, 125 V&lt;/td&gt;
&lt;td&gt;NIDEC COMPONENTS&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a29c3" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2854845&amp;nsku=56AC6124&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a29c3'));" data-farnell="2854845" data-newark="56AC6124" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WURTH ELEKTRONIK Tactile Switch, WS-TATV Series, Top Actuated, Through Hole, Round Button, 160 gf, 50mA at 12VDC&lt;/td&gt;
&lt;td&gt;WURTH ELEKTRONIK&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-4dc50" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=24023790&amp;nsku=45X58460&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4dc50'));" data-farnell="2402379~10" data-newark="45X5846~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Speaker, 150 mW, 8 ohm, 73 dB, 700 Hz to 4 kHz&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-73150" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2361100&amp;nsku=18X4918&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('73150'));" data-farnell="2361100" data-newark="18X4918" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Inductor, MCSCH895 Series, 3.3 &amp;Acirc;&amp;micro;H, 6.3 A, 0.013 ohm, &amp;Acirc;&amp;plusmn; 20%&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-ae3aa" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1864371~5&amp;nsku=74AC4197~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('ae3aa'));" data-farnell="1864371~5" data-newark="74AC4197~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 100 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-9847a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94638950&amp;nsku=82K82790&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('9847a'));" data-farnell="9463895~10" data-newark="82K8279~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 10 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-86f0f" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94639760&amp;nsku=29AM47800&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('86f0f'));" data-farnell="9463976~10" data-newark="29AM4780~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 1 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-84a1c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94651700&amp;nsku=26R40820&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('84a1c'));" data-farnell="9465170~10" data-newark="26R4082~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 22 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-46dea" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94660960&amp;nsku=97K56320&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('46dea'));" data-farnell="9466096~10" data-newark="97K5632~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 470 ohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-f9084" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94684630&amp;nsku=97K58410&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('f9084'));" data-farnell="9468463~10" data-newark="97K5841~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUI AUDIO Exciter, 80Hz to 10.5kHz, 8 ohm, 103dBA, 20W, Round, Square Frame, Bare Mount&lt;/td&gt;
&lt;td&gt;PUI AUDIO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-24109" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=4412365&amp;nsku=02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('24109'));" data-farnell="4412365" data-newark="02AM8456" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="xs-hide"&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s1"&gt;Additional Parts&lt;/h2&gt;
&lt;table class="e14-product-bom-additional"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3d printed parts( files include)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Wires&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio cord stereo jack 3,5mm both sides&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thin copper wire 0,2mm&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ESP32 DoitDevKit one&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio Board&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PCB-&amp;gt; use the gerber files to order your own pcb at your prefered supplier&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="mcetoc_1jeep7f0s2"&gt;&lt;/h3&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/6</link><pubDate>Thu, 08 Jan 2026 12:34:16 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 6 posted to Documents by cstanton on 1/8/2026 12:34:16 PM&lt;br /&gt;
&lt;p&gt;Mark takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;img alt="image" style="max-height:360px;max-width:640px;" src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/pastedimage1767875437655v2.png"  /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/7356.schematic.png" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepdm0o0"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/IMG_5F00_1803.JPG" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeepf56m1"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/schematic_2D00_analogdetail.png" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analogue Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analogue circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analogue circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor.Movie_5F00_Snapshot.jpg" /&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_2_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeephfmb2"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_3_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detection caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;p&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/photo_5F00_2025_2D00_11_2D00_28_5F00_19_2D00_34_2D00_57.jpg" /&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeepi7sp3"&gt;&lt;img loading="lazy" alt="image" style="max-height:360px;max-width:640px;"  src="/resized-image/__size/1280x720/__key/communityserver-wikis-components-files/00-00-00-04-35/puls-detectyor-_2800_6_2900_.Movie_5F00_Snapshot.jpg" /&gt;&lt;/h2&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/challenges-projects/element14-presents/m/files/150897"&gt;Episode 696 Supporting Files&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s0"&gt;Bill of Materials&lt;/h2&gt;
&lt;table class="e14-product-bom-main"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;th&gt;&lt;a id="e14-product-link-363fc" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689,23299870,98436800,1191742~4,1653665~3,3117073~2,27528320,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,24023790,2361100,1864371~5,94638950,94639760,94651700,94660960,94684630,4412365&amp;nsku=96AJ0034,95W78310,05R03530,98K8536~4,63J7435~3,34AH0959~2,17AC53210,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X58460,18X4918,74AC4197~5,82K82790,29AM47800,26R40820,97K56320,97K58410,02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_BUY_KIT" class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('363fc'));" data-farnell="3877689,2329987~10,9843680~10,1191742~4,1653665~3,3117073~2,2752832~10,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,2402379~10,2361100,1864371~5,9463895~10,9463976~10,9465170~10,9466096~10,9468463~10,4412365" data-newark="96AJ0034,95W7831~10,05R0353~10,98K8536~4,63J7435~3,34AH0959~2,17AC5321~10,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X5846~10,18X4918,74AC4197~5,82K8279~10,29AM4780~10,26R4082~10,97K5632~10,97K5841~10,02AM8456" data-comoverride="" data-cmpoverride="" data-cpc=",undefined~10,undefined~10,undefined~4,undefined~3,undefined~2,undefined~10,undefined~5,undefined~3,undefined~2,undefined~2,undefined~2,,undefined~5,undefined~2,,undefined~10,,undefined~5,undefined~10,undefined~10,undefined~10,undefined~10,undefined~10," data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Kit&lt;/a&gt; &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STARTECH USB Cable, Type A Plug to Type C Plug, 1 m, 3.3 ft, USB 2.0, Black&lt;/td&gt;
&lt;td&gt;STARTECH&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-53f26" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689&amp;nsku=96AJ0034&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('53f26'));" data-farnell="3877689" data-newark="96AJ0034" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY Through Hole Resistor, 100 kohm, LR Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-fdc39" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=23299870&amp;nsku=95W78310&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('fdc39'));" data-farnell="2329987~10" data-newark="95W7831~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Small Signal Diode, Single, 100 V, 200 mA, 1 V, 4 ns, 4 A&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-9f8b6" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=98436800&amp;nsku=05R03530&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('9f8b6'));" data-farnell="9843680~10" data-newark="05R0353~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ALPS ALPINE Rotary Potentiometer, 100 kohm, 1 Turns, Linear, 50 mW, &amp;Acirc;&amp;plusmn; 20%, RK09 Series&lt;/td&gt;
&lt;td&gt;ALPS ALPINE&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-1f3c9" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1191742~4&amp;nsku=98K8536~4&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('1f3c9'));" data-farnell="1191742~4" data-newark="98K8536~4" data-comoverride="" data-cmpoverride="" data-cpc="undefined~4" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Power MOSFET, P Channel, 200 V, 6.5 A, 0.8 ohm, TO-220AB, Through Hole&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-5dda3" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1653665~3&amp;nsku=63J7435~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('5dda3'));" data-farnell="1653665~3" data-newark="63J7435~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TEXAS INSTRUMENTS Operational Amplifier, 2 Channels, 1 MHz, 0.1 V/&amp;Acirc;&amp;micro;s, 3V to 32V, DIP, 8 Pins&lt;/td&gt;
&lt;td&gt;TEXAS INSTRUMENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-394e5" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3117073~2&amp;nsku=34AH0959~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('394e5'));" data-farnell="3117073~2" data-newark="34AH0959~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEMET Multilayer Ceramic Capacitor, 0.1 &amp;Acirc;&amp;micro;F, 200 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, X8R, 5.08 mm&lt;/td&gt;
&lt;td&gt;KEMET&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-d7d45" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=27528320&amp;nsku=17AC53210&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('d7d45'));" data-farnell="2752832~10" data-newark="17AC5321~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MURATA Multilayer Ceramic Capacitor, 1000 pF, 50 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, C0G / NP0, 5 mm&lt;/td&gt;
&lt;td&gt;MURATA&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-ee456" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2990765~5&amp;nsku=94AC9333~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('ee456'));" data-farnell="2990765~5" data-newark="94AC9333~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Multilayer Ceramic Capacitor, 1 &amp;Acirc;&amp;micro;F, 50 V, &amp;Acirc;&amp;plusmn; 10%, PC Pin, X7R, 5.08 mm&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-09c9d" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2112947~3&amp;nsku=97M4165~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('09c9d'));" data-farnell="2112947~3" data-newark="97M4165~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PANASONIC Electrolytic Capacitor, 470 &amp;Acirc;&amp;micro;F, 25 V, &amp;Acirc;&amp;plusmn; 20%, Radial Leaded, 2000 hours @ 85&amp;Acirc;&amp;deg;C, Polar&lt;/td&gt;
&lt;td&gt;PANASONIC&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a8729" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1848502~2&amp;nsku=17T5009~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a8729'));" data-farnell="1848502~2" data-newark="17T5009~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BOURNS Trimmer, Multi Turn, Cermet, Top Adjust, 10 kohm, Through Hole, 25 Turns&lt;/td&gt;
&lt;td&gt;BOURNS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-52d37" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=9353186~2&amp;nsku=62J1423~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('52d37'));" data-farnell="9353186~2" data-newark="62J1423~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Battery Holder, Through Hole, 1 x PP3 (9V)&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-619d1" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3126589~2&amp;nsku=07AH4365~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('619d1'));" data-farnell="3126589~2" data-newark="07AH4365~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PCB Test Point, Pin, Multicomp Colour Coded Through-hole PCB Test Pins, Black, Through Hole Mount&lt;/td&gt;
&lt;td&gt;MULTICOMP&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-c827d" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1702000&amp;nsku=08R5914&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('c827d'));" data-farnell="1702000" data-newark="08R5914" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Bipolar (BJT) Single Transistor, NPN, 45 V, 100 mA, 1.5 W, TO-92, Through Hole&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a7f53" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1017673~5&amp;nsku=08N8056~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a7f53'));" data-farnell="1017673~5" data-newark="08N8056~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ERG COMPONENTS DIP / SIP Switch, Jumper, 1 Circuits, Slide, Through Hole, SPST, 100 V, 1 A&lt;/td&gt;
&lt;td&gt;ERG COMPONENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-9c226" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3289758~2&amp;nsku=30H5272~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('9c226'));" data-farnell="3289758~2" data-newark="30H5272~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NIDEC COMPONENTS Slide Switch, Sub-Miniature, DPDT, On-On, Through Hole, MFS Series, 1 A, 125 V&lt;/td&gt;
&lt;td&gt;NIDEC COMPONENTS&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-70170" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2854845&amp;nsku=56AC6124&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('70170'));" data-farnell="2854845" data-newark="56AC6124" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WURTH ELEKTRONIK Tactile Switch, WS-TATV Series, Top Actuated, Through Hole, Round Button, 160 gf, 50mA at 12VDC&lt;/td&gt;
&lt;td&gt;WURTH ELEKTRONIK&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-76ea8" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=24023790&amp;nsku=45X58460&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('76ea8'));" data-farnell="2402379~10" data-newark="45X5846~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Speaker, 150 mW, 8 ohm, 73 dB, 700 Hz to 4 kHz&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-3bf8a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2361100&amp;nsku=18X4918&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('3bf8a'));" data-farnell="2361100" data-newark="18X4918" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Inductor, MCSCH895 Series, 3.3 &amp;Acirc;&amp;micro;H, 6.3 A, 0.013 ohm, &amp;Acirc;&amp;plusmn; 20%&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-4a40c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1864371~5&amp;nsku=74AC4197~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4a40c'));" data-farnell="1864371~5" data-newark="74AC4197~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 100 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-ddb06" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94638950&amp;nsku=82K82790&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('ddb06'));" data-farnell="9463895~10" data-newark="82K8279~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 10 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-2b54c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94639760&amp;nsku=29AM47800&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('2b54c'));" data-farnell="9463976~10" data-newark="29AM4780~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 1 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-4f531" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94651700&amp;nsku=26R40820&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('4f531'));" data-farnell="9465170~10" data-newark="26R4082~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 22 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-1668a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94660960&amp;nsku=97K56320&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('1668a'));" data-farnell="9466096~10" data-newark="97K5632~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 470 ohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-936cf" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94684630&amp;nsku=97K58410&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('936cf'));" data-farnell="9468463~10" data-newark="97K5841~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUI AUDIO Exciter, 80Hz to 10.5kHz, 8 ohm, 103dBA, 20W, Round, Square Frame, Bare Mount&lt;/td&gt;
&lt;td&gt;PUI AUDIO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-93384" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=4412365&amp;nsku=02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('93384'));" data-farnell="4412365" data-newark="02AM8456" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="xs-hide"&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s1"&gt;Additional Parts&lt;/h2&gt;
&lt;table class="e14-product-bom-additional"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3d printed parts( files include)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Wires&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio cord stereo jack 3,5mm both sides&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thin copper wire 0,2mm&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ESP32 DoitDevKit one&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio Board&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PCB-&amp;gt; use the gerber files to order your own pcb at your prefered supplier&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="mcetoc_1jeep7f0s2"&gt;&lt;/h3&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/5</link><pubDate>Thu, 08 Jan 2026 12:28:06 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 5 posted to Documents by cstanton on 1/8/2026 12:28:06 PM&lt;br /&gt;
&lt;p&gt;Mark Donners takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analog Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analog circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analog circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detections caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/challenges-projects/element14-presents/m/files/150897"&gt;Episode 696 Supporting Files&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s0"&gt;Bill of Materials&lt;/h2&gt;
&lt;table class="e14-product-bom-main"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;th&gt;&lt;a id="e14-product-link-1290f" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689,23299870,98436800,1191742~4,1653665~3,3117073~2,27528320,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,24023790,2361100,1864371~5,94638950,94639760,94651700,94660960,94684630,4412365&amp;nsku=96AJ0034,95W78310,05R03530,98K8536~4,63J7435~3,34AH0959~2,17AC53210,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X58460,18X4918,74AC4197~5,82K82790,29AM47800,26R40820,97K56320,97K58410,02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_BUY_KIT" class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('1290f'));" data-farnell="3877689,2329987~10,9843680~10,1191742~4,1653665~3,3117073~2,2752832~10,2990765~5,2112947~3,1848502~2,9353186~2,3126589~2,1702000,1017673~5,3289758~2,2854845,2402379~10,2361100,1864371~5,9463895~10,9463976~10,9465170~10,9466096~10,9468463~10,4412365" data-newark="96AJ0034,95W7831~10,05R0353~10,98K8536~4,63J7435~3,34AH0959~2,17AC5321~10,94AC9333~5,97M4165~3,17T5009~2,62J1423~2,07AH4365~2,08R5914,08N8056~5,30H5272~2,56AC6124,45X5846~10,18X4918,74AC4197~5,82K8279~10,29AM4780~10,26R4082~10,97K5632~10,97K5841~10,02AM8456" data-comoverride="" data-cmpoverride="" data-cpc=",undefined~10,undefined~10,undefined~4,undefined~3,undefined~2,undefined~10,undefined~5,undefined~3,undefined~2,undefined~2,undefined~2,,undefined~5,undefined~2,,undefined~10,,undefined~5,undefined~10,undefined~10,undefined~10,undefined~10,undefined~10," data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Kit&lt;/a&gt; &lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;STARTECH USB Cable, Type A Plug to Type C Plug, 1 m, 3.3 ft, USB 2.0, Black&lt;/td&gt;
&lt;td&gt;STARTECH&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-b8627" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3877689&amp;nsku=96AJ0034&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('b8627'));" data-farnell="3877689" data-newark="96AJ0034" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY Through Hole Resistor, 100 kohm, LR Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;NEOHM - TE CONNECTIVITY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-c199b" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=23299870&amp;nsku=95W78310&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('c199b'));" data-farnell="2329987~10" data-newark="95W7831~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Small Signal Diode, Single, 100 V, 200 mA, 1 V, 4 ns, 4 A&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-b2641" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=98436800&amp;nsku=05R03530&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('b2641'));" data-farnell="9843680~10" data-newark="05R0353~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ALPS ALPINE Rotary Potentiometer, 100 kohm, 1 Turns, Linear, 50 mW, &amp;Acirc;&amp;plusmn; 20%, RK09 Series&lt;/td&gt;
&lt;td&gt;ALPS ALPINE&lt;/td&gt;
&lt;td&gt;4&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-3e4fb" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1191742~4&amp;nsku=98K8536~4&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('3e4fb'));" data-farnell="1191742~4" data-newark="98K8536~4" data-comoverride="" data-cmpoverride="" data-cpc="undefined~4" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Power MOSFET, P Channel, 200 V, 6.5 A, 0.8 ohm, TO-220AB, Through Hole&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-703d0" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1653665~3&amp;nsku=63J7435~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('703d0'));" data-farnell="1653665~3" data-newark="63J7435~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;TEXAS INSTRUMENTS Operational Amplifier, 2 Channels, 1 MHz, 0.1 V/&amp;Acirc;&amp;micro;s, 3V to 32V, DIP, 8 Pins&lt;/td&gt;
&lt;td&gt;TEXAS INSTRUMENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-2c656" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3117073~2&amp;nsku=34AH0959~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('2c656'));" data-farnell="3117073~2" data-newark="34AH0959~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;KEMET Multilayer Ceramic Capacitor, 0.1 &amp;Acirc;&amp;micro;F, 200 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, X8R, 5.08 mm&lt;/td&gt;
&lt;td&gt;KEMET&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-51a01" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=27528320&amp;nsku=17AC53210&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('51a01'));" data-farnell="2752832~10" data-newark="17AC5321~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MURATA Multilayer Ceramic Capacitor, 1000 pF, 50 V, &amp;Acirc;&amp;plusmn; 5%, Radial Leaded, C0G / NP0, 5 mm&lt;/td&gt;
&lt;td&gt;MURATA&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-55342" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2990765~5&amp;nsku=94AC9333~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('55342'));" data-farnell="2990765~5" data-newark="94AC9333~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Multilayer Ceramic Capacitor, 1 &amp;Acirc;&amp;micro;F, 50 V, &amp;Acirc;&amp;plusmn; 10%, PC Pin, X7R, 5.08 mm&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;3&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-834ea" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2112947~3&amp;nsku=97M4165~3&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('834ea'));" data-farnell="2112947~3" data-newark="97M4165~3" data-comoverride="" data-cmpoverride="" data-cpc="undefined~3" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PANASONIC Electrolytic Capacitor, 470 &amp;Acirc;&amp;micro;F, 25 V, &amp;Acirc;&amp;plusmn; 20%, Radial Leaded, 2000 hours @ 85&amp;Acirc;&amp;deg;C, Polar&lt;/td&gt;
&lt;td&gt;PANASONIC&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-c27bf" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1848502~2&amp;nsku=17T5009~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('c27bf'));" data-farnell="1848502~2" data-newark="17T5009~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;BOURNS Trimmer, Multi Turn, Cermet, Top Adjust, 10 kohm, Through Hole, 25 Turns&lt;/td&gt;
&lt;td&gt;BOURNS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-c23ac" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=9353186~2&amp;nsku=62J1423~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('c23ac'));" data-farnell="9353186~2" data-newark="62J1423~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Battery Holder, Through Hole, 1 x PP3 (9V)&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-40512" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3126589~2&amp;nsku=07AH4365~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('40512'));" data-farnell="3126589~2" data-newark="07AH4365~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PCB Test Point, Pin, Multicomp Colour Coded Through-hole PCB Test Pins, Black, Through Hole Mount&lt;/td&gt;
&lt;td&gt;MULTICOMP&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-6ec03" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1702000&amp;nsku=08R5914&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('6ec03'));" data-farnell="1702000" data-newark="08R5914" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ONSEMI Bipolar (BJT) Single Transistor, NPN, 45 V, 100 mA, 1.5 W, TO-92, Through Hole&lt;/td&gt;
&lt;td&gt;ONSEMI&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-33b8a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1017673~5&amp;nsku=08N8056~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('33b8a'));" data-farnell="1017673~5" data-newark="08N8056~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ERG COMPONENTS DIP / SIP Switch, Jumper, 1 Circuits, Slide, Through Hole, SPST, 100 V, 1 A&lt;/td&gt;
&lt;td&gt;ERG COMPONENTS&lt;/td&gt;
&lt;td&gt;2&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-b271a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=3289758~2&amp;nsku=30H5272~2&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('b271a'));" data-farnell="3289758~2" data-newark="30H5272~2" data-comoverride="" data-cmpoverride="" data-cpc="undefined~2" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;NIDEC COMPONENTS Slide Switch, Sub-Miniature, DPDT, On-On, Through Hole, MFS Series, 1 A, 125 V&lt;/td&gt;
&lt;td&gt;NIDEC COMPONENTS&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-7a868" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2854845&amp;nsku=56AC6124&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('7a868'));" data-farnell="2854845" data-newark="56AC6124" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;WURTH ELEKTRONIK Tactile Switch, WS-TATV Series, Top Actuated, Through Hole, Round Button, 160 gf, 50mA at 12VDC&lt;/td&gt;
&lt;td&gt;WURTH ELEKTRONIK&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-a958a" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=24023790&amp;nsku=45X58460&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('a958a'));" data-farnell="2402379~10" data-newark="45X5846~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Speaker, 150 mW, 8 ohm, 73 dB, 700 Hz to 4 kHz&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-15920" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=2361100&amp;nsku=18X4918&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('15920'));" data-farnell="2361100" data-newark="18X4918" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;MULTICOMP PRO Inductor, MCSCH895 Series, 3.3 &amp;Acirc;&amp;micro;H, 6.3 A, 0.013 ohm, &amp;Acirc;&amp;plusmn; 20%&lt;/td&gt;
&lt;td&gt;MULTICOMP PRO&lt;/td&gt;
&lt;td&gt;5&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-95e16" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=1864371~5&amp;nsku=74AC4197~5&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('95e16'));" data-farnell="1864371~5" data-newark="74AC4197~5" data-comoverride="" data-cmpoverride="" data-cpc="undefined~5" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 100 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-e5bea" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94638950&amp;nsku=82K82790&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('e5bea'));" data-farnell="9463895~10" data-newark="82K8279~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 10 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-710ee" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94639760&amp;nsku=29AM47800&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('710ee'));" data-farnell="9463976~10" data-newark="29AM4780~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 1 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-6f0db" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94651700&amp;nsku=26R40820&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('6f0db'));" data-farnell="9465170~10" data-newark="26R4082~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 22 kohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-9b777" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94660960&amp;nsku=97K56320&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('9b777'));" data-farnell="9466096~10" data-newark="97K5632~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;VISHAY Through Hole Resistor, 470 ohm, MRS25 Series, 600 mW, &amp;Acirc;&amp;plusmn; 1%, Axial Leaded, 350 V&lt;/td&gt;
&lt;td&gt;VISHAY&lt;/td&gt;
&lt;td&gt;10&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-6ce6c" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=94684630&amp;nsku=97K58410&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('6ce6c'));" data-farnell="9468463~10" data-newark="97K5841~10" data-comoverride="" data-cmpoverride="" data-cpc="undefined~10" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PUI AUDIO Exciter, 80Hz to 10.5kHz, 8 ohm, 103dBA, 20W, Round, Square Frame, Bare Mount&lt;/td&gt;
&lt;td&gt;PUI AUDIO&lt;/td&gt;
&lt;td&gt;1&lt;/td&gt;
&lt;td&gt;&lt;a id="e14-product-link-8fd7d" data-at-areainteracted="rte-content" data-at-type="click" data-at-link-type="button" href="https://referral.element14.com/OrderCodeView?fsku=4412365&amp;nsku=02AM8456&amp;COM=e14c-noscript&amp;CMP=e14c-noscript&amp;osetc=e14-noscript-tracking-loss" data-at-label="PRODUCT_POPUP_OPEN"class="e14-embedded e14_shopping-cart-far e14-button" onclick="event.preventDefault();e14.func.displayProduct(e14.meta.user.country, this, 'embedded-link', e14.func.getProductLinkJSON('8fd7d'));" data-farnell="4412365" data-newark="02AM8456" data-comoverride="" data-cmpoverride="" data-cpc="undefined" data-avnetemea="" data-avnetema="" data-avnetasia="" &gt;Buy Now&lt;/a&gt; &lt;/td&gt;
&lt;/tr&gt;
&lt;tr class="xs-hide"&gt;
&lt;td&gt;&amp;nbsp;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeep7f0s1"&gt;Additional Parts&lt;/h2&gt;
&lt;table class="e14-product-bom-additional"&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;th&gt;Product Name&lt;/th&gt;
&lt;th&gt;Manufacturer&lt;/th&gt;
&lt;th&gt;Quantity&lt;/th&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;3d printed parts( files include)&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Wires&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio cord stereo jack 3,5mm both sides&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Thin copper wire 0,2mm&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;ESP32 DoitDevKit one&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Display&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Audio Board&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;PCB-&amp;gt; use the gerber files to order your own pcb at your prefered supplier&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;td&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;
&lt;h3 id="mcetoc_1jeep7f0s2"&gt;&lt;/h3&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/4</link><pubDate>Thu, 08 Jan 2026 12:12:42 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 4 posted to Documents by cstanton on 1/8/2026 12:12:42 PM&lt;br /&gt;
&lt;p&gt;Mark Donners takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analog Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analog circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analog circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detections caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&amp;nbsp;&lt;a href="https://community.element14.com/challenges-projects/element14-presents/m/files/150897"&gt;Episode 696 Supporting Files&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/3</link><pubDate>Thu, 08 Jan 2026 11:07:19 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 3 posted to Documents by cstanton on 1/8/2026 11:07:19 AM&lt;br /&gt;
&lt;p&gt;Mark Donners takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;a href="https://youtu.be/LAtnEHNkjJ4"&gt;https://youtu.be/LAtnEHNkjJ4&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analog Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analog circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analog circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detections caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/2</link><pubDate>Thu, 08 Jan 2026 10:52:28 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 2 posted to Documents by cstanton on 1/8/2026 10:52:28 AM&lt;br /&gt;
&lt;p&gt;Mark Donners takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analog Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analog circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analog circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detections caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;

&lt;div style="font-size: 90%;"&gt;Tags: diy electronics metal detection, esp32 metal detector project, arduino pulse metal detector, metal detector coil design, metal detector analog front end, esp32 electronics project, build your own metal detector, pulse induction metal detector circuit, pulse induction metal detector schematic, diy treasure hunting electronics, pulse induction detector arduino code, metal detector signal processing, homemade metal detector esp32, minelab, diy pulse induction metal detector, friday_release, custom metal detector coil winding&lt;/div&gt;
</description></item><item><title>How a Pulse Metal Detector Works, and How to Build One</title><link>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one/revision/1</link><pubDate>Thu, 08 Jan 2026 10:29:43 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:9f6bab00-2bb1-4e40-bb17-fa6b0a8b5961</guid><dc:creator>cstanton</dc:creator><comments>https://community.element14.com/challenges-projects/element14-presents/project-videos/w/documents/72008/how-a-pulse-metal-detector-works-and-how-to-build-one#comments</comments><description>Revision 1 posted to Documents by cstanton on 1/8/2026 10:29:43 AM&lt;br /&gt;
&lt;p&gt;Mark Donners takes you through the full build of a DIY pulse induction metal detector and explains the principles behind how it detects metal. He covers the electronics design, coil winding and shielding, and how an ESP32 is used to generate pulses, analyse the return signal, and provide audio and visual feedback. The project is designed to be adjustable and extensible, allowing you to tune detection behaviour and explore how different parameters affect performance. Mark also shares practical insights from building and testing the detector, making the video useful for anyone interested in metal detection or hands-on electronics.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeibne315"&gt;Watch the Project&lt;/h2&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Building a metal detector is a good way to explore electromagnetics, analog signal processing, and embedded firmware in a single project. When Mark Donners started this build, he did not begin with a fixed design or a specific performance target. Instead, the goal was to understand how metal detectors work and to create a detector that could be adjusted, explored, and improved.&lt;/p&gt;
&lt;p&gt;To build that foundation, Mark first studied the underlying theory. A key reference was &lt;em&gt;Inside the Metal Detector&lt;/em&gt; by Carl Moreland, which explains the different detection methods used in commercial designs. From this research it became clear that, while there are several detector types, they all rely on coils and changes in electromagnetic behaviour. For this project, Mark chose a pulse induction approach because it is well suited to experimentation and relatively tolerant of environmental conditions.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnk"&gt;What Is a Pulse Induction Metal Detector?&lt;/h2&gt;
&lt;p&gt;A pulse induction (PI) metal detector works by sending short, high-energy pulses through a coil and then observing what happens when the pulse stops. As Mark explains in the video:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;What we do is generate a pulse, send it to the coil, and then listen back on the same coil and follow the signal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Each pulse creates a magnetic field around the coil. When the pulse ends, the coil does not immediately return to rest. Instead, it produces a decaying oscillation, often referred to as ringing. The presence of metal near the coil changes how long this ringing lasts and how strong it is. By measuring those changes, the detector can determine when metal is present.&lt;/p&gt;
&lt;p&gt;Some pulse detectors use a single coil for both transmitting and receiving, while others use separate coils. At the design stage, Mark did not yet know which configuration would work best for his setup, so the hardware was designed to support both options.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnl"&gt;Overall System Design&lt;/h2&gt;
&lt;p&gt;The detector is built around an ESP32, which handles pulse generation, signal sampling, user input, display output, and audio feedback. Around that core, the system includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;A custom analog front end for driving the coil and conditioning the received signal&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;A graphic display for visual feedback&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;An audio board with speaker or headphone output&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Adjustable controls for tuning detection behaviour&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Interchangeable coils&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Early in the video, Mark summarises the concept simply:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;This one uses an ESP32 and a graphic display, and it has a nice sound for you to detect metal.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnm"&gt;User Interface and Controls&lt;/h2&gt;
&lt;p&gt;The detector is designed to be adjusted while in use. The front panel includes four potentiometers, a touch button, and a power switch. These inputs allow the user to change detection parameters without modifying the firmware.&lt;/p&gt;
&lt;p&gt;Using the controls, you can adjust:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Blanking time, which sets how long the system waits after a pulse before listening&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The number of samples taken during each measurement&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The delay between measurement sweeps&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The sampling interval&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Mark encourages users to actively adjust these settings while testing:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;You can just mess around with those parameters and see how that works out for you.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnn"&gt;Analog Front-End Circuitry&lt;/h2&gt;
&lt;p&gt;The analog circuitry is divided into two nearly identical sections.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpno"&gt;Transmit and Receive Channel&lt;/h3&gt;
&lt;p&gt;The upper section of the circuit drives the transmit coil. A short pulse generated by the ESP32 switches a MOSFET, boosting the signal to the full supply voltage, around 18 V peak. This produces a strong magnetic pulse in the coil.&lt;/p&gt;
&lt;p&gt;Once the pulse ends, the coil begins to ring due to its inductance. This signal is carefully processed:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Diodes clip the high-energy pulse to protect the analog circuitry&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Only the low-level ringing signal is passed through&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The signal is amplified, rectified, and filtered&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;The processed voltage is fed into the ESP32&amp;rsquo;s ADC&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnp"&gt;Receive-Only Channel&lt;/h3&gt;
&lt;p&gt;The lower section of the circuit uses the same signal conditioning chain but does not generate pulses. It continuously listens to a connected coil.&lt;/p&gt;
&lt;p&gt;Mark explains why both circuits were included:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;At the time that I designed this, I had no idea yet if I&amp;rsquo;m going to use both the circuits or just one only. So I left both in there.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This makes the design flexible for experimenting with different coil arrangements.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnq"&gt;PCB Assembly Approach&lt;/h2&gt;
&lt;p&gt;Assembly follows a straightforward and reliable process. Mark recommends starting with low-profile components such as resistors, then moving on to capacitors and connectors, and finally installing sensitive parts like the ESP32, display, and audio board.&lt;/p&gt;
&lt;p&gt;Throughout the process, careful inspection is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Make sure to inspect the board closely to see that you didn&amp;rsquo;t make any short circuits when soldering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnr"&gt;Coil Design and Winding&lt;/h2&gt;
&lt;p&gt;The coils are central to detector performance, so Mark chose to wind them by hand.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpns"&gt;Small Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound on a 125 mm sewer pipe cap&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Approximately 120 turns of copper wire&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id="mcetoc_1jeei8mpnt"&gt;Large Coil&lt;/h3&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Wound using a custom 3D-printed mold&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Includes a brim to keep the wire in place&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Also approximately 120 turns&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The process requires patience, especially when keeping the windings even:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;It&amp;rsquo;s kind of tricky, but with a little practice, you can get the hang of it.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="mcetoc_1jeei8mpnu"&gt;Coil Shielding&lt;/h2&gt;
&lt;p&gt;To reduce false detections caused by static ground effects, Mark adds a simple shield to each coil. A single wire is spiralled around the coil but left open at one end.&lt;/p&gt;
&lt;p&gt;This detail is important:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Do not close that loop. Because if you close that loop, the shielding will be a real shielding. It will affect the coil, and it cannot detect anymore.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The open-ended shield reduces interference without blocking the magnetic field used for detection.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpnv"&gt;Housing and Mechanical Construction&lt;/h2&gt;
&lt;p&gt;The coils are mounted in a 3D-printed housing and connected using standard audio jacks, making them easy to swap and test. For the detector shaft, Mark reused an old crutch:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used an old crutch that I had from an injury. Recycled engineering.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;At this stage, the enclosure is kept easy to open so the coils and wiring can be adjusted later if needed.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn10"&gt;Firmware Overview&lt;/h2&gt;
&lt;p&gt;For the firmware, Mark experimented with using ChatGPT as a coding assistant. He provided the hardware description and desired behaviour, then iterated on the generated code until it matched the system.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;I used GPT as a tool to write this code&amp;hellip; checking it, verifying if it works, and doing many iterations to get where I am now.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;The final Arduino sketch is heavily commented to make it easier to follow.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn11"&gt;Setup and Calibration&lt;/h3&gt;
&lt;p&gt;On startup, the firmware initializes the ESP32 peripherals, display, and audio output. It also performs a field calibration and stores reference values in EEPROM so the detector behaves consistently between power cycles.&lt;/p&gt;
&lt;h3 id="mcetoc_1jeei8mpn12"&gt;Main Detection Loop&lt;/h3&gt;
&lt;p&gt;During normal operation, the firmware:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Reads the user controls&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Generates a pulse&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Waits for the blanking period&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Samples the coil response&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Processes the data&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;Updates the display and audio output&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;A simplified section of the code illustrates the core behaviour:&lt;/p&gt;
&lt;pre&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;// Generate pulse
 digitalWrite(PULSE_PIN, HIGH);
 delayMicroseconds(pulseWidth);
 digitalWrite(PULSE_PIN, LOW);

// Wait before listening
 delayMicroseconds(blankingTime);

// Sample coil response
 adcValue = analogRead(COIL_ADC_PIN);&lt;/pre&gt;&lt;/pre&gt;
&lt;h2 id="mcetoc_1jeei8mpn13"&gt;Using the Metal Detector&lt;/h2&gt;
&lt;p&gt;Pulse induction detectors rely on changes in the signal, so movement is important. Either the detector or the target must move for reliable detection.&lt;/p&gt;
&lt;p&gt;As Mark explains:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;ldquo;Movement is needed for it to detect metal properly.&amp;rdquo;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;Users are encouraged to adjust the controls while holding a piece of metal near the coil to see how different settings affect sensitivity and response.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeei8mpn14"&gt;Overall&lt;/h2&gt;
&lt;p&gt;This project combines theory and practical electronics in a way that is easy to explore and adapt. By building the coils, designing the analog circuitry, and tuning the firmware, users gain a clear understanding of how pulse induction metal detectors work. The result is a flexible ESP32-based detector that can be adjusted, refined, and extended as experience grows.&lt;/p&gt;
&lt;h2 id="mcetoc_1jeeif9q716"&gt;Supporting Links and Downloads&lt;/h2&gt;
&lt;p&gt;-&amp;nbsp;&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;
</description></item></channel></rss>