Impromptu Metal Detector Built From The Junk Bin

Have you ever found yourself suddenly in need of finding a small metal object hidden in the woods? No? Well, neither have we. But we can’t say the same thing for [zaphod], who’s family was hoping to settle a dispute by finding the surveyor stakes that marked the corners of their property. It was a perfect job for a metal detector, but since they didn’t own one, a serviceable unit had to be assembled from literal garbage.

To start with, [zaphod] had to research how a metal detector actually works. After reviewing the pros and cons of various approaches, the decision was made to go with a beat frequency oscillator (BFO) circuit. It’s not the greatest design, it might even be the worst, but it could be built with the parts on hand and sometimes that’s all that matters. After packing a 2N3904 transistor, an LM386 amplifier, and every Hackaday reader’s favorite chip the 555 timer into an enclosure along with some of their closest friends, it was time to build the rest of the metal detector.

Look ma, no MCU!

The sensor coil was made by salvaging the wire from an old fluorescent lamp ballast and winding it around the lid of a bucket 27 times. This was mounted to the end of a broom handle with some angle pieces made from PVC sheet material, being careful not to use any metal fasteners that would throw off the detector. With the handle of an old drill in the middle to hold onto, the metal detector was complete and actually looked the part.

So did [zaphod] save the day by finding the surveyor stakes and reconnoitering the family’s plot? Unfortunately, no. It wasn’t a technical failure though; the metal detector did appear to work, although it took a pretty sizable object to set it off. The real problem was that, after looking more closely into it, the surveyors only put down one stake unless they are specifically instructed otherwise. Since they already knew where that one was…

If your homemade metal detector can’t find something that was never there, did it really fail? Just a little something to meditate on. In any event, when even the cheapest smart bulb is packing a microcontroller powerful enough to emulate early home computers, we’re always happy to see somebody keep the old ways alive with a handful of ICs.

Nokia LCD Goes Transparent For Hands-Free Reminders

These days everyone’s excited about transparent OLED panels, but where’s the love for the classic Nokia 5110 LCD? As the prolific [Nick Bild] demonstrates in his latest creation, all you’ve got to do is peel the backing off the the late 90s era display, and you’ve got yourself a see-through cyberpunk screen for a couple bucks.

View through the modified LCD.

In this case, [Nick] has attached the modified display to a pair of frames, and used an Adafruit QT Py microcontroller to connect it to the ESP32 powered ESP-EYE development board and OV2640 camera module. This lets him detect QR codes within the wearer’s field of vision and run a TensorFlow Lite neural network right on the hardware. Power is provided by a 2000 mAh LiPo battery running through an Adafruit PowerBoost 500.

The project, intended to provide augmented reality reminders for medical professionals, uses the QR codes to look up patient and medication information. Right now the neural network is being used to detect when the wearer has washed their hands, but obviously the training model could be switched out for something different as needed. By combining these information sources, the wearable can do things like warn the physician if a patient is allergic to the medication they’re currently looking at.

Relevant information and warnings are displayed on the Nokia LCD, which has been placed far enough away from the eye that the user can actually read the text; an important design consideration that [Zach Freedman] demonstrated with his (intentionally) illegible wearable display a few weeks back. That does make the design a bit…ungainly, but at least you don’t have to worry about hand-cutting your optics

Reverse Engineering A Topfield VFD Front Panel

Hackers love the warm glow of a vacuum fluorescent display (VFD), and there’s no shortage of dead consumer electronics from which they can be pulled to keep our collective parts bins nicely stocked. Unfortunately, figuring out how to actually drive these salvaged modules can be tricky. But thanks to the efforts of [Lauri Pirttiaho], we now have a wealth of information about a VFD-equipped front panel used in several models of Topfield personal video recorders.

The board in question is powered by a Hynix HMS99C52S microcontroller and includes five buttons, a small four character 14-segment display, a larger eight character field, and an array of media-playback related icons. There’s also a real-time clock module onboard, as well as an IR receiver. [Lauri] tells us this same board is used in at least a half-dozen Topfield models, which should make it relatively easy to track one down.

After determining what goes where in the 6-pin connector that links the module with the recorder, a bit of poking with a logic analyzer revealed that they communicate over UART. With the commands decoded, [Lauri] was able to write a simple Python tool that lets you drive the front panel with nothing more exotic than a USB-to-serial adapter. Though keep in mind, you’ll need to provide 17 VDC on the appropriate pin of the connector to fire up the VFD.

What’s that? You don’t need the whole front panel, and just want to pull the VFD itself off the board? Not a problem. Our man [Lauri] was kind enough to document how data is passed from the Hynix microcontroller to the display itself; critical information should you want to liberate the screen from its PVR trappings.

If you manage to get your hands on one of these modules, it would be an ideal addition to a custom media streamer. Though we suppose simply turning it into a network-controlled clock would be a suitable alternative if you’re looking for something a bit easier.

Continue reading “Reverse Engineering A Topfield VFD Front Panel”

So You Can Solder Small SMD Devices. The Question Is, Just How Small?

A highlight of last year’s Hackaday Remoticon was a soldering competition that had teams from around the world came together online and did the well-known MakersBox SMD Challenge kit in which a series of LED circuits of decreasing size must be soldered. The Hackaday crew acquitted themselves well, and though an 01005 resistor and LED certainly pushes a writer’s soldering skills to the limit it’s very satisfying to see it working. Lest that kit become too easy, [Arthur Benemann] has come up with something even more fiendish; his uSMD is a 555 LED flasher that uses a BGA 555 and a selection of 008004 small components.

The trick with an 01005 is to heat not the tinned and fluxed solder joint, but the trace leading up to it. If components of that size can be mastered then perhaps an 008004 isn’t that much smaller so maybe the same technique might work for them too. In his tip email to us he wrote “Soldering 008004 isn’t much worse than a 0201, you just need magnification“, and while we think he might be trolling us slightly we can see there’s no reason why it shouldn’t be do-able. Sadly he doesn’t seem to have made it available for us to buy and try so if you want to prove yourself with a soldering iron you’ll have to source the PCBs and parts yourself. Still, we suspect that if you are the type of person who can solder an 008004 then that will hardly be an onerous task for you.

Meanwhile this isn’t the first soldering challenge kit we’ve brought you, and of course if you’d like to hone your skills you can find the MakersBox one on Tindie.

New Part Day: An ESP With ZigBee

It seems that the folks at Espressif are doing their best to produce chips to fit every possible niche in the microcontroller-with-radio market, because here comes news of their latest chip bearing the ESP32 name: a single-core 96MHz RISC-V part with built-in IEEE 802.15.4 to support ZigBee 3.x and Thread 1.x. The ESP32-H2 is not the most powerful of the Espressif line-up, but it will find its place in home automation products and projects.

The ESP32-H2 joins a multitude of other IEEE 802.15.4 devices from manufacturers such as Microchip, ST, NXP, and Nordic in an increasingly crowded marketplace, so what can if offer that the others can’t? If previous ESP chips are anything to go by we’d expect it to compete on price as well as the obvious attraction for developers used to working with other Espressif products. We look forward as always to seeing what you do with it.

Semiconductor Shortage? Never Mind That, There’s A Vacuum Shortage!

As those of us who work in electronics are grappling with a semiconductor shortage making common devices unobtainable and less common ones very expensive, it’s worth noting that there’s another supply crunch playing out elsewhere in the electronics industry. It’s not one that should trouble most readers but it’s a vexing problem in the guitar amp business, as guitar.com reports. At its root is the Chinese Shuguang factory, which it is reported has been forced to close down and move its operations. There’s nothing about this on the Shuguang website, so we hope that the plant has been relocated successfully and production will resume.

The specialist audio market that forms the lion’s share of tube customers in 2021 is a relatively tiny corner of the electronics business, but it’s interesting to note that the three major plants which supply it, in Slovakia, Russia, and China, are still not enough to prevent it being vulnerable when one of them fails. The likelihood of a fourth tube plant emerging somewhere else in the 2020s to take up the slack is not high, but it’s evident that the demand remains healthy enough.

If you’d like to know more about the supply of new vacuum tubes, we went into the subject in greater detail last year.

Tool Generates Interactive PCB Diagrams From KiCAD

Nearly everyone likes nice pinout diagrams, but the more pins and functions are involved, the more cluttered and less useful the diagram becomes. To address this, [Jan Mrázek] created Pinion, a tool to help generate interactive diagrams from KiCad design files.

The result is an interactive diagram that can be viewed in any web browser. Hovering over a pin or pad highlights those signals with a callout for the name, and clicking makes it stay highlighted for easier reference. Further information can be as detailed or as brief as needed.

Interestingly, Pinion isn’t a web service that relies on any kind of backend. The diagrams are static HTML and JavaScript only, easily included in web pages or embedded in GitHub documentation.

If you think Pinion looks a bit familiar, you’re probably remembering that we covered [Jan]’s much earlier PcbDraw tool, which turned KiCad board files into SVG renderings but had no ability to add labels or interactivity. Pinion is an evolution of that earlier idea, and its diagrams are able to act as both documentation and interactive reference, with no reliance on any kind of external service.

Interested? Pinion has a full tutorial and demo and a growing library of parts, so check it out.